when can a job time-out occur? How to overcome that?
Suppose I have five jobs to do. But I want to hold one?
I need exexution process for JCL programs
Give the syntax of job specifying jcl statement.
Must tape dataset definitions include vol=ser specifications?
What is the function of //jcllib statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are some jcl statements that are not allowed in procedures?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the purpose of dd * statement in jcl?
List the different jcl statements that are not permitted in the procedures?
What is the function of job statement in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how would you create a temporary dataset? And where will you use them?