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
What is cobol?
HOw can I get the negative sign while deduct high value from low value
explain sorting techniques in cobol program?
how do you reference the ksds vsam file formats from cobol programs
What rules are followed by the search verb.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the pertinent COBOL commands?
A table has two indexes defined. Which one will be used by the SEARCH?
how to convert the recors form vsam file to db2 table tru file aid
What are the different open modes available in cobol?
how do you reference the variable unblock file formats from cobol programs
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
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is rmode(24)
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?