How we can update data area in cobol 400 program?

Answer Posted / sanjiv

Program type must be SQLCBLLE

Process Apost Flag(1) Date Time Timestamp.
Identification Division.
Program-Id. DATAAREA.
Environment Division.
Configuration Section.
Special-Names.
DATA-AREA is DtaArea.
Data Division.
Working-Storage Section.
77 Data-Value Pic X(1024) Value
'WORKING STORAGE BEGINS HERE'.
Procedure Division.
A000.
Display Data-value Upon DtaArea for 'DTADATA'.
Accept Data-value From DtaArea for 'DTADATA'.
Stop Run.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is output procedure?

535


What is redefine?

548


What are the types of perform?

565


What is perform?

531


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

545






What are fillers?

523


What is the syntax of redefine?

529


Explain how to update data area in cobol 400 program?

566


Explain the syntax of sort?

550


Define redefine and its syntax?

533


seqence numbers in cobol

2652


What is input procedure?

572


What is sort?

531


Define perform?

512


What is comp?

547