Go to LeighWeb Home Page            

Back To LeighWeb Mainframe Utilities Page

View the module associated with this documentation

 GETOUTPT loads batch job output from the SDSF held queue into a dataset.  The
 command syntax is as follows:

 COMMAND ===> tso getoutput jobname {permanent}

 Example:

 COMMAND ===> tso getoutput p@dalxxx

 "jobname" - The name of the job you want extracted from SDSF.  Due to the
 restrictions of the TSO "OUTPUT" command which is used to perform this task,
 you can only use GETOUTPT on your own jobs.  Use the SDSF PRINT ODSN command
 for other situations.

 "permanent" - This is an optional keyword which, if specified, indicates that
 the dataset should be allocated on permanent DASD instead of a work pack.  Work
 pack allocation is the default.

 Each job with the same name will be extracted, but each job will be in a
 separate dataset.  The datasets will have the name format of:

 userid.JES.SYSOUT.jobname.jobnumber

 Each dataset is defined as LRECL=255, RECFM=FBA.