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

Define redefine?

561


What is the syntax of sort?

544


What is sort?

536


What is sort? And its syntax?

671


Define sort?

581






Explain the output procedure?

579


What is perform?

539


why icetool be used in programmer view?

2143


What is comp?

551


What is input procedure?

578


What is the syntax of redefine?

540


How to update data area in cobol 400 program?

579


Define perform?

522


Define redefine and its syntax?

546


What is the actual use of fillers?

503