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 is redefines clause in COBOL?

851


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1024


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

712






Describe the cobol database components?

681


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

689


how to refer the data field?

1812


What is the difference between binary search and sequential search?

641


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


What is the utilization of copybook in cobol?

657


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


Which is not true about evaluate statement

1584


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


Can a Search can be done on a table with or without Index?

802