How to do automated restart when a job abend?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMCOPY -
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
which are the parameters mandatory in job card ?
What are the 4 fields in dd statement?
When cursor is not closed what is the error?
What does the one advantange of using IEBUPDTE?????
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.
GDG Create syntax ?