How to alter the parameters for the existing gdg?
No Answer is Posted For this Question
Be the First to Post Answer
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 does the jcl specify the job to os?
What is S322 abend ?
How to see the COMP3 value(packd decimal)
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Is automatic restart possible in jcl?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
what is a MODELDSCB?
Passing a variable parm from JCL to a cobol/db2 program
when GDG version number get changed ? bcz always Generations only increasing.
what is the restart?hopw it is invoked?