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
What are the parameters that are used in creating a gdg?
Name the statement which can be used to send data to another mvs jes3 node?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain the purpose of dd * statement in jcl?
How can an in-stream dataset be terminated?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
a dd statement has 2 types of parameters. Name them?
Explain the hierarchy levels in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is notcat 2 - gs?
Can I send output of job to my remote device careerride123?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
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) ?
write a jcl to execute a job by 7:00 am on jan 20,1986?