Record fields for inquiries about multi-access spool information contain the following:
Length: 4
Contains the member name of the system.
Length: 4
Contains the system ID number. This is a numeric value (for example, 1).
Length: 8
Contains the status of this member (ACTIVE, INACTIVE, DORMANT, or UNDEF). For systems in undefined or INACTIVE (UNDEF or INACTIVE) status, all the words after this word contain an asterisk as a placeholder since no additional information is available for those systems.
Length: 1
Contains the independent mode indicator (Y or N).
Length: 1
Contains the boss indicator (Y or N).
Length: 10
Contains the last checkpoint date in the format yyyy/mm/dd.
Length: 8
Contains the last checkpoint time in the format hh:mm:ss.
Length: 8
Contains the sysplex name or an * if the system is not in a sysplex.
Length: 8
Contains the system name of the z/OS image in which this system is active. This value is obtained by the system at IPL time from the SYSNAME parameter in logical parmlib member IEASYSxx.
Length: 8
Contains the JES2 version string. Note that any blanks in the JES2 version string are replaced with underscores (for example, OS_2.10).
Length: 4
Contains the JES2 product level. This is a numeric value (for example, 33).
Length: 4
Contains the JES2 service level. This is a numeric value (for example, 0).
Length: 8
Contains the last start type for this member. This field contains one of the following values:
Length: 10
Contains the last JES2 start date in the format yyyy/mm/dd.
Length: 8
Contains the last JES2 start time in the format hh:mm:ss.
Length: 4
Contains the JES2 subsystem name (for example, JES2).
Length: 8
Contains the checkpoint HOLD value (in hundredths of a second). This value is specified on the HOLD parameter of the JES2 initialization MASDEF statement or the $T MASDEF command.
Length: 8
Contains the minimum DORMANCY value (in hundredths of a second). This value is specified on the DORMANCY parameter of the JES2 initialization MASDEF statement or the $T MASDEF command.
Length: 8
Contains the maximum DORMANCY value (in hundredths of a second). This value is specified on the DORMANCY parameter of the JES2 initialization MASDEF statement or the $T MASDEF command.
Length: 8
Contains the SYNCTOL value (in seconds). Specify this value on the SYNCTOL parameter of the JES2 initialization MASDEF statement or the $T MASDEF command.
Length: 8
Contains the actual current HOLD value (in hundredths of a second).
Length: 8
Contains the actual current DORMANCY value (in hundredths of a second).
Length: 4
Contains the ID number of the MAS member that initiated the restart for this system ($ESYS).
Examples: OPSJES2 Functions
NumLines = OPSJES2('I','INIT','A','H')
say 'There are' NumLines 'halted class A initiators'
do NumLines
pull line
say line
end
NumLines = OPSJES2('I','INIT')
NumLines = OPSJES2('I','INIT','*')
NumLines = OPSJES2('I','INIT','*','*')
NumLines = OPSJES2('I','INIT','*','*','*')
NumLines = OPSJES2('I','INIT','ABCD','*','A')
NumLines = OPSJES2('I','INIT','ABCD','*','E')
NumLines = OPSJES2('I','INIT','AB','*','S')
NumLines = OPSJES2('I','INIT','*','A')
NumLines = OPSJES2('I','INIT','*','I','*')
NumLines = OPSJES2('I','INIT','ABCD','A','S')
NumLines = OPSJES2('I','INIT','ABCD','I')
NumLines = OPSJES2('I','INPQ','A')
NumLines = OPSJES2('I','INPQ')
NumLines = OPSJES2('I','INPQ','*')
NumLines = OPSJES2('I','LINE')
NumLines = OPSJES2('I','PRTS','B')
NumLines = OPSJES2('I','PRTS')
NumLines = OPSJES2('I','PRTS','*','*','*')
NumLines = OPSJES2('I','PRTS','ABCD','*','*')
NumLines = OPSJES2('I','PRTS','ABCD','A','*')
NumLines = OPSJES2('I','PRTS','*','D','*')
NumLines = OPSJES2('I','SPOL')
NumLines = OPSJES2('I','MASI')
NumLines = OPSJES2('I','MASI', '*', 'A')
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |