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
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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 to move the records from file to array table. give with code example
What is the difference between PIC 9.99 and PIC9v99?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is link edit in cobol?
What is the difference between Call and a Link?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are different data types in cobol?
What is the difference between binary search and sequential search?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how do you define single dimensional array and multidimensional array in your cobol?
How many sections are there in data division in COBOL?
how do you reference the printer file formats from cobol programs