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
Why did you choose to work with ibm mainframe cobol programming?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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.
Define static linking and dynamic linking.
What is the usage of comp fields in cobol?
What is the difference between Global and External Variables?
How do you reference the following file formats from cobol programs?
how do you reference the rrds file formats from cobol programs
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
explain sorting techniques in cobol program?
Name the sections present in data division.
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different data types in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
What are declaratives and what are their uses in cobol?