Explain the function of the steplib dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is NOTCAT ?
How are datasets concatenated?
What are the parameters that are used in creating a gdg?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
What 3 guidelines do we have to follow when concatenating DD statements?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
What is the difference between joblib and jcllib statements
What happens if both JOBLIB & STEPLIB is specified ?
Are there any set of rules for the names of the steps used in a job? What are they?
Can we delete the data using IEFBR14 , IEBGENER??
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.