how to purge 50 initiators continuously?? console commands??
Post New Answer View All Answers
How do you overcome this limitation ?
What parameter directs the output of the job log dataset?
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
Is their any set of rules for dd? Explain.
What is Cataloged Procedures?
What statement can be used to send data to another mvs jes3 node?
Is condition checking possible in jcl? If yes, how?
How can the submitting users racf authority be overridden in a job stream?
Explain dfsort utility?
//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 /*
How can a jobs execution priority be modified?
how can you check if a file is empty using jcl?
Can we call instream to catalog and catalog to instream?
how do you code a null statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?