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 the syntax of sort?

529


Define sort?

573


What are fillers? What is the actual use of fillers? With mall/simple example?

543


seqence numbers in cobol

2652


Define redefine and its syntax?

533






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

517


What is the actual use of fillers?

494


What is sort? And its syntax?

662


Define perform? And its types?

496


why icetool be used in programmer view?

2134


Explain the types of perform?

519


What is input procedure?

568


Explain the input procedure?

527


Explain the difference between section, paragraph and sentences?

501


Explain what all the conditiones required for using open opcode on a file?

495