z/OS MVS Using the Subsystem Interface
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Job-Level Output-Only Fields

z/OS MVS Using the Subsystem Interface
SA38-0679-00

Similar to the prior ‘Output-Only’ section, but these fields are applicable to all data sets from a single job. The information contained within is on a job-level basis, not on an individual data set-level basis.
SSS2PNAM
Output field

Programmer name from the JOB statement

SSS2ROOM
Output field

Job level room number

SSS2NOTN
Output field

Job notify node

SSS2NOTU
Output field

Job notify user ID

SSS2ACCT
Output field

Address of encoded accounting information

Accounting information is provided in ‘SMF’ format, just as if it is in type 5 and type 30 SMF records.
AL1(number-of-pairs-that-follow)
followed by 0 or more pairs of the form:
AL1(length),CLlength'string'
A length of 0 indicates an omitted field
Example: Accounting information of (X3600,42,,ANDY):
      DC  AL1(4)              Nr of fields
      DC  AL1(5),CL5'X3600'   field 1
      DC  AL1(2),CL2'42'      field 2
      DC  AL1(0)              field 3 (null)
      DC  AL1(4),CL4'ANDY'    field 4
SSS2XEQ
Output field

Node where job executed

SSS2ORG
Output field

Node where job entered system

SSS2TIME
Output field

Time on input processor for the selected job. This is in hundredths of seconds since midnight.

The time field is local, not UCT/GMT.

SSS2DATE
Output field

Date on input processor for the selected job. This is in the form 0cyydddF.

The date field is local, not UCT/GMT.

SSS2SYS
Output field

System name of the MVS™ image where the job output was created.

This field is not available if the SYSOUT came from a network node or the job was reloaded.

SSS2MBR
Output field

Member name of the JES2 image where the job output was created.

This field is not available if the SYSOUT came from a network node or the job was reloaded.

SSS2NJEJ
Output field

Address of NJE job header. This field is non-zero if the job header is available and SSS2NJEH flag is on.

SSS2NACT
Output field

Network account number.

In JES2, this information is retrieved from the /*NETACCT JECL statement.

In JES3, this information is retrieved from the //*NETACCT JECL statement.

SSS2USID
Output field

Network account number.

Copy of JMRUSEID for the job being returned. This field should be used in SMF records associated with the printing of the job.

SSS2MXRC
Output field

Maximum RC (Return Code) for the job.

Supplied by JES2 only.

SSS2LSAB
Output field

Last ABEND code for the job.

Supplied by JES2 only.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014