can anyone explain me about sort in jcl with inrec and
outrec ?
Answer Posted / challa srinivas
In short,INREC i used before SORT and OUTREC is used after SORT.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
how can the same proc be re-used and called by many jobs?
What does a disposition of (new,catlg,keep) for a dsn mean?
What statement can be used to send data to another mvs jes3 node?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the use of disp parameter?
a dd statement has 2 types of parameters. Name them?
How to pass data to a program that is coded in an exec statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is condition checking in jcl? Is this possible?
how you can direct the data to spool using SYSOUT option?
Matching Logic in Jcl not in cobol.Could any one please answer this question
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 ?
what happens in conversion stage in job processing?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.