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
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
How jcl is used for testing batch programs?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
how do u send return code from cobol to jcl ?
Explain about CBL/PROCESS statement syntax
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
How to execute step2,step1, step3 if step1,2,3 are in order