How can we execute only one step in a job
Answer Posted / valmiki1980
This is a sample to restart only step02 and skip rest all,
please correct me if i am wrong.
--------------------------------------------------
//JOB CARD RESTART=STEP02
//STEP01
//STEP02
//chkstp02 IF STEP02.RC > 12 THEN
//STEP03
//STEP04
//STEP05
/*
// ENDIF
//
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
when can a job time-out occur? How to overcome that?
How is a type of file defined in the jcl that executes the cobol program?
Can I send output of job to my remote device careerride123?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
a dd statement has 2 types of parameters. Name them?
Explain the function of job statement in jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are some jcl statements that are not allowed in procedures?
Explain dd statement in jcl?
what is “Cond= even” and “Cond=only”?
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?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How do you access an uncatalogued dataset in a jcl?