what is level 66 means??

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


Please Help Members By Posting Answers For Below Questions

Explain how to differentiate call by context by comparing it to other calls?

687


Explain how you can characterize tables in cobol?

636


what is search and searchall?what is the diffrence between them?give an best example?

5552


) how do u code after getting data?

1580


What is the use of intialize verb?

745






What is the usage of comp fields in cobol?

658


In COBOL, what is the different between index and subscript?

755


Write the code implementing the perform … varying.

644


What is amode(24)?

682


Name some of the examples of COBOl 11?

2682


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

708


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


Difference between cobol and cobol-ii?

704


What are the different rules to perform a Search?

615


What is the difference between external and global variables in COBOL?

813