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 an in line PERFORM? When would you use it? Anything else to say about it?
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
how do you reference the printer file formats from cobol programs
how will u pass dadta to cobol+db2 program...?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
When is a scope terminator mandatory?
What is COMP-1? COMP-2?
Difference between next and continue clause
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
In the JCL, how do you define the files referred to in a subroutine ?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
Mention the guidelines to write a structured cobol program?