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 how to update data area in cobol 400 program?
How to detect record is locked in cobol/400?
What is sort?
Explain the input procedure?
How to detect record is locked in cobol/400? What is the solution for that?
What is output procedure?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What is comp?
What is the syntax of redefine?
Explain the input procedure and output procedure?
Explain the output procedure?
What are the types of perform?
What is the actual use of fillers?
Define redefine and its syntax?