Answer Posted / sathiyan pari
01 level number is the top most in hierarchy. It will be
used to denote a single variable or a group of variables.
02 and 49 are sub records or sub items
66 the renames key word will be used in this level number
only.
77 level numbers are elementary data items.I cannot be sub
divided.
88 conditional variable.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What is the difference between PIC 9.99 and PIC9v99?
how do you reference the ksds vsam file formats from cobol programs
Explain what you understand by passing by value.
What are the pertinent COBOL commands?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Differentiate between structured cobol programming and object-oriented cobol programming.
Name the divisions, which are available in a cobol program?
What are the different rules of SORT operation?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is length is cobol?
How do you define a variable of comp-1 and comp-2?
What is a SSRANGE and NOSSRANGE?