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?
Explain the job statement in jcl?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
i have a string of 80 chars i want to replace 4th char with "a"?
How to execute step2,step1, step3 if step1,2,3 are in order
Can we change the LIMIT of GDG?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
How can a job send a status message to a tso user at the completion of a job?
Why block size is multiple of lrecl in jcl?
what is a jcl?