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
Explain the difference between search and searchall?
What is comp?
What is perform?
Explain the syntax of sort?
Define redefine and its syntax?
why icetool be used in programmer view?
How to detect record is locked in cobol/400?
Explain how to update data area in cobol 400 program?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Explain the syntax of redefine?
What is sort?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What are the types of perform?
What is sort? And its syntax?
How to update data area in cobol 400 program?