How can i execute 5th step without executing first 4 steps?
Answer Posted / vidhya
The above answer is correct if suppose you have some more
steps below and you dont want to execute them, then give
condition code like RESTART = STEP NAME, cond=(0,LE)in the
job card.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
what is a jcl?
a dd statement has 2 types of parameters. Name them?
Mention the types of job control statements?
How do you submit a job for execution?
How can values be passed from the job stream to an executable program?
what is the purpose of coding notify parameter in job statement?
Give the syntax of job specifying jcl statement.
can any one plzzzzzz tell the jcl code for creating ps using idcams
i want to store 20 digits . how will u do it in cobol ?
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?
Explain the function of //jcllib statement?
How can the submitting users racf authority be overridden in a job stream?
define cond parameter in jcl?
Is it possible to left uncode disp? If yes, how?
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) ?