Hi, all
Suppose i have 10 step in a job (s1,s2,s3,...s10)
i want to execute step9 first and then step3
and i used the DPRTY for these steps. so what will happen
to other steps? Will the get executed or only these two
steps get executed?
Answer Posted / muttiah
Priya,,
Can you please provide us the JCL.
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the motivation behind coding class parameter in job statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the maximum length of a single line of jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Is it possible to left uncode disp? If yes, how?
Brief description of inline procedure of jcl.
Can we use DISP=SHR in output file in JCL
Name a few IBM utility programs, and explain its function.
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
write a jcl to execute a job by 7:00 am on jan 20,1986?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain how can values be passed from the job stream to an executable program?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
In job processing, what happens in execution stage?
A dd statement consists of 4 fields. Name them?