- ACTSUM
-
Displays the job activity summary.
- Syntax:
-
ACTSUM { Current | Average | MInimum | MAximum }
{ Normal | Warning | Problem }
{ NOXSData | XSData }
{ NOXSYStem | XSYStem }
{ JOBName jobname }
{ JOBId jobid }
{ TYPE jobtype }
{ INTerval minutes }
- New syntax parameters:
-
- TYPE - Limits the display to only those entries with a corresponding value in the Type field.
- INTERVAL - Specifies the interval to use when calculating the Current value.
Valid Values:
- Default: 2
- Minimum: 1
- Maximum: 60
- New information section fields:
-
- Mode - The requested display mode.
Possible values are:
- CURRENT
- AVERAGE
- MINIMUM
- MAXIMUM
- Interval - The number of data collection intervals that are averaged to compute the current value.
- ALERTSUM
-
Exception alert summary
- New Data Fields:
-
- LastDate - The date of the last triggered exception for the resource.
- LastTime - The time of the last triggered exception for the resource.
- ASPERF
-
Address space performance
- New Data Fields:
-
- ASSBJBNI - Job name for the Initiated program that is associated with this address space.
- ASSBJBNS - Job name for the START/MOUNT/LOGON that is associated with this address space.
- EnctBase - Value of the EnctBase at the end of the previous job step.
- EIIPBase - Value of the EIIPBase at the end of the previous job step.
- EIFABase - Value of the EIFABase at the end of the previous job step.
- DSSERV
-
Data Set Services
- Syntax
-
DSSERVxx < reqtype parameters >
- New Request Type Syntax Parameters
-
The following request types support a ddname parameter of *. This parameter lets you request a system generated ddname for a new allocation or the most recent system generated ddname for an existing allocation.
- ALCONCAT - Allocate and concatenate an existing data set to a ddname.
- ALLOCATE - Allocate an existing data set to a ddname.
- CONCAT - Concatenate a list of ddnames.
- DECONCAT - Deconcatenate a ddname.
- FREE - Free a ddname.
The system generated ddname is assigned to a command variable named:
&DSSERV_SYSGENDD
The following request type already returned the cataloged volser in a message upon completing the DSSERV LOCATE request.
- LOCATE - Locate the cataloged volser of a data set.
The cataloged volser is also assigned to a command variable named:
&DSSERV_VOLSER
- LISTCONS
-
List consoles
- Syntax
-
LISTCONS < options >
- New Syntax Parameters
-
- XSData | NOXSData - Controls whether cross system data collection is forced on or off. If neither keyword is supplied, the XSDATA profile setting is used. The use of any of these keywords does not alter the XSDATA profile setting.
- XSEmcs | NOXSEmcs - Controls whether the EMCS console data returns from remote systems when in cross system data mode. This option applies only when the EMCS option is also in effect. When EMCS is in effect, EMCS consoles from the home system display regardless of the setting of this option. Unless XSHOME NO is in effect.
Default: NOXESMCS
- New Information Section Data Field
-
- Mode - The operation mode of console support.
- Valid Values
-
- DIST - Distributed mode
- SHR - Shared mode
- TRAN - The mode is in transition.
- PAGEDS
-
Displays information about the page data sets.
- Syntax:
-
PAGEDS < options >
- New Syntax Parameters:
-
- ADdline, NOADdline - Controls the display of the ADD line. The ADD line does not display when the LOCAL page data set slots are not available. For example, the data sets info row shows Total equal to Used.
Default: ADDLINE
- Available, NOAVailable - Controls the display of the LOCAL AVAIL page data set slots. No LOCAL AVAIL rows display if all of the LOCAL data set slots are in use (the Datasets info row show Total equal to Used).
Default: NOAVAILABLE
- Information Section:
-
- Added an Information Section row and a new data row to display Storage-Class Memory (SCM) information.
The values in the information section are displayed as storage or byte instead of slot counts.
Old:
Datasets Total 60 In use 39
Page I/O Total 60041 Active 0
Local Slots Total 66.7m In use 0% VIO 0%
New:
PageIO Total 59345 Active 0
Datasets Total 60 Used 39
SCM Size 256G Used 59.2M 0.02%
LOCAL Size 254G Used 0 0.00%
NONVIO Used 0 0.00%
VIO Used 0 0.00%
- Data Fields:
-
The data row fields have been reorganized to display the usage in terms of storage or bytes instead of slot counts.
Old data row fields (snippet):
Dataset-Name VIO Status Type Used Slot-Ct
PAGE.VMVPP31.PLPA PLPA 81% 17999
PAGE.VMVPP31.COMMON COMMON <1% 179999
New data row fields (snippet):
Type Status Size Used Pct% VIO Dataset-Name
PLPA ACTIVE 70.3M 57.2M 81.43% PAGE.VMVPP31.PLPA
COMMON ACTIVE 703M 308K 0.04% PAGE.VMVPP31.COMMON
SCM ACTIVE 256G 59.2M 0.02% N/A
LOCAL ACTIVE 6.88G 0 0.00% VIO PAGE.VMVP310.LOCAL0
- New data fields:
-
- Size - The total size of the page space in bytes.
- Pct% - The percentage of the total size that is in use.
- Changed Data Field:
-
- Used - The used size of the page space in bytes. In prior releases, the Used value displayed the percentage used value.
- Removed Data Field:
-
- Slot-Ct - The total number of slots available.
- TASK
-
Display task structure
- New Data Field:
-
- DDName - The DD name of the JOBLIB DCB for the TCB.
- XMVS
-
Issue a command and view responses.
- Information Section:
-
- CmdCART - The supplied Command-and-respond-token when command was submitted to MVS.
- New data fields:
-
- Type - The type of response.
Valid Values:
- NONE
- CONTROL
- LABEL
- DATA
- END
- DATAEND
- PROMPT
- Color - The color attribute of the response.
Valid Values:
- UNKWN
- BACKGR
- BLUE
- RED
- PINK
- GREEN
- TURQ
- YELLOW
- WHITE
- Hilite - The extended highlighting attribute of the response.
Valid Values:
- UNKWN
- NONE
- BLINK
- REV
- USCORE
- Ints - The intensity attribute of the response.
Valid Values:
- RspCART - The Command-And-Response-Token of the response. This field is highlighted if this CART does not match the CmdCART displayed in the info rows. This mismatch is only possible when the NOCART option was specified.