Answer Posted / 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 |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what are decleratives in cobol?
how do you reference the ksds vsam file formats from cobol programs
What is length is cobol?
What are the different rules to perform a Search?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between structured cobol programming and object alternativelyiented cobol?
Whats the difference between search & search ALL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Define cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is static and dynamic call in cobol?
How do you define a variable of comp-1 and comp-2?