How to send different PARM values based on the any
condition to the program in a JCL?
For example :-
If the time is before 12:00 pm, I want to send "A" to some
program and if it past 12:00 pm , I want to send "B" as a
PARM value to that program.
How to do it thur JCL only?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, can any one tell about " How do u eliminate the duplicates "
when does a dataset go uncataloged?
Explain how can values be passed from the job stream to an executable program?
what are JCLLIB and STEPLIB in JCL?
How many positional parameters are there in job statement?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
How to pass the temp dataset form one JOB step to another?
Explain about LMCOPY -
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
How can a jobs execution priority be modified?
how GDGs are concatinated?