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
Answer Posted / dev
c
used for condition-names.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the ksds vsam file formats from cobol programs
) what is the difference between AID and HANDLE AID?
What are all the divisions of a COBOL program?
Describe the cobol database components?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how to access the file from prodution from changeman tool and to submit a file to production
What is difference between static and dynamic call in cobol?
How to print 10 to 1 if the input have only 10 digit number?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How you can read the file from bottom?
What are declaratives and what are their uses in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the utilization of copybook in cobol?