can any one give good example for cond 88 level number and for renames pls urgent dudes ?

Answer Posted / prashanth somu

the simple eg. for Renames,

01 emp-rec.
05 emp-fnm pic x(10).
05 emp-lnm pic x(15).
66 emp-Nm renames emp-fnm thru emp-lnm.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different data types in cobol?

676


i need a small 3d program using inline and outline.

1629


What is the difference between PIC 9.99 and PIC9v99?

767


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2714


Why did you choose to work with ibm mainframe cobol programming?

621






) how do u code after getting data?

1575


Which Search verb is equivalent to PERFORM…VARYING?

673


Can we redefine the field of x(200) to less than 200?

805


What is the LINKAGE SECTION used in COBOL?

882


how to convert the recors form vsam file to db2 table tru file aid

2747


A table has two indexes defined. Which one will be used by the SEARCH?

745


What is the difference between structured cobol programming and object alternativelyiented cobol?

746


Whats the difference between search & search ALL?

5233


how do you reference the esds vsam file formats from cobol programs

624


What is the difference between Call and a Link?

690