The Db2 Admin Task SYSOUT panel shows the output from the task execution. If the task was a JCL job, the output display shows the contents of the job's SYSOUT data set if the data set is still available in SDSF. If the data set is not available, the panel displays the message "No rows to display." If the task was a stored procedure, the panel displays the output parameters and results sets from the stored procedure.
SYSOUT panel for JCL jobs
The following figure shows the Db2 Admin Task Status Detail window for a JCL job:
The fields on this window display information about the task, as follows:
Task Name
The task name.
Task Creator
The task creator.
Db2 Subsystem
The Db2 SSID on which the task was run.
JobID
The job ID that was assigned to the job submitted by the administrative scheduler.
The remainder of the panel contains the contents of the job's SYSOUT data set.
SYSOUT panel for stored procedures
Note: The output command is not available for stored procedures on subsystems running Db2 versions prior to Db2 V9 NFM. If you attempt to use the O line command on such a task, message DAJM763 is displayed.
The following figure shows the Db2 Admin Task SYSOUT panel for stored procedures:
The fields on this window display information about the task, as follows:
Task Name
The task name.
Task Creator
The task creator.
Db2 Subsystem
The Db2 SSID on which the task was run.
JobID
The job ID that was assigned to the job submitted by the administrative scheduler.
Parm, Type, Value
These columns display the output parameters, their types, and results (if any) from the stored procedure.