what is inrec fields and outrec fields in sorting
Answers were Sorted based on User's Feedback
Answer / karthik
Inrec- Used to format the records before sorting
Outrec - Used to format the records after sorting
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / balaji
INREC - adds, deletes, or reformats fields before the
records are sorted or merged.
OUTREC - adds, deletes, or reformats fields after the
records are sorted or merged.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
do we need to mention the location of catalogued procedure for each it's call in a single job?
what is the Difference between SYSIN and PARM ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
In sms datasets, what is the function of the dd avgrec keyword?
How to execute only th 15th step of JCL consisting of 50 steps?
What is concatenating?
How does jcl act on code(if you take a cobol program)?
How do you override a parameter in Positional parameters?