How we can update data area in cobol 400 program?
Answer Posted / siva
Either DISPLAY keywords in COBOL-400 we can update the data
area.
For example
MOVE 'bbbb' TO GP-FILLER.
DISPLAY GP-FILLER UPON OTHER-DATA-AREA
FOR "SKDTAARA" LIBRARY "QGPL".
Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is perform?
Explain the difference between section, paragraph and sentences?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the types of perform?
What is sort? And its syntax?
How to detect record is locked in cobol/400?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Define redefine and its syntax?
Explain the output procedure?
How to detect record is locked in cobol/400? What is the solution for that?
How to update data area in cobol 400 program?
Explain the difference between search and searchall?
Define perform?
Explain the syntax of sort?
Define perform? And its types?