why occurs clause not mentioned in 01 level
Answer Posted / muthu
Level 01 refers to a group item where as occurs clause is
only for elementary items.............i.e other than
01...like 02..03....etc., it should be an independent one.
| Is This Answer Correct ? | 11 Yes | 28 No |
Post New Answer View All Answers
Difference between array and sub-script ?
explain sorting techniques in cobol program?
What is length is cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how do you reference the fixed unblock file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is an in line perform? When would you use it? Anything else you wish to say about it.
Mention the guidelines to write a structured cobol program?
What is a SSRANGE and NOSSRANGE?
What are the cobol coding sheets?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How do you reference the fixed block file formats from cobol programs
How do define dynamic array in cobol.