what is use of space parameter in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
how to compress the data set
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
If Region=0k means What Happen?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
what is the job entry system used in your project?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
Hi, can any one tell about " How do u eliminate the duplicates "
Explain about File Tailoring
What 3 guidelines do we have to follow when concatenating DD statements?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?