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 12228i 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 10437JCL 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 16970in 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 6758
How to do automated restart when a job abend?
What is the purpose of the dd keylen parameter?
what is use of dcb parameter in dd statement?
Can we use DISP=SHR in output file in JCL
How do you overcome this limitation ?
what is use of disp parameter in dd statement?
What is the format of comment statement?
What is the purpose of dd dummy statement?
How jcl is used for testing batch programs?
Name what parameter directs the output of the job log dataset?
What is the syntax of JCL statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is NOTCAT ?
Is condition checking possible in jcl?
Is their any set of rules for dd? Explain.