Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between Global and External Variables?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is a report item?
What are the different rules to perform a Search?
i need a small 3d program using inline and outline.
Give some examples of command terminators?
How you can characterize tables in cobol?
What is the problem of ordered sequential files access?
how do you reference the rrds file formats from cobol programs
how do you reference the esds vsam file formats from cobol programs
What is the LINKAGE SECTION used in COBOL?
What is difference between static and dynamic call in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
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.
i want a program using by if, evaluate , string, unstring, perform, occurs?