What is Pic 9v99 Indicates in COBOL?
What are different file OPEN modes available in COBOL?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
Write the syntax of a two dimensional array?
What is comp-1 and comp-2?
If I want to increase the Limit in GDG. What should I do?
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.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Give some examples of command terminators?
What is Comm?
2 Answers IBM, Kemper Corporation,
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?