why 02 level number can't be use as a separate level number
like 01 or 77 ?
Answers were Sorted based on User's Feedback
Answer / kanika
01 is group level and 77 elementary level and 02 level can
be used in a group level number which is having a less
number than it 02 can only be mentioned under 01 .
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / k.anuhya
01 level no is used for data items or group
items which hold some values to rapidly change in program.
77 level is used for declaring constant.
02-49 level numbers are d sub group for 01 level numb we
have to declare after 01
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / suputhru
77 elementary level Number.
01 to 49 we can use as group level number.
01...
02...
02...
...
49...
| Is This Answer Correct ? | 2 Yes | 0 No |
What are ISOLATION LEVELS? Where do we need to specify them?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do u link sub pgm to main pgm ?
Have you used comp and comp-3 in your project? And how?
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
how do you reference the ksds vsam file formats from cobol programs
what will happen if i give program name and member name as different? program runs successful or w'll abend?
Write down the divisions of cobol program?
What is file status 39 ?