What it does If we specify TYPRUN=P & it is not substituted
by SCAN 0r HOLD in VALUE SET.
what is the purpose of coding class parameter in job statement?
What you mean by skeleton JCl?
What do you understand by jcl?
What are the common jcl syntax errors you get? This is not abends?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What is jcl in mainframe, and how many types of jcl statements are there for a job?
//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 /*
What is condition checking in jcl? Is this possible?
what is the use of temporary files?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
How many instream we can write in single jcl?