Is it possible to define dd statements as you want?
No Answer is Posted For this Question
Be the First to Post Answer
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
can i sort packed decimal if i can tell the syntax
What are the utility programs in jcl?
Explain COND used in JCL?
what do you mean By spooling? Expand SPOOL?
How can the disposition of sysout datasets be set for an entire jobstream?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
How do you handle empty files in a JCL ?
Explain about REXX
What does SYSIN * indicate?
GDG Create syntax ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code