Is condition checking possible in jcl? If yes, how?
How to pass the temp dataset form one JOB step to another?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How can i execute 5th step without executing first 4 steps?
how can u identify the db2 from jcl ?
How to override loadlib?
When we give TYPERUN = SCAN , what are the syntax errors we get?
how many max steps can we use in a job? pls answer to my question
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
what are the types of abends that occur on job failure? And explain the possible causes of these
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
how to run batch program without jcl?