Explain how can the disposition of sysout datasets be set for an entire jobstream?
No Answer is Posted For this Question
Be the First to Post Answer
How to override loadlib?
What is the difference between the JOBLIB and the STEPLIB statements?
What is the difference between primary and secondary allocations for a dataset?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
How can unused space allocation be returned to the system when a dataset is closed?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the common jcl syntax errors you get? This is not abends?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
Explain about User Information
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?