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
Explain the syntax of sort?
Explain how to detect record is locked in cobol/400? What is the solution for that?
seqence numbers in cobol
Define perform?
What is perform?
Define sort?
Explain the difference between search and searchall?
What is the syntax of redefine?
Explain the input procedure?
Define redefine and its syntax?
What is the syntax of sort?
What is sort?
why icetool be used in programmer view?
What are fillers?
Define perform? And its types?