Answer Posted / rihaan
77 Level number is an Independent DATA ITEM . It can't be
associated with any other level numbers. It has to be
independent in the declaration.
Please correct me if am wrong
| Is This Answer Correct ? | 68 Yes | 3 No |
Post New Answer View All Answers
What is length is cobol?
how to move the records from file to array table. give with code example
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Difference between array and sub-script ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the cobol coding sheets?
What is the difference between binary search and sequential search?
Have you used comp and comp-3 in your project? And how?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
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
what is difference between cobol and cobol/400
How do you define a variable of comp-1 and comp-2?
How do you differentiate between cobol and cobol-ii?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......