How do you define a sort file in JCL that runs the COBOL
program?
Answer Posted / priya
Hi,
I want to sort the file in run jcl and i need to get that
sorted file in cobol program there in select statement what
dd name i should mention?
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
How arrays can be defined in COBOL?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Explain the configuration section of a cobol program with examples of syntax.
) what is the difference between AID and HANDLE AID?
Can we redefine the field of x(200) to less than 200?
Explain how to differentiate call by context by comparing it to other calls?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the Purpose of Pointer in the string?
how do you reference the esds vsam file formats from cobol programs
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 ?
Mention the guidelines to write a structured cobol program?
What do you understand by psb and acb?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between external and global variables in COBOL?