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 9316i 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 8217JCL 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 14261in 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 5308
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what are the types of abends that occur on job failure? And explain the possible causes of these
How do you create a temporary dataset?
Is it possible to left uncode disp?
i want to store 20 digits . how will u do it in cobol ?
Is there any command to check wether the ps file is in sorted order?
Name what parameter directs the output of the job log dataset?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the jcl exec statement?
How can a jobs execution priority be modified?
which utility is used to sort a file in jcl?
What do you understand by the terms: joblib and steplib?
Explain the function of the steplib dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
What is the function of dd disp parameter?