Access to JES Spool Output Data Sets
The task INGTJLM processes JES spool output data sets. It runs under the NetView user ID.
For this reason, the NetView user
ID must be granted READ access to the class JESSPOOL in general or to those data sets in this class
that will be monitored. The data set name of a JES spooled data set is built as follows:
localnodeid.uid.jobnm.jobid.dsidentifier.nameWhere: - localnodeid
- The NJE node name of the node on which SYSIN or SYSOUT data set currently resides. The localnodeid appears in the JES job log of every job.
- uid
- The user ID that owns the job.
- jobnm
- Job name.
- jobid
- The identifier of the job.
- dsidentifier
- It is the unique data set identifier that JES assigned to the spool data set. This identifier is 8 bytes of alphanumeric characters.
- name
- The name of the data set that is specified in the DSN= parameter of the DD statement. This name cannot be JESYSMSG, JESJCLIN, JESJCL, or JESMSGLG and follows the naming conventions for a temporary data set. If the JCL did not specify DSN= on the DD statement that creates the spool data set, JES uses a single question mark (?).
For more information, see "Defining profiles for SYSIN and SYSOUT data sets" in z/OS Security Server RACF Security Administrator's Guide.