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
Difference between array and sub-script ?
What is rmode(24)
What is difference between static and dynamic call in cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
In COBOL programming, what is PERFORM? What is VARYING?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How do u write test cases?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between goback, stop run and exit program in cobol?
Are you comfortable in cobol or jcl?
How to know whether the module is dynamical or statistical?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue