Answer Posted / syed
Level 66 is the RENAMES Clause. RENAMES Clause is used for
regrouping of the elementary data items. Level no
01,66,77,88 can't be regrouped. Level no 66 is defined
after all the elementary data items so as to regroup the
existing elementary data items.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which Search verb is equivalent to PERFORM…VARYING?
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 to convert the recors form vsam file to db2 table tru file aid
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
In COBOL programming, what is PERFORM? What is VARYING?
what is the difference between COBOL2 AND COBOL390?
Whats the difference between search & search ALL?
example for sub strings ? and refernce modifications whit output pls
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between next sentence and continue in cobol programing language?
What is inspect in cobol ?
how do you reference the esds vsam file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)