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


Please Help Members By Posting Answers For Below Questions

What is perform?

619


Explain the difference between section, paragraph and sentences?

588


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

2145


Explain the types of perform?

597


What is sort? And its syntax?

740






How to detect record is locked in cobol/400?

623


Explain how to detect record is locked in cobol/400? What is the solution for that?

604


Define redefine and its syntax?

621


Explain the output procedure?

666


How to detect record is locked in cobol/400? What is the solution for that?

603


How to update data area in cobol 400 program?

659


Explain the difference between search and searchall?

582


Define perform?

595


Explain the syntax of sort?

638


Define perform? And its types?

596