OUCOPTS

Purpose

The OUCOPTS statement defines the options for storing in a JES SYSOUT class the job logs retrieved by Output collector from the z-centric environment. See Scheduling End-to-end with z-centric Capabilities for information about sending job logs to the JES SYSOUT.

OUCOPTS must stay in a separate member of the EQQPARM library that is parsed by the output collector alone.

Format


1  OUCOPTS  CNTPARMS ( member
name )?  JESCLASS ( JES
class name )?  MINTHREADSPOOL (
2.1! 10
2.1 number of threads
1 )?  MAXSOCKETFORDEST (
2.1! 5
2.1 number of job logs
1 )?  MAXTHREADSPOOL (
2.1! 100
2.1 number of threads
1 )?  RETAINPEND (
2.1! 24
2.1 hours
1 )  SUBSYS ( controller
subsystem name )?  WRITER ( WRITER
task name )

Parameters

CNTPARMS(member name)
The name of the member in the EQQPARM data set that contains the OPCOPTS, ROUTOPTS, and HTTPOPTS initialization statements.
JESCLASS(JES class name)
The name of the JES SYSOUT class where Output collector is to write the job logs after retrieving them from the z-centric environment. The default is the CLASS name specified in the EQQJOBSC (Create sample job JCL) panel or the default class defined for the JES spool.
MINTHREADSPOOL(number of threads|10)
The minimum number of threads that Output collector can open to copy the job logs to JES.
MAXSOCKETFORDEST(number of job logs|5)
The maximum number of job logs that Output collector can retrieve concurrently from the same agent or dynamic domain manager in the z-centric environment.
MAXTHREADSPOOL(number of threads|100)
The maximum number of threads that Output collector can open to copy the job logs to JES.
RETAINPEND(hours|24)
The time (in hours) that Output collector will attempt to get the log of a job run by a dynamic agent that is temporarily unavailable.
SUBSYS(controller subsystem name)
The name of the controller subsystem for which Output collector is started.
WRITER(WRITER name)
The user ID associated with the WRITER task that Output collector calls to write the job logs to the JES spool after retrieving them from the z-centric environment. If no value is specified here or in the EQQJOBSC (Create sample job JCL) panel, the default WRITER task is used.