What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?
Answer Posted / brahmareddy.t
If you code restart in between if & end-if
the job will execute from first step.
i.e. if you want to restart step5 in between if $ end-if then it will start from step1.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
What is the purpose of disp parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
Are there any set of rules for the names of the steps used in a job?
Explain the function of //cntl statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what is the purpose of coding class parameter in job statement?
List the different jcl statements that are not permitted in the procedures?
List the various advantages of using jcl language?
is there any way to execute more than one proc in the same exec statement at the same time..?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
which utility is used a dummy utility?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain how can a stopped job be started again?
What is use of restart and how to use it?