Suppose I have seven jobs to do, but I want to hold one than how can I do this?
//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 are JCLLIB and STEPLIB in JCL?
what is the JCL statement consists of?
how to resolve soc-7 ? please tell me
How to execute 300 steps in a Job?
What do you do if you do not want to keep all the space allocated to a dataset?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
When will we need to specify Space parameter ?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
Explain the function of job statement in jcl?
Is acct parameter mandatory?