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
Where can program checkpoints be stored for use in a restart?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Can we use DISP=SHR in output file in JCL
What is one line to pass PARM from JCL to COBOL?
What are the parameters that are used in creating a gdg?
How do you submit a job for execution?
Is automatic restart possible in jcl?
What is the function of a dd statement?
What is the function of the dd dcb keyword?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how do you access an uncataloged dataset in a jcl?
How would you understand error(execution phase)?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is the use of IEBGENER utility?