what is inrec fields and outrec fields in sorting
Answer Posted / 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 |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
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?
Can we use DISP=SHR in output file in JCL
what are the various stages of job processing?
How to pass the parameter in parm using linkage section ? (syntax)?
How can the disposition of sysout datasets be set for an entire jobstream?
what are the types of abends that occur on job failure? And explain the possible causes of these
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
how would you create a temporary dataset? And where will you use them?
Define concatenating?
What do you know about jcl?
What is Cataloged Procedures?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
In sms datasets, what is the function of the dd avgrec keyword?
What is the purpose of dd * statement in jcl?