IBM COBOL400 Question:

How to update data area in cobol 400 program?

IBM COBOL400 Interview Question
IBM COBOL400 Interview Question

Answer:

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".


Previous QuestionNext Question
Code how to read 5th element of the array?When search all is used in cobol program without sorted input data?