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
How to update data area in cobol 400 program?
What is output procedure?
What is sort? And its syntax?
Explain the output procedure?
How to detect record is locked in cobol/400? What is the solution for that?
What is the actual use of fillers?
What are the types of perform?
What is the syntax of sort?
What is input procedure?
Explain the difference between comp & comp-3?
Explain the input procedure?
why icetool be used in programmer view?
Define perform?
Define perform? And its types?
Explain how to update data area in cobol 400 program?