View previous topic :: View next topic
|
Author |
Message |
tushar_study
New User
Joined: 01 Feb 2007 Posts: 30 Location: Mumbai
|
|
|
|
Can someone tell me what are the output datasets we use in JCL's usually.
I mean SYSPRINT,SYSUDUMP etc.
Where can I find information about these so that they can be used efficiently in JOBS.
Tushar |
|
Back to top |
|
|
ramfrom84
New User
Joined: 23 Aug 2006 Posts: 93 Location: chennai
|
|
|
|
SYSABEND,
SYSABOUT,
SYSOUT,
SYSTSPRT, |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
Where can I find information about these so that they can be used efficiently in JOBS. |
All "output datasets" are dependent on the application program or utility being excuted.
If an output is "written" and there is no corresponding DD statement, the process will often abend.
For system output datasets (SYSOUT=x), efficiency is not something for the coder/jcl creator to deal with. SYSOUT datasets are controlled by JES. |
|
Back to top |
|
|
|