Answer Posted / ahmed
01 ARRAYNAME
05 ARRAY-RECDFORMAT OCCURS 20 TIMES
10 ARRAYNAME-FIELDNAME1 PIC X(20)
10 ARRAYNAME-FIELDNAME2 PIC X(30)
AND WE CAN ACCESS THIS ARRAY BY USING SUBSCRIPT...
LIKE DISPLAY ARRAY-NAME(I)
AND ALSO INDIVIDUAL FIELD: DISPLAY ARRAYNAME-FIELD1(I)
| Is This Answer Correct ? | 32 Yes | 12 No |
Post New Answer View All Answers
Define sort?
Explain the difference between search and searchall?
Explain the difference between comp & comp-3?
seqence numbers in cobol
What is the syntax of sort?
Explain the output procedure?
What is input procedure?
What is redefine?
Define perform? And its types?
What are fillers?
Explain the input procedure and output procedure?
Explain the syntax of sort?
How to detect record is locked in cobol/400?
What is sort? And its syntax?
How to update data area in cobol 400 program?