Can the OCCURS clause be at the 01 level?
Answers were Sorted based on User's Feedback
Answer / rajini
Can the OCCURS clause be at the 01 level?
NO, because occurs clause is there to repeat the fields and
not the records.
| Is This Answer Correct ? | 10 Yes | 1 No |
What is the difference between a DYNAMIC and STATIC call in COBOL?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the figurative constant in cobol?
What are the different ways to run a COBOL DB2 program using JCL?
Define cobol?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
i need a small 3d program using inline and outline.
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
Give some examples of command terminators?
What is the difference between PIC 9.99 and PIC9v99?
how to transfer the file from pc to mainframe??