there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / guest
He wants step 1 and 10 should be bypassed and not 9 and 10.
We can use restart parameter
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain the function of job statement in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is acct parameter mandatory?
what is the resolution for sb37 error
What are the parameters that are used in creating a gdg?
What is jcl in mainframe?
What is condition checking in jcl? Is this possible?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how can the same proc be re-used and called by many jobs?
Suppose I have five jobs to do. But I want to hold one?
how would you create a temporary dataset? And where will you use them?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?