Can we move X(7) to S9(7) COMP?
Answer / shib
yes we can if value of x(7) contains numeric data like 1234567 or 0000000
We will not get any error.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the different forms of EVALUATE statement?
Give some examples of command terminators?
Write down the divisions of cobol program?
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
What are the differences between COBOL and COBOL II?
What is difference between static and dynamic call in cobol?
how can you identify wheather the program is using search or search all in the cobol program?
What is R-mode and A-mode?
how to resolve the file status 47.......
Explain call by context by comparing it to other calls.
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.