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
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
How to alter the parameters for the existing gdg?
What are the kinds of job control statements?
what is “Cond= even” and “Cond=only”?
What is multithreading in jcl?
How much space OS allocates when you create a PS or PDS?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
Name a few IBM utility programs, and explain its function.
in jcl you are having JCLLIB and STEPLIB what happens
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file