what is the difference b/w level no.01 & level no.77?
Answer Posted / sumankumar
01 LEVEL NUMBER IS USED TO GROUP R ELEMENTARY DATA ITEMS AND
77 LEVEL NUMBER IS USED ELEMENTARY DATA NAMES
01 CONS SITES PIC CLASS ITS OPTIONAL BUT 77 LEVEL MUST
DECLARED ALONG WITH PIC CLASS ITS MAIN DIFFERENCE
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the printer file formats from cobol programs
Difference between cobol and cobol-ii?
In COBOL, what is the different between index and subscript?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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 ......
In which area will you utilize 88 level items in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Discuss about changing dataset name in proc.
Have you used comp and comp-3 in your project? And how?
What are the various section in data division and briefly explain them.
how do you reference the ksds vsam file formats from cobol programs
What is the difference between external and global variables in COBOL?
What is the difference between comp and comp-3 usage?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.