Please explain with syntax and an example, the Inrec fields
and Outrec build in sort.
Answer Posted / sviakumar
Inrec is one type of sorting which selects first and then
sorting.but in case of OUtrec is entirly reverse of Inrec
(i.e., first sorting and then select )
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
what is the resolution for sb37 error
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the maximum length of a single line of jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Can I share my data with other jobs? How?
What is one line to pass PARM from JCL to COBOL?
How do you create a temporary dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How do you submit a job for execution?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How does jcl act on code(if you take a cobol program)?
what is SOC4 error?
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?