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?
What is the syntax of sort?
Explain the difference between section, paragraph and sentences?
Explain the syntax of redefine?
Explain the difference between comp & comp-3?
How to detect record is locked in cobol/400? What is the solution for that?
Explain what all the conditiones required for using open opcode on a file?
Define sort?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Define redefine and its syntax?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
How to detect record is locked in cobol/400?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is sort? And its syntax?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks