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 are the types of perform?
Explain the input procedure?
Explain what all the conditiones required for using open opcode on a file?
Explain the syntax of sort?
Define redefine and its syntax?
Define perform? And its types?
What is perform?
How to update data area in cobol 400 program?
What is sort? And its syntax?
How to detect record is locked in cobol/400?
What is comp?
How to detect record is locked in cobol/400? What is the solution for that?
Define perform?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the input procedure and output procedure?