Suppose I have seven jobs to do, but I want to hold one than how can I do this?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
How to use COND Parameter in jcl
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
How many steps we can overide in the proc's?
What do you know about jcl?
What does the keyword DCB mean and what are some of the keywords associated with it?
The maximum number of in-stream procedure you can code in any JCL is ?
Which dd parameters are required?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
how to do automated restart when a job abends?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.