can we declare occurs in 01 level?
Answers were Sorted based on User's Feedback
Answer / sreenath
occurs clause cannot be used in '01' level because it is
used to repeat the elementary data item
| Is This Answer Correct ? | 7 Yes | 0 No |
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
can you declare redefine in level 01?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
describe 805 error
i want to enter the name 'pandu' into ur table how?
what is the difference between start and startbr?
Name some of the examples of COBOl 11?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'