ONTHRESHOLDUT control statement

Syntax

Read syntax diagramSkip visual syntax diagramONTHRESHOLDUT=(JOBNAME=NOUNLOADJOBNAME= jobname,PROCNAME= procname)

Keywords

JOBNAME=NOUNLOAD | jobname,PROCNAME=procname
The JOBNAME parameter specifies the name of the IMS Queue Control Facility PROCLIB member defined in the overflow table. This IMS Queue Control Facility PROCLIB member is either the IMS Queue Control Facility default PROCLIB member or the updated PROCLIB member provided from the TSO session.

If both a job name and a procedure name are specified for this threshold, the procedure name will be used.

JOBNAME=NOUNLOAD
The NOUNLOAD value specifies that no action is taken when the threshold is crossed.
JOBNAME=jobname
The jobname value specifies a 1- to 8-character name of the IMS Queue Control Facility PROCLIB member that is started by IMS Queue Control Facility extensions when an offload of the queue is required. If NOUNLOAD is not specified, then the action taken by IMS Queue Control Facility extensions is to submit the job name that is specified in the overflow table definition at the time that the threshold is crossed. A sample member (IQCPRCUT) is provided in the hlq.SIQCSAMP data set.

A valid name consists of uppercase alphabetic characters (A through Z) special characters ($,#, or @), and numeric values (0 through 9). The first character of the name cannot be a numeric value.

PROCNAME=procname
The procname value specifies a 1- to 8-character name of the IMS Queue Control Facility PROCLIB member that is sent by IMS Queue Control Facility extensions to the IMS Queue Control Facility server when an offload of the queue is required at the crossover of threshold that you defined. The IMS Queue Control Facility server opens this member, finds the control statements, and processes the offload of the queue.

A valid name consists of uppercase alphabetic characters (A through Z) special characters ($,#, or @), and numeric values (0 through 9). The first character of the name cannot be a numeric value.