88 level entry is used for
(a) data items in WORKING-STORAGE SECTION
(b) items with RENAMES clause
(c) condition-names
(d) None of the above
Answers were Sorted based on User's Feedback
Answer / sunil
ans is c
there are certain diff levels we have 66 77,88
66-renaming clause
77 redfine
88 conditional
49 lngth and size representimg of txt
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the maximum error code in mainframe
Differentiate between structured cobol programming and object-oriented cobol programming.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between NEXT SENTENCE and CONTINUE?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
What is Alternate Index ? How is it different from regular index ?
DATAONLY, MAPONLY functionality?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
What type of Call you would use if you don;t want the control back to the calling program?
is it possible to declare index in cobol program? if it is not why its tell me pls
How many sections are there in data division in COBOL?