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
A dd statement consists of 4 fields. Name them?
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?
What are steplib and joblib?
how do you code a null statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What do you understand by the term job time – out and how can you overcome that?
when does a dataset go uncataloged?
what are the types of abends that occur on job failure? And explain the possible causes of these
define cond parameter in jcl?
Why block size is multiple of lrecl in jcl?
a dd statement has 2 types of parameters. Name them?
How can the submitting users racf authority be overridden in a job stream?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the function of the steplib dd statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?