Answer Posted / rajesh
Array can be declared in cobol using the OCCURS clause.
Syntax is,
For one dimensional array,
01 Arrays.
05 Var1 PIC X(10) Occurs 10 times.
For two dimensional array,
01 Arrays.
03 AAA Occurs 10 times
05 BBB Occurs 10 times
07 Value PIC 9(3).
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
How to detect record is locked in cobol/400?
What is the syntax of sort?
What is redefine?
Define sort?
why icetool be used in programmer view?
What is comp?
Explain 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 redefine and its syntax?
Explain the difference between search and searchall?
What is sort?
What is output procedure?
What is the syntax of redefine?
Explain the types of perform?