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?

Answers were Sorted based on User's Feedback



Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then s..

Answer / priya

for ten steps we give prt num to each step depending on our
requirement.after executing step 9 and step3 remaining
depending to the prty num they execute

Is This Answer Correct ?    1 Yes 0 No

Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then s..

Answer / muttiah

Priya,,

Can you please provide us the JCL.

Thanks in advance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

what is the COND=EVEN ? Can anyone give me an example to explain the usage.

2 Answers  


when does a dataset go uncataloged?

0 Answers   IBM,


How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


Where & How Do You Code Identifier In Jcl?

0 Answers   IBM,


do we need to mention the location of catalogued procedure for each it's call in a single job?

1 Answers  






Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


Can a PS file be read in reverse order?If so,how

2 Answers   Syntel,


what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.

5 Answers   BirlaSoft, Infosys,


i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

2 Answers   Wipro,


with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?

1 Answers   TCS,


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


What are the difference between jcl and jes?

0 Answers  


Categories