do we need to mention the location of catalogued procedure for each it's call in a single job?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
What is notcat 2 - gs?
In which table PLAN is registered in ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
What is condition checking in jcl? Is this possible?
what r the types of job control statements?
What is the use of DSNDB07 ?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
wht happens if blksize = 0 and lrec = 0 ?
when does a dataset go uncataloged?
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 ?