Explain how can values be passed from the job stream to an executable program?
No Answer is Posted For this Question
Be the First to Post Answer
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Hi, can any one tell about " How do u eliminate the duplicates "
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
which statement is used to end the in-stream procedure in a jcl?
wht do u mean by notify parameter, how can u give acess to multiple users ?
can we modify the code in copy book? if it possible how to submit ofter the modification.
For what purpose steplib and joblib are used ?
What does IEBGENER do?
How are GDGs concatenated?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?