what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
How can we execute only one step in a job
22 Answers MAHINDRA, Mind Tree, Tech Mahindra,
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
What do you understand by the terms: joblib and steplib?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
how to split a file
how to resolve sb37,sd37 se37 abends
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Suppose I have five jobs to do. But I want to hold one?
how to purge 50 initiators continuously?? console commands??