What is the parameter to be passed in the job card for the
unlimited time , irrespective of the job class ?
Answers were Sorted based on User's Feedback
I have three files for one step i need to override the third file how to do that in jcl?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
Is automatic restart possible in jcl?
How can you execute a COBOL program via SYSIN in JCL?
what sort card you will use to copy the data from one dataset to another dataset?
How many types we can give input to JCL
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
what are the ways of passing data to a cobol program from jcl?
Explain about LMPUT-
Name what parameter directs the output of the job log dataset?
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 ?