If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
No Answer is Posted For this Question
Be the First to Post Answer
How can a job send a status message to a tso user at the completion of a job?
How to search strings in multiple dataset with conditions 'string1 & string2'?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
How to release the Output HELD by using HOLD = YES on DD statement ?
Is automatic restart possible in jcl?
define cond parameter in jcl?
How to copy one PS file to multiple PS files with same data?
Mention the types of job control statements?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.