i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
IBM,
6 12200i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
IBM,
4 10424JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
HCL,
4 16946in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
DELL,
1 6753
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are the rules employed while naming the steps in a job?
What is the purpose of disp parameter?
what is the purpose of coding class parameter in job statement?
how you can access an uncataloged dataset in a JCL?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
which utility is used to sort a file in jcl?
How can the attributes of one sms dataset be copied to another dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
when can a job time-out occur? How to overcome that?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the 2 types of parameters in dd statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?