Answer Posted / srikanth doki
It is a rename clause. It is used for seperately grouping
the elements from sub group items.
For ex:
01 emp-details.
02 empname pic x(10).
02 empno pic x(4).
01 dept-details.
02 deptname pic x(10).
02 deptno pic x(4).
66 cust-details renames empno thru deptno.
| Is This Answer Correct ? | 9 Yes | 17 No |
Post New Answer View All Answers
What is link edit in cobol?
In COBOL, what is the different between index and subscript?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
what is the use of outrecord?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the access modes of START statement?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
HOw can I get the negative sign while deduct high value from low value
Write some characteristics of cobol as means of business language.
A table has two indexes defined. Which one will be used by the SEARCH?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is cobol?
What rules are followed by the search verb.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?