IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN
EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
Answer Posted / loga
code restart parameter in jobcard as below.
JOBNAME JOB ,,MSGCLASS=***,NOTIFY=***,
RESTART=STEP8,COND(0,LE)
- only step 8 will execute
then change the jobcard with RESTART=STEP4,COND(0,LE)
- only step 4 wil be executed.
Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Is automatic restart possible in jcl?
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.
What is timing concept in mainframe?
is there any way to execute more than one proc in the same exec statement at the same time..?
how you can direct the data to spool using SYSOUT option?
What is the function of dd name parameter with a 2 part structure; audit.report?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain how can an in-stream dataset be terminated?
Explain the function of the steplib dd statement?
Explain how can a stopped job be started again?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what happens in conversion stage in job processing?
State the uses of syspring, sysin, sort fields, sum fields and dummy.