what is inrec fields and outrec fields in sorting
Answer Posted / sushant kumar mohanty
INREC : Used to reformat records before they are processed by the SORT program.
OUTREC : Used to specify the format of records before they are written.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
what is use of disp parameter in dd statement?
how can you check if a file is empty using jcl?
what JCL Procedures?
What is the use of disp parameter?
Is it possible to code instream data in a PROC?
What is the motivation behind coding class parameter in job statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the function of a dd statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Does jcl support automatic restart?
how you can access an uncataloged dataset in a JCL?
Can we use DISP=SHR in output file in JCL