IBM COBOL400 Question:

Download Job Interview Questions and Answers PDF

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

Download IBM COBOL400 Interview Questions And Answers PDF

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