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 |
Explain call by context by comparing it to other calls.
How To move a value to an array using move verb?
What is the difference between a subscript and an index in a table definition?
what is s013u000 for?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
How to pass return codes from cobol to jcl?
Why occurs cannot be used in 01 level in COBOL?
What is an in line PERFORM? When would you use it? Anything else to say about it?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Difference between array and sub-script ?
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?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?