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
how do you reference the esds vsam file formats from cobol programs
how do you reference the rrds file formats from cobol programs
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How can you get the ksds file records into your cobol program?
What is the usage of comp fields in cobol?
How arrays can be defined in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
) how do u code after getting data?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How do you get the data to code the BMS macro?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Give some examples of command terminators?
Name the divisions, which are available in a cobol program?
how to move the records from file to array table. give with code example