SAS IT Resource Management 2.6 Hotfix Updates

SAS IT Resource Management is the new name for IT Service Vision. While we are in the process of switching over, you may see references to both names within this documentation.


Contents:

(82IS09) Updated Support for Tile Charts

(82IS09) Updates to MXG-based dictionaries using MXG 25.08

(82IS08) Updates to MXG-based dictionaries using MXG 24.02

(82IS08) Support for SMF NDMCT De-accumulation

(82IS08) Updates to sar Data Support on Linux

(82IS08) Updates to SiteScope Data Support for Daylight Savings Time adjustments

(82IS08) Updates to NTSMF Data Support

(82IS08) Updates to allow support for BMC Patrol Data in IT Service Level Management

(82IS08) Support for duplicate ID values in BMC Patrol Data

(82IS07) Updates to MXG-based dictionaries using MXG 23.03

(82IS07) Support for HP OpenView Performance Agent X.03.84.02 on AIX

(82IS07) Support for SiteScope data on MVS

(82IS07) Support for web logs produced by BEA Weblogic

(82IS07) Support for DCOLLECT, EREP, IMF, TMS, TPF and VM collectors on UNIX and PC

(82IS06) Support for HP OpenView Performance Agent C.03.82 on Solaris

(82IS06) Updates to MXG-based dictionaries using MXG 21.21

(82IS06) Updates to NTSMF Data Support

(82IS05) Support for sar data from SYSSTAT 5.0.0 on Linux

(82IS05) Support for new MXG method of summarizing CICS transaction data

(82IS05) Preliminary Support for SiteScope data

(82IS05) Updates to NTSMF Data Processing

(82IS05) Updates to NTSMF Data Support

(82IS05) Support for SMF TYPE30_6 De-accumulation

(82IS04) Updates to Enhanced UNIX Accounting Support

(82IS04) Updates to NTSMF Data Support

Previous Updates to SAS IT Resource Management Collector Support - Click Here.

IT Service Vision Server Setup Guide - The following link takes you to the original IT Service Vision Server Setup Guide. Parts of that documentation have since been integrated into the Online Help available from within the SAS IT Resource Management application window. For a list of these topics click here. To go to the original IT Service Vision Server Setup Guide click here.


Updated Support for Tile Charts

Note. The version of the Tile Chart that shipped with hotfix 82IS08 contained jars that showed incosistent behaviour among certain Windows operating systems. This version fixes all known problems and is a complete replacement of the original version. The documentation below is taken from the 82IS08 hotfix, and amended where necessary to include new features that have also been added. Please note that some of the %CPTILEMP macro parameters have changed from being positional parameters to keyword parameters. Also, one parameter, LAYOUT, is no longer supported.

Overview

A Tile Chart is also technically known as a Rectangular Tree Map. It is designed to view a large quantity of hierarchical based data in a limited space. Each unique category combination is represented by a rectangular tile with size and color determined by response variables. These tiles are placed in a hierarchical arrangement.

The tree-based nature of the Tile Chart makes it especially useful in an interactive environment. Because of the large amount of data displayed, detailed labeling is not useful, so data tips are very important to see specific values. Drilling down or zooming is also useful to be able to see small sections of the original chart in more detail.

The TileChart Applet is initialized via HTML applet parameters, and is rendered through the use of an XML file. Within SAS IT Resource management, a macro called CPTILEMP is used to generate both the HTML and XML files. This macro uses a SAS dataset as input, although within ITRM, it will typically use an ITRM table.

Tile Charts can also be made part of a Web Gallery, by executing the CPTILEMP macro from within the ITRM CPSRCRPT report macro. See the examples beneath.

Installation

There are two distinct items that comprise support for TileChart Applets, the CPTILEMP macro and the jars that make up the applet itself.

When the hotfix is installed, the CPTILEMP macro will be automatically installed into the correct location for it to be invoked from any SAS IT Resource Management session. The jars are installed as a self-extracting zip file on windows, called TileChartApplet.exe, and can be found in the cpe\sasmisc folder under the SAS install tree. Executing this file will unload the required jars into the same folder.

Once the jars are unloaded, they should be copied to a suitable location for use by the output files that will be created by the ITRM report macros (including CPTILEMP). One of the parameters to the CPTILEMP macro, JAVADIR=, is used to specify the chosen location. See details below.

Syntax

The following table lists the parameters supported by the new CPTILEMP macro. The column denoting whether parameters are positional or keyword follows SAS Macro language standards. That is, if the parameter is positional, its order of appearance in the CPTILEMP invocation is important. And all keyword parameters must be listed after all positional parameters.

Parameter name Required? Positional or Keyword? Description
sasdsn Yes Positional Name of SAS dataset used as input. This can be any SAS dataset or ITRM table name.
dir Yes Positional Path of directory or folder in which to store the xml and html files.
xmlfile Yes Positional Name of output XML file, typically including the ".xml" suffix.
htmfile Yes Positional Name of output HTML file, typically including the ".htm" suffix.
idvars Yes Keyword List of hierarchical category (or ID) variables, delimited by spaces, typically ranging from general to specific. This sequence can be modified in the Data Options menu of the applet once the chart is running. The ID variables' labels are used in the chart instead of the variable names.
sizevar Yes Keyword Name of response variable to be used to determine the relative size of the tiles. The total size of all tiles makes up the entire tile area. Missing, zero and negative values cause their tiles to be ignored. If the othervars parameter has been used to include other variables, the Data Options menu can be used to change the Size Variable once the chart is displayed. The Size Variable's label is used in the chart instead of the variable name.
colorvar Yes Keyword Name of response variable to be used to determine the color of the tiles. The smallest color response will be assigned the minimum color list value, and the largest color response will be assigned the maximum color list value. Other color responses are assigned linearly in a gradient between colors in the list. Missing color values are assigned a special, user-settable color (default of gray). If the othervars parameter has been used to include other variables, the Data Options menu can be used to change the Color Variable once the chart is displayed. The Color Variable's label is used in the chart instead of the variable name.
othervars No Keyword List of other response variables, delimited by spaces, that are not initially displayed but are available for selection from within the Data Options menu of the applet once the chart is running.
auxvars No Keyword List of auxiliary variables, delimited by spaces, whose values are displayed when the mouse hovers over a tile.
detail No Keyword The initial number of tiles to be displayed. Its value is a number from 1 thru n, where n is the number of IDVARS specified. The default is n. For example, if there are three IDVARS specified, all three levels of tiles are displayed initially. If you specify DETAIL=2, only 2 levels are initially displayed. Note. There are known inconsistencies with how this parameter works. Certain other parameter settings of WEBLINK, for example, can cause a requested lower value of DETAIL to be ignored.
datatip No Keyword Amount of detail to display in the data tips. The accpeted values are HIGH (the default), MEDIUM, LOW and NONE. A value of NONE turns off the data tips. Low results in only the lowest ID variable's value being displayed. Medium results in the lowest ID variable's value plus the analysis variables' values being displayed. High results in all variables' values, including the auxiliary variables, if specified.
weblink
linkvals
linklabs
No Keyword These three parameters are used in combination to allow dynamic linking to URLs that are constructed dependent on the tile values on which you RMB click. When you regularly use the right mouse button, you will always see options to zoom in and/or zoom out, but if you specify these parameters, you will also see other text (specified by the LINKLABS parameter) that, when selected, take you to the URL that is constructed by joining the value of the LINKVALS parameter with the values of the ID variables of the relevant tile. There must be the same number of LINKLABS labels as there are LINKVALS values. Because of the sometimes necessary presence of special characters in URLs, it may be necessary to enclose the parameter values with the %STR().
WEBLINK
a list of space-delimited variables whose values will be used to construct URL links.
LINKVALS
a list of URLs (separated by @, the "at" sign) to which the RMB selection will take you. The value would normally include a reference to {&1} where the value for the first weblink variable would be substituted. A reference to {&2} would substitute a second variable's value, etc.
LINKLABS
a list of descriptive labels (also separated by @) that you want displayed in the RMB menu that can also include references to {&1} and {&2}.
title1-4 No Keyword Text used for up to four titles. If none are specified, two default titles will be displayed to indicate the name of the XML file and the Size Variable being used.
foot1-2 No Keyword Text used for up to two footnotes. There is no default footnote text.
javadir No Keyword Path of directory or folder containing the java applet (jar) for the TileChartApplet and its dependent jars. If a relative path is used, it is considered relative to the location of the html file. An absolute path can be coded by using the file directive, for example, "file:///c:\applets\TileChartApplet\jars". Default is jars which is a relative location, implying a subfolder called jars under the folder containing the html file.
colorlist No Keyword List of two or more colors, delimited by spaces, to be used across the range of the color response variable's values. Each color must be specified in RRGGBB hexadecimal form, where RR is the hexadecimal red component, GG is green, and BB is blue. By default, these colors are evenly distributed along the color response value set. If a non-even distribution is desired, use the colorvals parameter. If not specified, the default colors are selected from 3 color ramp values of the graph style as specified by the style parameter. If both the colorlist and colorvals parameters are specified, the number of entries in each list must be the same.
colorvals No Keyword List of two or values from 0 to 1, delimited by spaces, to specify the normalized locations for the list of colors specified in the colorlist parameter. The numbers must begin with 0, end in 1 and be listed in ascending order. If not specified, an even distribution will be used. If both the colorlist and colorvals parameters are specified, the number of entries in each list must be the same.
labelcolor No Keyword A color to be used for the labels associated with the variables listed in the IDVARS= parameter. The color must be specified in RRGGBB hexadecimal form, where RR is the hexadecimal red component, GG is green, and BB is blue. If not specified, the default value is 000000, which is black.
labelshadowcolor No Keyword A color to be used for the shadow of the labels associated with the variables listed in the IDVARS= parameter. The color must be specified in RRGGBB hexadecimal form, where RR is the hexadecimal red component, GG is green, and BB is blue. If not specified, the default is no shadows.
style No Keyword Name of style or theme to be used. A style is a set of visual properties applied to the chart, including background, colors and fonts. Default value is ANALYSIS. Other styles include ASTRONOMY, BANKER, BLOCKPRINT, CONVENTION, CURVE, EDUCATION, ELECTRONICS, GEARS, MAGNIFY, MONEY, MONOCHROME, RSVP, SCIENCE, SKETCH, STATISTICAL, TORN and WATERCOLOR.
legendsym No Keyword Boolean value of TRUE or FALSE, used to determine if the legend color mapping should be symmetric about a fixed number (TRUE), or should strictly use the color response data (FALSE). If TRUE, LEGENDBASE must be specified with the value of that symmetry. If not specified, the default is FALSE.
legendbase No Keyword Number about which the legend for the color response variable should be symmetric. This parameter is required when LEGENDSYM=TRUE. Otherwise, it is ignored.

The following represents some examples of using the new CPTILEMP macro.

Example 1

This example uses the CPTILEMP macro directly against an ITRM table, DAY.XRMFINT. It creates the xml and html files in the c:\temp directory. It uses three hierarchical variables, DATE, SHIFT and HOUR, a size response variable of CPUTM__S (sum of CPU time) and a color response variable of PCCPUBY (mean percent CPU busy). Other variables available within the applet will be CPUTM (mean CPU time) and PAGRT (mean paging rate). As each tile is hovered over, the values of SYSPLEX and MACHINE will also appear. There are four colors in the color list associated with four values from 0 to 1. This will mean that the color gradient is skewed, such that colors will graduate from 0000bb to 00bbbb for the first 50% of observations, based on PCCPUBY. The colors will then graduate from 00bbbb to bbbb00 for the next 40% of observations. And finally, the top 10% of observations will be the darkest red color, thus highlighting when the machine was busiest. The labels of the ID variables will be white, with no shadows. When you RMB click on a tile, the popup menu will display an extra label reading "Link to report of machine=xxxx and date=ddddddd". The values for machine and date will be substituted for the values of those variables from the tile on which the RMB was selected.

%cptilemp( day.xrmfint,
           c:\temp,
           rmfcpu.xml,
           rmfcpu.htm,
           idvars=date shift hour,
           sizevar=cputm__s,
           colorvar=pccpuby,
           othervars=cputm pagrt,
           auxvars=sysplex machine,
           weblink=machine date,
           linkvals=%str(http://www.sas.com/q?machine={&1}date={&2}),
           linklabs=%str(Details for machine={&1} and date={&2}),
           style=analysis,
           title1=Mainframe CPU Utilization,
           title2=tile size represents total cpu time,
           colorlist = 0000bb 00bbbb bbbb00 dd0000,
           colorvals = 0 .5 .9 1,
           labelcolor=ffffff,
           javadir=file:///c:\tilechartapplet\jars);

Example 2

This example uses the new CPTILEMP macro in combination with the CPSRCRPT report macro to place a Tile Chart into a web gallery. The CPTILEMP invocation is stored in a catalog entry called SASUSER.TILECHART.SARDAILY.SOURCE and the third positional parameter to the CPSRCRPT macro is used to specify that location.

The CPTILEMP macro uses data from a dataset whose name is represented by a macro variable called &DATASET. This macro variable will represent the correctly-named SAS dataset when executed within the CPSRCRPT macro. CPSRCRPT manipulates the input ITRM table and produces a temporary dataset, whose name is stored in &DATASET.

The output directory name is represented by a macro variable called &HTMLDIR. This macro variable represents the same-named macro parameter that is used in CPSRCRPT. In other words, the directory specified in the HTMLDIR= parameter of CPSRCRPT can be used here unchanged.

The xml and html files are named based on the contents of another macro variable called &OUTNAME. This macro variable represents the same-named macro parameter that is used in CPSRCRPT. In other words, the name specified in the OUTNAME= parameter of CPSRCRPT can be used here unchanged.

It uses three hierarchical variables, MACHINE, DATE and HOUR, a size response variable of FREEMEM (mean free memory) and a color response variable of CPUBUSY (mean percent CPU busy). The colors are as specified in the first example, along with the labels.

LEGENDSYM is specified as TRUE, meaning that the legend should be symmetrical about the LEGENDBASE value of 50. In this scenario, because the color response variable is a percentage, it makes sense to have the legend centered on 50%.

%cptilemp( &dataset,
           &htmldir,
           &outname..xml,
           &outname..htm,
           idvar=machine date hour,
           sizevar=freemem,
           colorvar=cpubusy,
           style=analysis,
           title1=UNIX CPU Utilization,
           title2=from sar data,
           colorlist = 0000bb 00bbbb bbbb00 dd0000,
           colorvals = 0 .5 .9 1,
           labelcolor=ffffff,
           legendsym=TRUE,
           legendbase=50,
           javadir=..\..\tilechartapplet\jars
         );

The CPSRCRPT macro follows:

%cpsrcrpt( sar,
           temp,
           sasuser.tilechart.sardaily.source,
           redlvl=day,
           outmode=web,
           outloc=work.applet3,
           outdesc=Daily CPU Utilization,
           outname=sardaily,
           outtype=ascii,
           htmldir=c:\itrm\gallery\sarcpu,
           webstyle=dynamic,
           labels=(freemem="Memory available"
                   pccpuby="Percent CPU Busy"
                   date="Date"
                   hour="Hour"
                   shift="Shift")
         );

The combination of the first positional parameter and the REDLEVL keyword parameter tells CPSRCRPT to get the data for this report from the ITRM table, DAY.SAR.

The second positional parameter is used to define the name of a dataset used to store transient data.

The third positional parameter is used to specify the location of the catalog source entry that contains the SAS report code to be executed; in this case, the CPTILEMP invocation.

The keyword parameters that all start with "OUT" specify that the output is to be stored in a web gallery with a name of SARDAILY and a description of "Daily CPU Utilization". The report metadata is written to WORK.APPLET3 and the type of the output is ASCII, since the output created by the CPTILEMP macro is text files.

HTMLDIR specifies the directory path for the location of the xml and html files.

WEBSTYLE specifies the type of gallery to produce.

LABELS is used to override the labels used for this report. If not specified, the labels are retrieved from the data dictionary defintions for the table.


Updates to MXG-based dictionaries using MXG 25.08

Summary of Changes:

Warnings

 WARNING: Before applying any data dictionary maintenance, please read the
 following warnings:

   -  The following variable has changed from being character to numeric.

          Table      Variable     MXG Variable

          XTY8221    SM82SXT        SMF82SXT


      If this table already exists in your PDB and you wish to apply
      dictionary maintenance to the table, you will need to delete the
      variable first.  This can be done either by using the interactive
      interface or, preferably, by running the %CPDDUTL macro specifying a
      PDS member which contains the following statements:

           SET TABLE NAME=XTY8221;
           DELETE VARIABLE NAME=SM82SXT;
           BUILD VIEWS NAME=XTY8221;

      Applying subsequent maintenance to the table will create a new
      variable to replace it.


 FAILURE TO DO THESE TASKS WILL RESULT IN AN ERROR CONDITION WHILST APPLYING
 MAINTENANCE.

Overview

 The SAS IT Resource Management data dictionary has been updated using MXG
 25.08. If you are running an older version of MXG, the dictionary may
 contain variables that are not available in your version of MXG.  Later
 versions of MXG are compatible.  If new variables or tables have been added
 in a later version, we will add them to our supplied data dictionary in a
 maintenance release.  If you need to add them prior to that time, you can
 use CREATE VARIABLE or CREATE TABLE statements using the batch dictionary
 update utility, %CPDDUTL.


 To apply maintenance to your PDB dictionary, run the data dictionary
 utility macro, %CPDDUTL, in a batch job. See below for a list of some
 possible combinations of control statements for %CPDDUTL. See the macro
 reference documentation or the online help index for more details regarding
 this macro. Please also note that SCOPE=ALL is now an obsolete parameter
 setting for the MAINTAIN function.

    - To obtain a report of new variables that could be added to your
      dictionary, specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=NEWVARS
                        NOUPDATE;

    - To obtain a report of all changes to existing variables before you
      update your dictionary, specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=EXISTING
                        NOUPDATE;

    - To update your dictionary such that only new variables are added (no
      existing variables are modified), specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=NEWVARS
                        UPDATE;

    - To update your dictionary such that existing variables are modified,
      specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=EXISTING
                        UPDATE;

 The last two examples also produce a report of what is being changed.  If
 you want to suppress this, specify NOREPORT in place of REPORT.

 If you want to apply maintenance or obtain a report on only one table,
 specify its name as the NAME= parameter value in place of _ALL_. Note that
 you cannot specify multiple tables.



Highlights

 Support for MXG 25.08 also implies support for the following
 enhancements to existing tables:

       Support for RMF Capacity Groups.
       Support for z/OS 1.9.
       Support for IMF Version 4.3.
       Support for TYPE89 APAR OA20314.
       Support for unknown TYPE80 TOKDANAMs.
       Support for CICS/TS 3.2.
       Support for TYPE80 CRL PUBLISH and SET UID (events 52, 79).
       Support for DB2 PK37354 Subtype 4 in DB2 1.9.
       Support for SMF 119 for z/OS 1.8.
       Support for Tape Mount Monitor ML-40.
       Support for IMS Version 10.
       Support for TPF thru PUT19.
       Support for Beta 93 Version 3.6.1
       Support for HyperPAV APAR OA12865.
       Support for NTSMF Beta Version 3.0.0.8.
       Support for NetSpy Version 11.
       Support for SMF 99 Resource Group.
       Support for ThruPut Manager Version 6.
       Support for NTSMF Version 3.0.0.7.
       Support for SMF 82 subtype 22.
       Support for z/OS 1.8.
       Support for NTSMF 3.0.0.
       Support for NDM/Connect-Direct Release 4.3/4.5.

Supplied table changes

 1) The following tables have been deleted from the supplied data
    dictionary:

        Table       Table Type  Description

        NASPNTA     INTERVAL    WIN NT - apps v1.1.4322
        NASPNTV     INTERVAL    WIN NT - v1.1.4322

    This is because these metrics were combined into other, new tables
    NASPN and NASPNAP, detailed below.


 2) The following tables have been added to the supplied data dictionary:

        Table       Table Type  Description

        NARMTAP     INTERVAL    WIN NT - armtecap
        NARMTPR     INTERVAL    WIN NT - armtecpr
        NASPN       INTERVAL    WIN NT - aspnet
        NASPNAP     INTERVAL    WIN NT - aspnetap
        NASPNSS     INTERVAL    WIN NT - state service
        NCCMSGQ     INTERVAL    WIN NT - message queue
        NCITRIX     INTERVAL    WIN NT - citrix metaframe pres server
        NDATABI     INTERVAL    WIN NT - database instances
        NDTSBUF     INTERVAL    WIN NT - usage
        NDTSPER     INTERVAL    WIN NT - library
        NETCLDT     INTERVAL    WIN NT - clr data
        NETCLEX     INTERVAL    WIN NT - clr exceptions
        NETCLIN     INTERVAL    WIN NT - clr interop
        NETCLJI     INTERVAL    WIN NT - clr jit
        NETCLLK     INTERVAL    WIN NT - clr locksandthreads
        NETCLLO     INTERVAL    WIN NT - clr loading
        NETCLME     INTERVAL    WIN NT - clr memory
        NETCLRE     INTERVAL    WIN NT - clr remoting
        NETCLSE     INTERVAL    WIN NT - clr security
        NIPV6       INTERVAL    WIN NT - ipv6: nt ipv6
        NPSCHPI     INTERVAL    WIN NT - pipe
        NSAALER     INTERVAL    WIN NT - alerts
        NSASTAT     INTERVAL    WIN NT - statistics
        NSJOB       INTERVAL    WIN NT - jobs
        NSJOBTP     INTERVAL    WIN NT - jobsteps
        NSQCUTO     INTERVAL    WIN NT - cursor manager total
        NSQCUTY     INTERVAL    WIN NT - cursor manager by type
        NSQLBFN     INTERVAL    WIN NT - buffernode
        NSQLBRD     INTERVAL    WIN NT - broker/dbmtransport
        NSQLBRK     INTERVAL    WIN NT - brokeractivation
        NSQLBRS     INTERVAL    WIN NT - brokerstatistics
        NSQLCAT     INTERVAL    WIN NT - catalogmetadata
        NSQLCLR     INTERVAL    WIN NT - clr
        NSQLEXE     INTERVAL    WIN NT - execstatistics
        NSQLPLN     INTERVAL    WIN NT - plancache
        NSQLSPI     INTERVAL    WIN NT - ssispipeline
        NSQLSQL     INTERVAL    WIN NT - sqlerrors
        NSQLTRA     INTERVAL    WIN NT - transactions
        NSQLWAI     INTERVAL    WIN NT - waitstatistics
        NTCPV6      INTERVAL    WIN NT - tcpv6
        NUDPV6      INTERVAL    WIN NT - udpv6
        VIODHPC     EVENT       VM - hyperpav pool create/delete
        VIODHPP     EVENT       VM - hyperpav pool activity
        VIODLPT     EVENT       VM - lss pav transition
        VMTRHPP     EVENT       VM - hyperpav pool definition
        VPRCAPC     EVENT       VM - crypto performance counters
        VPRCAPM     EVENT       VM - crypto performance measurement
        VPRCDIA     EVENT       VM - diagnose counts per proc
        VPRCINS     EVENT       VM - instruction counts per proc
        VSCLSCA     EVENT       VM - set cpuaffinity changes
        VSTOSCS     EVENT       VM - scsi storage pool sample
        VSTOSXG     EVENT       VM - system execution space global
        VSTOSXP     EVENT       VM - system execution space per procesor
        VSYTLCK     EVENT       VM - formal spin lock data
        VSYTSPT     EVENT       VM - scheduler activity per proc
        VSYTSXP     EVENT       VM - system execution space per procesor
        VVNDLSD     EVENT       VM - virtual network guest link down
        VVNDLSU     EVENT       VM - virtual network guest link up
        VVNDSES     EVENT       VM - virtual nic session activity
        XASM7GC     INTERVAL    Group capacity - cec total
        XASM7GL     INTERVAL    Group capacity - lpar detail
        XCIDBDS     INTERVAL    CICS loader stats lib dsnames
        XCIDHD      INTERVAL    CICS doctemplate resource stats
        XCIISR      INTERVAL    CICS isc ip connections
        XCILDB      INTERVAL    CICS loader stats for library
        XDBTAT4     EVENT       DB2 interval statistics: subtype 4
        XSARU20     EVENT       CA VIEW - User log on
        XSARU21     EVENT       CA VIEW - User log off
        XSARU30     EVENT       CA VIEW - Report was viewed
        XSARU31     EVENT       CA VIEW - Report was reprinted
        XSARU32     EVENT       CA VIEW - Report was loaded to database
        XSARU33     EVENT       CA VIEW - Report was deleted
        XSARU34     EVENT       CA VIEW - Report was deleted from disk
        XTPFKC      EVENT       TPF - kcn activity record
        XTPFSB      EVENT       TPF - nsd activity record
        XTY8052     EVENT       RACF event 52 set uid
        XTY8063     EVENT       RACF event 63 unix setgroups
        XTY8079     EVENT       RACF event 79 crl publish
        XTY8222     EVENT       CRYPTO trusted block create call
        XTY8223     EVENT       CRYPTO token data set update
        XTY9214     EVENT       OMVS file system delete/rename
        XTY99RG     EVENT       OS/390 type 99 resource group entry


 3) The following tables have had variable changes (variables added,
    deleted, or modified) in the supplied data dictionary:

        Table       Table Type  Description

        NBLKBER     INTERVAL    WIN NT - blackberry server
        NDATABA     INTERVAL    WIN NT database
        NDTSCPU     INTERVAL    WIN NT - dts cpu
        NMEMORY     INTERVAL    WIN NT memory
        NMSQAES     INTERVAL    WIN NT - mssql access methods
        NMSQCMG     INTERVAL    WIN NT - mssql cache manager
        NMSQGST     INTERVAL    WIN NT - mssql general statistics
        NMSQLCH     INTERVAL    WIN NT - mssql latches
        NMSQLKS     INTERVAL    WIN NT - mssql locks
        NMSQSTS     INTERVAL    WIN NT - mssql sql statistics
        NNETWIN     INTERVAL    WIN NT network interface
        NSQEPLR     INTERVAL    WIN NT sqlreplr
        NSQEPME     INTERVAL    WIN NT sqlrepme
        NSQEPSN     INTERVAL    WIN NT sqlrepsn
        NSQLACC     INTERVAL    WIN NT sqlacces
        NSQLCAC     INTERVAL    WIN NT sqlcacmg
        NSQLGEN     INTERVAL    WIN NT sqlgenst
        NSQLLAT     INTERVAL    WIN NT sqllatch
        NSQLLOK     INTERVAL    WIN NT sqllock
        NSQLSTA     INTERVAL    WIN NT sqlstats
        NSQRPAG     INTERVAL    WIN NT sqlrepag
        NSQRPDI     INTERVAL    WIN NT sqlrepdi
        NSYSTEM     INTERVAL    WIN NT system
        NTCNFIG     EVENT       WIN NT SMF configuration
        NTHRED      INTERVAL    WIN NT thread
        NTINTRV     INTERVAL    WIN NT interval data
        VAPLCMS     INTERVAL    VM - cms multitasking
        VAPLEDT     INTERVAL    VM Application Data Event Record
        VAPLSDT     INTERVAL    VM Application Data Sample Record
        VAPLSLM     INTERVAL    VM - linux memory
        VAPLSLN     INTERVAL    VM - linux networking
        VAPLSLP     INTERVAL    VM - linux processor summary
        VAPLSL0     INTERVAL    VM - linux processor detail
        VAPLSRV     INTERVAL    VM Application Data (MXG)
        VAPLTCA     INTERVAL    VM - TCP/IP cpu
        VAPLTCB     INTERVAL    VM - TCP/IP ccb
        VAPLTCC     INTERVAL    VM - TCP/IP tree size
        VAPLTCD     INTERVAL    VM - TCP/IP home
        VAPLTCE     INTERVAL    VM - TCP/IP ipv6 home
        VAPLTCY     INTERVAL    VM - TCP/IP acb process/device
        VAPLTC0     INTERVAL    VM - TCP/IP MIB
        VAPLTC1     EVENT       VM - TCP/IP tcb open
        VAPLTC2     EVENT       VM - TCP/IP tcb close
        VAPLTC3     INTERVAL    VM - TCP/IP pool limit
        VAPLTC4     INTERVAL    VM - TCP/IP pool size
        VAPLTC5     INTERVAL    VM - TCP/IP lcb link
        VAPLTC6     EVENT       VM - TCP/IP ucb open
        VAPLTC7     INTERVAL    VM - TCP/IP ucb close
        VAPLTC8     INTERVAL    VM - TCP/IP link definition
        VAPLTC9     INTERVAL    VM - TCP/IP acb
        VAPLVMR     EVENT       VM - vmrm workloads
        VBYUSR      INTERVAL    VM User Data (MXG)
        VIODALS     INTERVAL    VM Automated Tape Library Statistics
        VIODATD     INTERVAL    VM Attach Device
        VIODATS     INTERVAL    VM Attach Shared Device
        VIODCAD     INTERVAL    VM Cache Activity Data
        VIODDCH     INTERVAL    VM/ESA - Delete CHPID
        VIODDDV     INTERVAL    VM/ESA - Delete device
        VIODDEV     INTERVAL    VM Device Activity
        VIODDSB     INTERVAL    VM Disable Terminal
        VIODDTD     INTERVAL    VM Detach Device
        VIODENB     INTERVAL    VM Enable Terminal
        VIODMDV     INTERVAL    VM/ESA - Modify device
        VIODMOF     INTERVAL    VM/ESA - Set subchan measure off
        VIODMON     INTERVAL    VM/ESA - Set subchan measure on
        VIODQDA     INTERVAL    VM - activate qdio device
        VIODQDD     INTERVAL    VM - qdio deactivate
        VIODQDS     INTERVAL    VM - qdio activity
        VIODSOF     INTERVAL    VM/ESA - Vary off subchannel
        VIODSON     INTERVAL    VM/ESA - Vary on subchannel
        VIODSTC     INTERVAL    VM/ESA - State change
        VIODSZI     INTERVAL    VM - scsi device activity
        VIODTOF     INTERVAL    VM/ESA - Set throttle off
        VIODTON     INTERVAL    VM/ESA - Set throttle rate
        VIODVOF     EVENT       VM Vary Off Device
        VIODVON     INTERVAL    VM Vary On Device
        VIODVSF     INTERVAL    VM - virtual switch failover
        VIODVSR     INTERVAL    VM - virtual switch recovery
        VIODVSW     INTERVAL    VM - virtual switch activity
        VMINTRV     INTERVAL    VM Interval Data (consolidated by MXG)
        VMTRCCC     EVENT       VM - cpu capability change
        VMTRDDR     EVENT       VM Domain Detail
        VMTRDEV     EVENT       VM Device Configuration Data
        VMTRECM     EVENT       VM Event Alteration Command
        VMTREND     INTERVAL    VM Interval End
        VMTREOF     EVENT       VM End of Frame Indicator
        VMTREPR     EVENT       VM Event Profile
        VMTRMEM     EVENT       VM Memory Configuration Data
        VMTRPAG     EVENT       VM Paging Configuration Data
        VMTRPRP     EVENT       VM Processor Configuration
        VMTRQDC     EVENT       VM - qdio device config
        VMTRSCH     EVENT       VM Scheduler Settings
        VMTRSCM     EVENT       VM Sample Alteration Command
        VMTRSOS     EVENT       VM Event Record Start of Suspend
        VMTRSPR     EVENT       VM Sample Profile
        VMTRSUS     EVENT       VM Suspension Record
        VMTRSYS     EVENT       VM System Configuration Data
        VMTRUSR     EVENT       VM Logged on User
        VMTRXSG     EVENT       VM Expanded Storage Data
        VPRCCFF     INTERVAL    VM Remove Access to Crypto Facility
        VPRCCFN     INTERVAL    VM Add Access to Crypto Facility
        VPRCIOP     INTERVAL    VM - iop utilization
        VPRCPRP     INTERVAL    VM Processor Data (Per Processor)
        VPRCVFF     INTERVAL    VM Vary Off Vector Facility
        VPRCVFN     INTERVAL    VM Vary On Vector Facility
        VPRCVOF     INTERVAL    VM Vary Off Processor
        VPRCVON     INTERVAL    VM Vary On Processor
        VSCLADL     INTERVAL    VM Add User To Dispatch List
        VSCLAEL     INTERVAL    VM Add User To Eligible List
        VSCLDDL     INTERVAL    VM Drop User From Dispatch List
        VSCLIOP     INTERVAL    VM - i/o priority changes
        VSCLRDB     INTERVAL    VM Begin Read
        VSCLRDC     INTERVAL    VM Read Complete
        VSCLSHR     INTERVAL    VM Set SHARE Changes
        VSCLSQD     INTERVAL    VM Set QUICKDSP Changes
        VSCLSRM     INTERVAL    VM Set SRM Changes
        VSCLSTP     INTERVAL    VM System Timer Pop
        VSCLWRR     INTERVAL    VM Write Response
        VSEKSEK     INTERVAL    VM Seek Data
        VSTOASC     INTERVAL    VM Address Space Created
        VSTOASD     INTERVAL    VM Address Space Deleted
        VSTOASI     INTERVAL    VM Address Space Information Record
        VSTOASP     INTERVAL    VM Auxiliary Storage Management
        VSTOASS     INTERVAL    VM Auxiliary Shared Storage Management
        VSTOATC     INTERVAL    VM Page/Spool Area of a CP Volume
        VSTOBPG     INTERVAL    VM Block Paging Data
        VSTORSG     INTERVAL    VM Real Storage Management (Global)
        VSTORSP     INTERVAL    VM Real Storage Activity (Per Processor)
        VSTOSHD     INTERVAL    VM NSS/DCSS/SSP removed from storage
        VSTOSHL     INTERVAL    VM NSS/DCSS/SSP Loaded into Storage.
        VSTOSHP     INTERVAL    VM NSS/DCSS Successfully Purged
        VSTOSHR     INTERVAL    VM Shared Storage Management
        VSTOSHS     INTERVAL    VM NSS/DCSS Saved
        VSTOVDK     INTERVAL    VM VDisk Information Record
        VSTOXSG     INTERVAL    VM Expanded Storage Data
        VSTOXSU     INTERVAL    VM Expanded Storage Data (Per User)
        VSYTASG     INTERVAL    VM Auxiliary Storage (Global)
        VSYTCOM     INTERVAL    VM Processor Communication Activities
        VSYTCPC     INTERVAL    VM Physical Channel Path Contention Data
        VSYTCPM     INTERVAL    VM Channel Path Measurement Data
        VSYTCUG     INTERVAL    VM Logical CPU Utilization Data (Global)
        VSYTCUM     INTERVAL    VM Physical CPU Utilization Data 4 LPAR
        VSYTCUP     INTERVAL    VM CPU Util. Data (Logical Partition)
        VSYTEPM     INTERVAL    VM/ESA - Extended channel measure
        VSYTPRP     INTERVAL    VM Processor Data (Per Processor)
        VSYTRSG     INTERVAL    VM Real Storage Data (Global)
        VSYTRSP     INTERVAL    VM Real Storage Data (Per Processor)
        VSYTSCG     INTERVAL    VM Scheduler Activity (Global)
        VSYTSCP     INTERVAL    VM Scheduler Activity (Per Processor)
        VSYTSHS     INTERVAL    VM Shared Storage Data
        VSYTSYG     INTERVAL    VM/ESA - System data global
        VSYTSYP     INTERVAL    VM System Data (Per Processor)
        VSYTUSR     INTERVAL    VM User Data
        VSYTUWT     INTERVAL    VM User Wait States
        VSYTXSG     INTERVAL    VM Expanded Storage Data (Global)
        VSYTXSP     INTERVAL    VM Expanded Storage Data (Per Processor)
        VUSEATE     INTERVAL    VM User Activity Data at Transaction End
        VUSEDFC     INTERVAL    VM DEFINE CPU
        VUSEDTC     INTERVAL    VM DETACH CPU
        VUSEITE     INTERVAL    VM User Interaction at Transaction End
        VUSELOF     INTERVAL    VM User Logoff Data
        VUSELON     INTERVAL    VM User Logon
        VUSERDC     INTERVAL    VM DEFINE CPU n AS
        VUSETRE     INTERVAL    VM User Transaction End
        XASMCEC     INTERVAL    LPAR CEC level LPAR details
        XASMCEL     INTERVAL    Summarized CEC detail
        XASMTAP     EVENT       MXG tape monitor summary analysis
        XASM70L     INTERVAL    LPAR summarized detail
        XASM70P     INTERVAL    LPAR RMF interval data
        XBETA0      EVENT       BETA 93 input of lists
        XCICINT     INTERVAL    CICS interval statistics
        XCIDS       INTERVAL    CICS dispatcher statistics
        XCIDSR      INTERVAL    CICS dispatcher tcb resource
        XCIDST      INTERVAL    CICS dispatcher tcb global
        XCILDR      INTERVAL    CICS program loader statistics specific
        XCIM        INTERVAL    CICS monitoring statistics
        XCIMDSA     INTERVAL    CICS storage manager DSA
        XCIPIR      INTERVAL    CICS pipeline resource stats
        XCITRAN     EVENT       CICS transactions
        XDBACCT     EVENT       DB2 accounting
        XDBCCTP     EVENT       DB2 accounting-packages/dbrm
        XDBGBPS     INTERVAL    DB2 statistics global buffer pool
        XDBSTA0     INTERVAL    DB2 interval statistics (subtype 0)
        XDBSTA1     INTERVAL    DB2 interval statistics (subtype 1)
        XDBTATS     INTERVAL    DB2 interval statistics: summary
        XDB2A       INTERVAL    DB2 accounting - summarised to hour
        XDCBKUP     EVENT       DCOLLECT backup
        XDCCLUS     EVENT       DCOLLECT VSAM data set information
        XDCDSET     EVENT       DCOLLECT active data set information
        XDSNREC     EVENT       TMS (CA-1) dataset name record
        XHSFSRT     EVENT       HSM fsr tape volsers for detail records
        XHSM        INTERVAL    HSM fsr statistics - hourly summary
        XIMFTRN     EVENT       IMF - IMS transactions
        XIMPROG     EVENT       IMF - IMS program deschedule
        XJOBS       EVENT       Completed jobs
        XMIVCF      INTERVAL    MIM virtual control file
        XMQACCT     EVENT       MQM accounting statistics
        XMQACTQ     EVENT       MQM task queue accounting
        XMQQUEU     EVENT       MQM queue detail
        XNDMCT      EVENT       NDM copy termination
        XNDMFI      EVENT       NDM subtype fi
        XNDMNM      EVENT       NDM subtype nm
        XORACLE     EVENT       Oracle event record
        XPROREC     EVENT       Pro/sms recovery
        XPROSMS     EVENT       Pro/sms message
        XQACONF     EVENT       AS400 - system configuration data
        XQADISK     INTERVAL    AS400 - disk storage data
        XQAJOBL     INTERVAL    AS400 - job data
        XQAJOBM     INTERVAL    AS400 - job data
        XQAPOLB     INTERVAL    AS400 - main storage data
        XQASYSL     INTERVAL    AS400 - system performance data
        XQASYST     INTERVAL    AS400 - system performance data
        XRMFINT     INTERVAL    Combined RMF interval data
        XSMFINT     INTERVAL    SMF interval accounting
        XSPNJOB     EVENT       Incomplete (spun) jobs
        XSTEPS      EVENT       Completed jobs steps
        XSTVS13     EVENT       STC VSM 13 vtcs vtv mount
        XSTVS15     EVENT       STC VSM 15 vtcs delete vtv
        XTAPES      EVENT       Tape error statistics by volume
        XTPFDH      EVENT       TPF - ss/ssu mnemonic table
        XTPFFF      EVENT       TPF - sons and vfa intercept records
        XTPFINT     INTERVAL    TPF - interval statistics
        XTPFSP      INTERVAL    TPF - system pool (gfs) data
        XTPFSX      INTERVAL    TPF - system intrvl start/stop/continue
        XTYMDF      INTERVAL    Amdahl MDFtrack
        XTYTPMX     EVENT       Thruput manager job analyzer - extended
        XTY1415     EVENT       Non-VSAM data set activity
        XTY16       EVENT       Sort merge statistics
        XTY21       EVENT       Tape error statistics by volume
        XTY23       INTERVAL    SMF interval statistics (status)
        XTY30_V     EVENT       Job/TSO interval accounting
        XTY30_4     EVENT       Job/TSO step/program termination
        XTY30_5     EVENT       Job/TSO termination
        XTY30_6     EVENT       System address space data
        XTY57J2     EVENT       JES2 network transmission
        XTY6367     EVENT       VSAM catalog entry DEFINE/DELETE
        XTY70       INTERVAL    RMF CPU activity and address space stats
        XTY70PR     INTERVAL    RMF PR/SM statistics
        XTY70X2     INTERVAL    RMF pci crypto accelerator pcica
        XTY70Y2     INTERVAL    RMF crypto coproc facility ccf
        XTY7002     INTERVAL    RMF pci crypto coprocessor pcicc
        XTY71       INTERVAL    RMF paging and swapping activity
        XTY72       INTERVAL    RMF workload activity
        XTY72DL     INTERVAL    RMF goal mode delay states
        XTY72GO     INTERVAL    RMF goal mode period resources
        XTY72MN     INTERVAL    RMF monitor III data
        XTY7204     INTERVAL    RMF subtype 04
        XTY74       INTERVAL    RMF device activity
        XTY74CF     INTERVAL    RMF coupling facility - activity
        XTY74ME     INTERVAL    RMF mon III XCF member message statistic
        XTY74PA     INTERVAL    RMF mon III XCF path message statistics
        XTY74ST     INTERVAL    RMF coupling facility - structure reqs
        XTY77       INTERVAL    RMF system enqueue data
        XTY78CU     INTERVAL    RMF LCU queuing statistics
        XTY78PA     INTERVAL    RMF virtual storage private area stats
        XTY791      INTERVAL    RMF mon II address space state data
        XTY792      INTERVAL    RMF mon II address space resource data
        XTY799      INTERVAL    RMF mon II device activity data
        XTY80A      EVENT       RACF catchall if no racftype segment
        XTY80TS     EVENT       Top secret 103-255
        XTY8000     EVENT       RACF event 00 undocumented
        XTY8001     EVENT       RACF event 01 JOB init or TSO logon
        XTY8002     EVENT       RACF event 02 resource access
        XTY8003     EVENT       RACF event 03 end of volume
        XTY8004     EVENT       RACF event 04 rename data set
        XTY8005     EVENT       RACF event 05 scratch data set or tape
        XTY8006     EVENT       RACF event 06 delete vol1 of multi-vol
        XTY8007     EVENT       RACF event 07 define data set of tape
        XTY8008     EVENT       RACF event 08 addsd command
        XTY8009     EVENT       RACF event 09 addgroup command
        XTY8010     EVENT       RACF event 10 adduser command
        XTY8011     EVENT       RACF event 11 adduser command
        XTY8012     EVENT       RACF event 12 altgroup command
        XTY8013     EVENT       RACF event 13 altuser command
        XTY8014     EVENT       RACF event 14 connect command
        XTY8015     EVENT       RACF event 15 deldsd command
        XTY8016     EVENT       RACF event 16 delgroup command
        XTY8017     EVENT       RACF event 17 deluser command
        XTY8018     EVENT       RACF event 18 deluser command
        XTY8019     EVENT       RACF event 19 permit command
        XTY8020     EVENT       RACF event 20 ralter command
        XTY8021     EVENT       RACF event 21 rdefine command
        XTY8022     EVENT       RACF event 22 rdelete command
        XTY8023     EVENT       RACF event 23 remove command
        XTY8024     EVENT       RACF event 24 setropts
        XTY8025     EVENT       RACF event 25 rvary command
        XTY8026     EVENT       RACF event 26 appclu session establish
        XTY8027     EVENT       RACF event 27 general audit
        XTY8028     EVENT       RACF event 28 directory search
        XTY8029     EVENT       RACF event 29 check access to dir
        XTY8030     EVENT       RACF event 30 check access to file
        XTY8032     EVENT       RACF event 32 change directory
        XTY8033     EVENT       RACF event 33 change file mode
        XTY8034     EVENT       RACF event 34 file ownerahip
        XTY8038     EVENT       RACF event 38 init of process
        XTY8039     EVENT       RACF event 39 term of process
        XTY8042     EVENT       RACF event 42 make directory
        XTY8043     EVENT       RACF event 43 make node
        XTY8044     EVENT       RACF event 44 mount file system
        XTY8045     EVENT       RACF event 45 open new file
        XTY8048     EVENT       RACF event 48 remove directory
        XTY8050     EVENT       RACF event 50 set effective uid
        XTY8054     EVENT       RACF event 54 unlink
        XTY8055     EVENT       RACF event 55 unmount file system
        XTY8057     EVENT       RACF event 57 check privilege
        XTY8061     EVENT       RACF event 61 ipcget
        XTY8062     EVENT       RACF event 62 ipcctl
        XTY8064     EVENT       RACF event 64 chkown2
        XTY8066     EVENT       RACF event 66 racdcert
        XTY8201     EVENT       CRYPTO initialization
        XTY8221     EVENT       CRYPTO icsf sysplex group change
        XTY85RQ     EVENT       OAM lcs read/write/requests
        XTY85TP     EVENT       OAM lcs tape read/write
        XTY88       EVENT       System logger data
        XTY89       INTERVAL    Measured usage interval
        XTY892      INTERVAL    Measured usage state interval
        XT11901     EVENT       IBM TCPIP tcp connection initiation
        XT11902     EVENT       IBM TCPIP tcp connection termination
        XT11903     EVENT       IBM TCPIP ftp client transfer completion
        XT11905     INTERVAL    IBM TCPIP tcp/ip statistics
        XT11921     EVENT       IBM TCPIP tn3270 server sna session term
        XT11970     EVENT       IBM TCPIP ftp server transfer completion
        XT11972     EVENT       IBM TCPIP ftp server login failure
        XUOW        EVENT       CICS/DB2 combined resource summary

Supplied variable changes

  1) The following variable has been added to table NBLKBER:

       Variable  Description                              Interpretation

       BLBINST   Instance name for antigen scan           STRING


  2) The following 2 variables have been added to table NDATABA:

       Variable  Description                              Interpretation

       LOGCKDP   Log generation checkpoint depth          COUNT
       SBPRDRT   Streaming backup pages read persec       COUNT


  3) The following 3 variables have been added to table NDTSCPU:

       Variable  Description                              Interpretation

       DTPNCOA   Active cores                             COUNT
       DTPNCOS   Supported cores                          COUNT
       PFSENVR   Performance sentry version that wrote    STRING


  4) The following 2 variables have been added to table NMEMORY:

       Variable  Description                              Interpretation

       PCAVLBY   Pct available bytes                      PERCENT100
       VTRATIO   V to r ratio                             PERCENT


  5) The following 21 variables have been added to table NMSQAES:

       Variable  Description                              Interpretation

       AULBART   Au cleanup batches/sec                   RATE
       AULUPRT   Au cleanups/sec                          RATE
       BYOCRCN   By-reference lob create count            COUNT
       BYOUSCN   By-reference lob use count               COUNT
       DEDRAUS   Deferred dropped aus                     COUNT
       DERROST   Deferred dropped rowsets                 COUNT
       DROCLRT   Dropped rowset cleanups/sec              RATE
       DROSKRT   Dropped rowsets skipped/sec              RATE
       FAEPACO   Failed leaf page cookie                  COUNT
       FALBART   Failed au cleanup batches/sec            RATE
       FARPACO   Failed tree page cookie                  COUNT
       LOEAHCN   Count lob readahead                      COUNT
       LOHCRCN   Lobhandle create count                   COUNT
       LOHDECN   Lobhandle destroy count                  COUNT
       LORCRCN   Lobss provider create count              COUNT
       LORDECN   Lobss provider destroy count             COUNT
       LORTRCN   Lobss provider truncation count          COUNT
       PUFROCN   Count push off row                       COUNT
       PUNROCN   Count pull in row                        COUNT
       USEPACO   Used leaf page cookie                    COUNT
       USRPACO   Used tree page cookie                    COUNT


  6) The following variable has had its interpretation type changed
     in table NMSQCMG:

       CCHUSRT   changed from  COUNT     to  RATE


     The following variable has had its format changed in table
     NMSQCMG:

       CCHUSRT   changed from  BEST12.   to  BEST12.2


  7) The following 18 variables have been added to table NMSQGST:

       Variable  Description                              Interpretation

       ACMPTBL   Active temp tables                       COUNT
       EVODLDR   Event notifications delayed drop         COUNT
       HTPAURQ   Http authenticated requests              COUNT
       LOLCONN   Logical connections                      COUNT
       MASDEAD   Mars deadlocks                           COUNT
       NAOMYRT   Non-atomic yield rate                    RATE
       PRCBLKD   Processes blocked                        COUNT
       SOPMEIN   Soap method invocations                  COUNT
       SOPMTRQ   Soap empty requests                      COUNT
       SOPSEIR   Soap session initiate requests           COUNT
       SOPSETR   Soap session terminate requests          COUNT
       SOPSQRQ   Soap sql requests                        COUNT
       SOPWSRQ   Soap wsdl requests                       COUNT
       SQRPRLW   Sql trace io provider lock waits         COUNT
       TMACRDT   Temp tables creation rate                RATE
       TMADEST   Temp tables for destruction              COUNT
       TRNSACT   Transactions                             COUNT
       TRVBIQU   Trace event notification queue           COUNT


  8) The following 4 variables have been added to table NMSQLCH:

       Variable  Description                              Interpretation

       SURDERT   Superlatch demotions per sec             RATE
       SURLACN   Number of superlatches                   INT
       SURPRRT   Superlatch promotions per sec            RATE
       TTALWTM   Total latch wait time (ms)               TIME


     The following variable has been deleted from table NMSQLCH:

       TTATWTM   Total latch wait time (ms)               TIME


  9) The following variable has been added to table NMSQLKS:

       Variable  Description                              Interpretation

       LOTIMEO   Lock timeouts                            COUNT


 10) The following 2 variables have been added to table NMSQSTS:

       Variable  Description                              Interpretation

       FRPRMRT   Forced parameterizations per sec         RATE
       SQATTRT   Sql attention rate                       RATE


 11) The following variable has been added to table NNETWIN:

       Variable  Description                              Interpretation

       PTNETBY   Pct network utilization                  PERCENT100


 12) The following variable has been added to table NSQEPLR:

       Variable  Description                              Interpretation

       SQLNAME   Sqrl instance name                       STRING


 13) The following variable has been added to table NSQEPME:

       Variable  Description                              Interpretation

       SQMNAME   Sqrm instance name                       STRING


 14) The following variable has been added to table NSQEPSN:

       Variable  Description                              Interpretation

       SQSNAME   Sqrs instance name                       STRING


 15) The following 21 variables have been added to table NSQLACC:

       Variable  Description                              Interpretation

       AULBART   Au cleanup batches/sec                   RATE
       AULUPRT   Au cleanups/sec                          RATE
       BYOCRCN   By-reference lob create count            COUNT
       BYOUSCN   By-reference lob use count               COUNT
       DEDRAUS   Deferred dropped aus                     COUNT
       DERROST   Deferred dropped rowsets                 COUNT
       DROCLRT   Dropped rowset cleanups/sec              RATE
       DROSKRT   Dropped rowsets skipped/sec              RATE
       FAEPACO   Failed leaf page cookie                  COUNT
       FALBART   Failed au cleanup batches/sec            RATE
       FARPACO   Failed tree page cookie                  COUNT
       LOEAHCN   Count lob readahead                      COUNT
       LOHCRCN   Lobhandle create count                   COUNT
       LOHDECN   Lobhandle destroy count                  COUNT
       LORCRCN   Lobss provider create count              COUNT
       LORDECN   Lobss provider destroy count             COUNT
       LORTRCN   Lobss provider truncation count          COUNT
       PUFROCN   Count push off row                       COUNT
       PUNROCN   Count pull in row                        COUNT
       USEPACO   Used leaf page cookie                    COUNT
       USRPACO   Used tree page cookie                    COUNT


 16) The following variable has had its interpretation type changed
     in table NSQLCAC:

       CCHUSRT   changed from  COUNT     to  RATE


     The following variable has had its format changed in table
     NSQLCAC:

       CCHUSRT   changed from  BEST12.   to  BEST12.2


 17) The following 18 variables have been added to table NSQLGEN:

       Variable  Description                              Interpretation

       ACMPTBL   Active temp tables                       COUNT
       EVODLDR   Event notifications delayed drop         COUNT
       HTPAURQ   Http authenticated requests              COUNT
       LOLCONN   Logical connections                      COUNT
       MASDEAD   Mars deadlocks                           COUNT
       NAOMYRT   Non-atomic yield rate                    RATE
       PRCBLKD   Processes blocked                        COUNT
       SOPMEIN   Soap method invocations                  COUNT
       SOPMTRQ   Soap empty requests                      COUNT
       SOPSEIR   Soap session initiate requests           COUNT
       SOPSETR   Soap session terminate requests          COUNT
       SOPSQRQ   Soap sql requests                        COUNT
       SOPWSRQ   Soap wsdl requests                       COUNT
       SQRPRLW   Sql trace io provider lock waits         COUNT
       TMACRDT   Temp tables creation rate                RATE
       TMADEST   Temp tables for destruction              COUNT
       TRNSACT   Transactions                             COUNT
       TRVBIQU   Trace event notification queue           COUNT


 18) The following 4 variables have been added to table NSQLLAT:

       Variable  Description                              Interpretation

       SURDERT   Superlatch demotions per sec             RATE
       SURLACN   Number of superlatches                   INT
       SURPRRT   Superlatch promotions per sec            RATE
       TTALWTM   Total latch wait time (ms)               TIME


     The following variable has been deleted from table NSQLLAT:

       TTATWTM   Total latch wait time (ms)               TIME


 19) The following variable has been added to table NSQLLOK:

       Variable  Description                              Interpretation

       LOTIMEO   Lock timeouts                            COUNT


 20) The following 2 variables have been added to table NSQLSTA:

       Variable  Description                              Interpretation

       FRPRMRT   Forced parameterizations per sec         RATE
       SQATTRT   Sql attention rate                       RATE


 21) The following variable has been added to table NSQRPAG:

       Variable  Description                              Interpretation

       SQANAME   Sqra instance name                       STRING


 22) The following variable has been added to table NSQRPDI:

       Variable  Description                              Interpretation

       SQDNAME   Sqrd instance name                       STRING


 23) The following variable has been added to table NSYSTEM:

       Variable  Description                              Interpretation

       RDTHPER   Ready threads per processor              RATE


 24) The following 2 variables have been added to table NTCNFIG:

       Variable  Description                              Interpretation

       ORANIZN   Organization                             STRING
       SURYINT   Summary program interval                 STRING


 25) The following variable has been deleted from table NTHRED:

       Variable  Description                              Interpretation

       RECNR     n  value of record in input file         INT


 26) The following 3 variables have been added to table NTINTRV:

       Variable  Description                              Interpretation

       PCAVLBY   Pct available bytes                      PERCENT100
       RDTHPER   Ready threads per processor              RATE
       VTRATIO   V to r ratio                             PERCENT


 27) The following variable has been added to table VAPLCMS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 28) The following variable has been added to table VAPLEDT:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 29) The following variable has been added to table VAPLSDT:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 30) The following variable has been added to table VAPLSLM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 31) The following variable has been added to table VAPLSLN:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 32) The following variable has been added to table VAPLSLP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 33) The following variable has been added to table VAPLSL0:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 34) The following variable has been added to table VAPLSRV:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 35) The following variable has been added to table VAPLTCA:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 36) The following variable has been added to table VAPLTCB:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 37) The following variable has been added to table VAPLTCC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 38) The following variable has been added to table VAPLTCD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 39) The following variable has been added to table VAPLTCE:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 40) The following variable has been added to table VAPLTCY:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 41) The following variable has been added to table VAPLTC0:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 42) The following variable has been added to table VAPLTC1:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 43) The following variable has been added to table VAPLTC2:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 44) The following variable has been added to table VAPLTC3:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 45) The following variable has been added to table VAPLTC4:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 46) The following variable has been added to table VAPLTC5:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 47) The following variable has been added to table VAPLTC6:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 48) The following variable has been added to table VAPLTC7:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 49) The following variable has been added to table VAPLTC8:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 50) The following variable has been added to table VAPLTC9:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 51) The following variable has been added to table VAPLVMR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 52) The following 16 variables have been added to table VBYUSR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       VMCFGEM   Vmdcfgem bitstring                       HEXFLAGS
       VMCRPGM   Referenced pgmbks at reorder             COUNT
       VMCTPVA   Private pages above 2gb                  COUNT
       VMCTSHA   Shared resident pages above 2gb          COUNT
       VMCTSHB   Shared resident pages below 2gb          COUNT
       VMDPUST   Vmdpust bitstring                        HEXFLAGS
       VMDTTMP   Ttime for user on pri processor          TIME
       VMDTTMS   Ttime for user on sec processor          TIME
       VMDVTMP   Vtime for user on pri processor          TIME
       VMDVTMS   Vtime for user on sec processor          TIME
       VMPBKCT   Pgmbks currently on pgmbk list           COUNT
       VMPUTYP   Cpu type                                 STRING
       VMTMORD   Last time pgmbk list reordered           TIME
       VMUFOCT   Times when ufo list spin                 COUNT
       VMUFOTM   Elapsed ufo spin time on lock            TIME


 53) The following variable has been added to table VIODALS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 54) The following variable has been added to table VIODATD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 55) The following variable has been added to table VIODATS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 56) The following variable has been added to table VIODCAD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 57) The following variable has been added to table VIODDCH:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 58) The following variable has been added to table VIODDDV:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 59) The following 17 variables have been added to table VIODDEV:

       Variable  Description                              Interpretation

       CAFLAG1   Flags byte                               HEXFLAGS
       MACHINE   System identifier                        STRING
       PACNTIM   Alias connect duration                   TIME
       PACOUNT   Cum sample count on alias                COUNT
       PACQTIM   Control unit queue duration              TIME
       PADATIM   Device active only duration              TIME
       PADBTIM   Cum alias devbusy duration               TIME
       PADDTIM   Alias disconnect duration                TIME
       PAFPTIM   Alias pending duration                   TIME
       PAINELG   Alias steal ineligible                   COUNT
       PAIRTIM   Cum cmr duration                         TIME
       PAVSSCH   Cum ssch+rsch exec on alias              COUNT
       PAVUSES   Alias took work from base                COUNT
       PRFPATH   Preferred path mask                      HEXFLAGS
       RDVHPPL   Hyperpav pool number                     INT
       RDVPVFG   Pav flag base/alias                      HEXFLAGS
       VDCIOP1   Sie assist flags                         HEXFLAGS


 60) The following variable has been added to table VIODDSB:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 61) The following variable has been added to table VIODDTD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 62) The following variable has been added to table VIODENB:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 63) The following variable has been added to table VIODMDV:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 64) The following variable has been added to table VIODMOF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 65) The following variable has been added to table VIODMON:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 66) The following variable has been added to table VIODQDA:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 67) The following variable has been added to table VIODQDD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 68) The following variable has been added to table VIODQDS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 69) The following variable has been added to table VIODSOF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 70) The following variable has been added to table VIODSON:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 71) The following variable has been added to table VIODSTC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 72) The following variable has been added to table VIODSZI:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 73) The following variable has been added to table VIODTOF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 74) The following variable has been added to table VIODTON:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 75) The following variable has been added to table VIODVOF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 76) The following variable has been added to table VIODVON:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 77) The following variable has been added to table VIODVSF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 78) The following variable has been added to table VIODVSR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 79) The following variable has been added to table VIODVSW:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 80) The following 44 variables have been added to table VMINTRV:

       Variable  Description                              Interpretation

       CACFIFL   Vmdbks dsp list console wait ifl         COUNT
       CACFZAP   Vmdbks dsp list console wait zap         COUNT
       CACFZIP   Vmdbks dsp list console wait zip         COUNT
       CACRIFL   Vmdbks dsp list on ifl                   COUNT
       CACRZAP   Vmdbks dsp list on zap                   COUNT
       CACRZIP   Vmdbks dsp list on zip                   COUNT
       CACWIFL   Vmdbks dsp list cpu wait ifl             COUNT
       CACWZAP   Vmdbks dsp list cpu wait zap             COUNT
       CACWZIP   Vmdbks dsp list cpu wait zip             COUNT
       CALCFCP   Vmdbks dsp list console wait cp          COUNT
       CALCRCP   Vmdbks dsp list on cp                    COUNT
       CALCWCP   Vmdbks dsp list cpu wait cp              COUNT
       CALLIFL   Vmdbks dsp list limit list ifl share     COUNT
       CALLLCP   Vmdbks dsp list limit list prevent       COUNT
       CALLZAP   Vmdbks dsp list limit list zap share     COUNT
       CALLZIP   Vmdbks dsp list limit list zip share     COUNT
       CALSWCP   Vmdbks dsp list sim wait cp              COUNT
       CASWIFL   Vmdbks dsp list sim wait ifl             COUNT
       CASWZAP   Vmdbks dsp list sim wait zap             COUNT
       CASWZIP   Vmdbks dsp list sim wait zip             COUNT
       DELTATM   Delta time between records               TIME
       MACHINE   System identifier                        STRING
       RSAFRDB   Doublewords real free below 2gb          COUNT
       RSAFRDW   Doublewords real free above 2gb          COUNT
       RSAFRIB   Doublewords in use real free below 2gb   COUNT
       RSAFRIU   Doublewords in use real free above 2gb   COUNT
       RSCALCT   Frames on cleared available list         COUNT
       RSCPLKG   Frames locked above 2gb                  COUNT
       RSFSA2G   Doublewords assigned above 2gb           COUNT
       RSFSB2G   Doublewords assigned below 2gb           COUNT
       RSFSYUA   Doublewords in use above 2gb             COUNT
       RSFSYUB   Doublewords in use below 2gb             COUNT
       RSLGFRM   Useable frames g2 2gb                    COUNT
       RSRFRSG   Frames alloc real free above 2gb         COUNT
       RSRFRST   Frames alloc real free below 2gb         COUNT
       RSSNGAV   All single frames gt 2gb available       COUNT
       RSSNG2G   All single frames lt 2gb available       COUNT
       RSSXACT   Sxs pages on queue above 2gb             COUNT
       RSSXBCT   Sxs pages on queue below 2gb             COUNT
       RSSXCLA   Locked system alias pages                COUNT
       RSSXCPL   Locked system exec space pages           COUNT
       RS2GAVL   All frames on 2gb available list         COUNT
       RS2GAV2   Can represent up to 16t                  COUNT
       SRCPUWT   Bit mask of cpus in wait state           HEXFLAGS


     The following variable has had its external name changed in
     table VMINTRV:

       DURATION  changed from  DELTATM   to  DURATM


     The following variable has been deleted from table VMINTRV:

       DURATM    Interval duration                        TIME


 81) The following variable has been added to table VMTRCCC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 82) The following variable has been added to table VMTRDDR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 83) The following variable has been added to table VMTRDEV:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 84) The following variable has been added to table VMTRECM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 85) The following variable has been added to table VMTREND:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 86) The following variable has been added to table VMTREOF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 87) The following variable has been added to table VMTREPR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 88) The following variable has been added to table VMTRMEM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 89) The following variable has been added to table VMTRPAG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 90) The following 2 variables have been added to table VMTRPRP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING


 91) The following variable has been added to table VMTRQDC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 92) The following variable has been added to table VMTRSCH:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 93) The following variable has been added to table VMTRSCM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 94) The following variable has been added to table VMTRSOS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 95) The following variable has been added to table VMTRSPR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 96) The following variable has been added to table VMTRSUS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 97) The following variable has been added to table VMTRSYS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


     The following 2 variables have been deleted from table VMTRSYS:

       SYSTEM    System identifier                        STRING
       SYSTERM   Tod clock at termination                 DATETIME


 98) The following variable has been added to table VMTRUSR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


 99) The following variable has been added to table VMTRXSG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


100) The following variable has been added to table VPRCCFF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


101) The following variable has been added to table VPRCCFN:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


102) The following variable has been added to table VPRCIOP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


103) The following 3 variables have been added to table VPRCPRP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING
       PLSTLCT   Array of stolen vmdbks                   HEXFLAGS


104) The following variable has been added to table VPRCVFF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


105) The following variable has been added to table VPRCVFN:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


106) The following variable has been added to table VPRCVOF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


107) The following 2 variables have been added to table VPRCVON:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING


108) The following 2 variables have been added to table VSCLADL:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       VMMXSHR   Users maximum share                      MAXIMUM


     The following variable has been deleted from table VSCLADL:

       VMDMXSH   Users maximum share                      MAXIMUM


109) The following variable has been added to table VSCLAEL:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


110) The following variable has been added to table VSCLDDL:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


111) The following variable has been added to table VSCLIOP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


112) The following variable has been added to table VSCLRDB:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


113) The following variable has been added to table VSCLRDC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


114) The following variable has been added to table VSCLSHR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


115) The following variable has been added to table VSCLSQD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


116) The following variable has been added to table VSCLSRM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


117) The following variable has been added to table VSCLSTP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


118) The following variable has been added to table VSCLWRR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


119) The following variable has been added to table VSEKSEK:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


120) The following variable has been added to table VSTOASC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


121) The following variable has been added to table VSTOASD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


122) The following variable has been added to table VSTOASI:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


     The following 6 variables have had their interpretation type changed
     in table VSTOASI:

       ASCSMIG   changed from  COUNT     to  RATE
       ASCSPGR   changed from  COUNT     to  RATE
       ASCSPGW   changed from  COUNT     to  RATE
       ASCSPST   changed from  COUNT     to  RATE
       ASCSXRD   changed from  COUNT     to  RATE
       ASCSXWT   changed from  COUNT     to  RATE


123) The following variable has been added to table VSTOASP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


     The following 2 variables have had their interpretation type changed
     in table VSTOASP:

       ASMSSCH   changed from  COUNT     to  RATE
       EXCURQC   changed from  GAUGE     to  COUNT


     The following 2 variables have had their format changed in table
     VSTOASP:

       ASMSSCH   changed from  BEST12.   to  BEST12.2
       EXCURQC   changed from  BEST12.2  to  BEST12.


124) The following variable has been added to table VSTOASS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


     The following variable has had its interpretation type changed
     in table VSTOASS:

       EXCURQC   changed from  GAUGE     to  COUNT


     The following variable has had its format changed in table
     VSTOASS:

       EXCURQC   changed from  BEST12.2  to  BEST12.


125) The following variable has been added to table VSTOATC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


126) The following variable has been added to table VSTOBPG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


127) The following variable has been added to table VSTORSG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


128) The following 30 variables have been added to table VSTORSP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING
       PLALNCG   Frames obtained from above 2gb           COUNT
       PLASFCG   Single frame above 2g from above         COUNT
       PLASFCL   Single frame below 2g from above         COUNT
       PLBGCNT   Background replenish clears run          COUNT
       PLBGCTM   Duration spent foreground replenish      COUNT
       PLFGCNT   Time foreground replenish run            TIME
       PLFOBEM   Times when fob list empty                COUNT
       PLFRETA   Free storage returns above 2gb           COUNT
       PLFRETB   Free storage returns below 2gb           COUNT
       PLFSCTA   Free storage obtains above 2gb           COUNT
       PLFSCTB   Free storage obtains below 2gb           COUNT
       PLFSPGA   Free storage requests any                COUNT
       PLFSPGB   Free storage requests below 2gb          COUNT
       PLFSPRA   Free storage pages above 2gb             COUNT
       PLFSPRB   Free storage pages below 2gb             COUNT
       PLFSSGA   Free storage regular above 2gb           COUNT
       PLFSSGB   Free storage regular below 2gb           COUNT
       PLFSSRA   Regular subpool free above 2gb           COUNT
       PLFSSRB   Regular subpool free below 2gb           COUNT
       PLLTDPE   Long term dormant emerg&passes           COUNT
       PLPCPAG   Collab mm pot volatile stolen            COUNT
       PLPUPAG   Collab mm pot volatile unchanged         COUNT
       PLRETFG   Frames returned to above 2gb avail       COUNT
       PLSESSA   Essa instruction count                   COUNT
       PLUPAGE   Collab mm pages stolen                   COUNT
       PLUPREC   Collab mm unused released                COUNT
       PLVATCL   Guest to host logical adrtrans           COUNT
       PLVPAGE   Collab mm volatile stolen                COUNT


129) The following variable has been added to table VSTOSHD:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


     The following 5 variables have had their interpretation type changed
     in table VSTOSHD:

       ASCSPGR   changed from  COUNT     to  RATE
       ASCSPGW   changed from  COUNT     to  RATE
       ASCSPST   changed from  COUNT     to  RATE
       ASCSXRD   changed from  COUNT     to  RATE
       ASCSXWT   changed from  COUNT     to  RATE


130) The following variable has been added to table VSTOSHL:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


131) The following variable has been added to table VSTOSHP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


132) The following variable has been added to table VSTOSHR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


     The following 4 variables have had their interpretation type changed
     in table VSTOSHR:

       ASCSPGR   changed from  COUNT     to  RATE
       ASCSPGW   changed from  COUNT     to  RATE
       ASCSXRD   changed from  COUNT     to  RATE
       ASCSXWT   changed from  COUNT     to  RATE


133) The following variable has been added to table VSTOSHS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


134) The following variable has been added to table VSTOVDK:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


135) The following variable has been added to table VSTOXSG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


136) The following variable has been added to table VSTOXSU:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


137) The following variable has been added to table VSYTASG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


138) The following 3 variables have been added to table VSYTCOM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING
       PLIUCVT   Total iucv invocations                   COUNT


139) The following variable has been added to table VSYTCPC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


140) The following variable has been added to table VSYTCPM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


141) The following variable has been added to table VSYTCUG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


142) The following 2 variables have been added to table VSYTCUM:

       Variable  Description                              Interpretation

       LCPTYPE   Physical processor type                  STRING
       MACHINE   System identifier                        STRING


143) The following 2 variables have been added to table VSYTCUP:

       Variable  Description                              Interpretation

       LCCPTYP   Cpu type in character                    STRING
       MACHINE   System identifier                        STRING


144) The following variable has been added to table VSYTEPM:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


145) The following 2 variables have been added to table VSYTPRP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING


146) The following 22 variables have been added to table VSYTRSG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       RSAFRDB   Doublewords real free below 2gb          COUNT
       RSAFRDW   Doublewords real free above 2gb          COUNT
       RSAFRIB   Doublewords in use real free below 2gb   COUNT
       RSAFRIU   Doublewords in use real free above 2gb   COUNT
       RSCALCT   Frames on cleared available list         COUNT
       RSCPLKG   Frames locked above 2gb                  COUNT
       RSFSA2G   Doublewords assigned above 2gb           COUNT
       RSFSB2G   Doublewords assigned below 2gb           COUNT
       RSFSYUA   Doublewords in use above 2gb             COUNT
       RSFSYUB   Doublewords in use below 2gb             COUNT
       RSLGFRM   Useable frames g2 2gb                    COUNT
       RSRFRSG   Frames alloc real free above 2gb         COUNT
       RSRFRST   Frames alloc real free below 2gb         COUNT
       RSSNGAV   All single frames gt 2gb available       COUNT
       RSSNG2G   All single frames lt 2gb available       COUNT
       RSSXACT   Sxs pages on queue above 2gb             COUNT
       RSSXBCT   Sxs pages on queue below 2gb             COUNT
       RSSXCLA   Locked system alias pages                COUNT
       RSSXCPL   Locked system exec space pages           COUNT
       RS2GAVL   All frames on 2gb available list         COUNT
       RS2GAV2   Can represent up to 16t                  COUNT


147) The following 2 variables have been added to table VSYTRSP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING


148) The following 2 variables have been added to table VSYTSCG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       SRCPUWT   Bit mask of cpus in wait state           HEXFLAGS


149) The following variable has been added to table VSYTSCP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


150) The following variable has been added to table VSYTSHS:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


151) The following variable has been added to table VSYTSYG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


152) The following 6 variables have been added to table VSYTSYP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING
       PLPAGPS   Ssch requests for paging spooling        COUNT
       PLPRVSC   Svc interrupts reflected to the vm       COUNT
       PLSTKPE   Elapsed time slice drops                 TIME
       PLTMRCE   Guest entries moved to enabled           COUNT


153) The following variable has been added to table VSYTUSR:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


154) The following 21 variables have been added to table VSYTUWT:

       Variable  Description                              Interpretation

       CACFIFL   Vmdbks dsp list console wait ifl         COUNT
       CACFZAP   Vmdbks dsp list console wait zap         COUNT
       CACFZIP   Vmdbks dsp list console wait zip         COUNT
       CACRIFL   Vmdbks dsp list on ifl                   COUNT
       CACRZAP   Vmdbks dsp list on zap                   COUNT
       CACRZIP   Vmdbks dsp list on zip                   COUNT
       CACWIFL   Vmdbks dsp list cpu wait ifl             COUNT
       CACWZAP   Vmdbks dsp list cpu wait zap             COUNT
       CACWZIP   Vmdbks dsp list cpu wait zip             COUNT
       CALCFCP   Vmdbks dsp list console wait cp          COUNT
       CALCRCP   Vmdbks dsp list on cp                    COUNT
       CALCWCP   Vmdbks dsp list cpu wait cp              COUNT
       CALLIFL   Vmdbks dsp list limit list ifl share     COUNT
       CALLLCP   Vmdbks dsp list limit list prevent       COUNT
       CALLZAP   Vmdbks dsp list limit list zap share     COUNT
       CALLZIP   Vmdbks dsp list limit list zip share     COUNT
       CALSWCP   Vmdbks dsp list sim wait cp              COUNT
       CASWIFL   Vmdbks dsp list sim wait ifl             COUNT
       CASWZAP   Vmdbks dsp list sim wait zap             COUNT
       CASWZIP   Vmdbks dsp list sim wait zip             COUNT
       MACHINE   System identifier                        STRING


155) The following variable has been added to table VSYTXSG:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


156) The following 2 variables have been added to table VSYTXSP:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       PFCPUTY   Host cpu usage type                      STRING


157) The following 11 variables have been added to table VUSEATE:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       VMCFGEM   Vmdcfgem bitstring                       HEXFLAGS
       VMCTPVA   Private pages above 2gb                  COUNT
       VMCTSHA   Shared resident pages above 2gb          COUNT
       VMCTSHB   Shared resident pages below 2gb          COUNT
       VMDPUST   Vmdpust bitstring                        HEXFLAGS
       VMDTTMP   Ttime for user on pri processor          TIME
       VMDTTMS   Ttime for user on sec processor          TIME
       VMDVTMP   Vtime for user on pri processor          TIME
       VMDVTMS   Vtime for user on sec processor          TIME
       VMPUTYP   Cpu type                                 STRING


158) The following 5 variables have been added to table VUSEDFC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       OLPUTYP   Former cpu type                          STRING
       VMCFGEM   Vmdcfgem bitstring                       HEXFLAGS
       VMDPUST   Vmdpust bitstring                        HEXFLAGS
       VMPUTYP   Cpu type                                 STRING


159) The following 2 variables have been added to table VUSEDTC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       VMPUTYP   Cpu type                                 STRING


160) The following 4 variables have been added to table VUSEITE:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       VMCFGEM   Vmdcfgem bitstring                       HEXFLAGS
       VMDPUST   Vmdpust bitstring                        HEXFLAGS
       VMPUTYP   Cpu type                                 STRING


161) The following 9 variables have been added to table VUSELOF:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       VMCTPVA   Private pages above 2gb                  COUNT
       VMCTSHA   Shared resident pages above 2gb          COUNT
       VMCTSHB   Shared resident pages below 2gb          COUNT
       VMDTTMP   Ttime for user on pri processor          TIME
       VMDTTMS   Ttime for user on sec processor          TIME
       VMDVTMP   Vtime for user on pri processor          TIME
       VMDVTMS   Vtime for user on sec processor          TIME
       VMPUTYP   Cpu type                                 STRING


162) The following variable has been added to table VUSELON:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING


163) The following 5 variables have been added to table VUSERDC:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       NEPUTYP   New cpu type                             STRING
       VMCFGEM   Vmdcfgem bitstring                       HEXFLAGS
       VMDPUST   Vmdpust bitstring                        HEXFLAGS
       VMPUTYP   Cpu type                                 STRING


164) The following 4 variables have been added to table VUSETRE:

       Variable  Description                              Interpretation

       MACHINE   System identifier                        STRING
       VMCFGEM   Vmdcfgem bitstring                       HEXFLAGS
       VMDPUST   Vmdpust bitstring                        HEXFLAGS
       VMPUTYP   Cpu type                                 STRING


165) The following 12 variables have been added to table XASMCEC:

       Variable  Description                              Interpretation

       CPCMODE   Cpc model identifier                     STRING
       CPTYPE    Cpu model number                         HEXFLAGS
       GMTOFFT   Gmt offset at end of interval            TIME
       IFAUPTM   Ifa processor online time                TIME
       IFAWSTT   Ifa processor wst wait time              TIME
       LPARCHG   Configuration modified                   STRING
       PCIFABY   Pct when all ifa engines are busy        PERCENT100
       PCZIPBY   Pct when all zip engines are busy        PERCENT100
       SM70GIE   Projected interval end time              DATETIME
       SM70LAC   Lpar 4-hr average smf70lac               AVERAGE
       ZIPUPTM   Zip processor online time                TIME
       ZIPWSTT   Zip processor wst wait time              TIME


     The following variable has been deleted from table XASMCEC:

       STARTIM   Cec constructed startime interval start  DATETIME


166) The following 9 variables have been added to table XASMCEL:

       Variable  Description                              Interpretation

       GMTOFFT   Gmt offset at end of interval            TIME
       NRICFCP   Number of icf cpus                       INT
       NRIFACP   Number of ifa cpus                       INT
       NRIFLCP   Number of ifl cpus                       INT
       NRZIPCP   Number of zip cpus                       INT
       SM70GIE   Cec constructed smf70gie interval end    DATETIME
       TOTSHAR   Total initial weight all lpars this cec  GAUGE
       TOTSHRC   Total current weight all lpars this cec  GAUGE
       ZTIME     Zee datetime zee obs was created         DATETIME


     The following variable has been deleted from table XASMCEL:

       STARTIM   Cec constructed startime interval start  DATETIME


167) The following 6 variables have been added to table XASMTAP:

       Variable  Description                              Interpretation

       BEGTMNT   Begin time tape mount event              DATETIME
       BYESU     Total uncompress bytes read and written  COUNT
       ENDTMNT   End time tape mount event                DATETIME
       SMF21DB   Compressed device bytes read             COUNT
       SMF2101   Compressed device bytes written          COUNT
       TOTMNTT   Total duration tape was mounted          TIME


168) The following 9 variables have been added to table XASM70L:

       Variable  Description                              Interpretation

       GMTOFFT   Gmt offset at end of interval            TIME
       NRIFACP   Number of ifa cpus in this box           INT
       NRZIPCP   Number of zip cpus in this box           INT
       SM70GIE   Projected interval end time now local    DATETIME
       SM70GMU   Maximum license units of group           MAXIMUM
       SM70GNM   Capacity group name                      STRING
       TOTSHAR   Total initial share weight               GAUGE
       TOTSHRC   Total current share weight               GAUGE
       ZTIME     Zee datetime zee obs was created         DATETIME


     The following variable has been deleted from table XASM70L:

       STARTIM   Startime                                 DATETIME


169) The following 11 variables have been added to table XASM70P:

       Variable  Description                              Interpretation

       CPPHYTM   Physical cpu time phy engines            TIME
       GMTOFFT   Gmt offset at end of interval            TIME
       ICFPHYT   Physical cpu time icf engines            TIME
       IFAPHYT   Physical cpu time ifa engines            TIME
       IFAUPTM   Ifa processor online time                TIME
       IFAWSTT   Ifa processors wst time                  TIME
       IFLPHYT   Physical cpu time ifl engines            TIME
       SM70GIE   Projected interval end time              DATETIME
       ZIPPHYT   Physical cpu time zip engines            TIME
       ZIPUPTM   Zip processor online time                TIME
       ZIPWSTT   Zip processors wst time                  TIME


     The following variable has been deleted from table XASM70P:

       STARTIM   Minimum interval start datetime          DATETIME


170) The following 3 variables have been added to table XBETA0:

       Variable  Description                              Interpretation

       BETAARP   Archive retention period                 INT
       BETACTY   Cleanup type                             STRING
       BETARCM   Archive media type                       STRING


171) The following 2 variables have been added to table XCICINT:

       Variable  Description                              Interpretation

       MNGSMFC   Sysevent errors                          COUNT
       MNGSMFN   Sysevent records                         COUNT


     The following 2 variables have been deleted from table XCICINT:

       MNGSYSE   Sysevent errors                          COUNT
       MNGSYSR   Sysevent records                         COUNT


172) The following 2 variables have been added to table XCIDS:

       Variable  Description                              Interpretation

       DSEJST    Total tcb cpu time all tcbs              TIME
       DSSRBT    Total srb cpu time all srbs              TIME


173) The following 2 variables have been added to table XCIDSR:

       Variable  Description                              Interpretation

       DSRCIUH   Cics in use storage above 16m            GAUGE
       DSRCIUL   Cics in use storage below 16m            GAUGE


     The following 2 variables have had their interpretation type changed
     in table XCIDSR:

       DSRSTGH   changed from  COUNT     to  GAUGE
       DSRSTGL   changed from  COUNT     to  GAUGE


174) The following 4 variables have been added to table XCIDST:

       Variable  Description                              Interpretation

       DSTCIUH   Cics inuse storage above 16m             GAUGE
       DSTCIUL   Cics inuse storage below 16m             GAUGE
       DSTNIUH   Non-cics inuse storage above 16m         GAUGE
       DSTNIUL   Non-cics inuse storage below 16m         GAUGE


     The following 4 variables have had their interpretation type changed
     in table XCIDST:

       DSTSTGH   changed from  COUNT     to  GAUGE
       DSTSTGL   changed from  COUNT     to  GAUGE
       DSTSTNH   changed from  COUNT     to  GAUGE
       DSTSTNL   changed from  COUNT     to  GAUGE


175) The following 2 variables have been added to table XCILDR:

       Variable  Description                              Interpretation

       LDRLBDN   Program library dsname                   STRING
       LDRLBNM   Program library name                     STRING


176) The following 12 variables have been added to table XCIM:

       Variable  Description                              Interpretation

       MNGAVCR   Average compressed record length         AVERAGE
       MNGAVUR   Average uncompressed record length       AVERAGE
       MNGFRL    File resource limit                      MAXIMUM
       MNGMRCM   Data compression active?                 STRING
       MNGSMFC   Smf records compressed                   COUNT
       MNGSMFN   Smf records not compressed               COUNT
       MNGTRL    Tsqueue resource limit                   MAXIMUM
       MNGWLCC   Wlm cpu critical?                        STRING
       MNGWLGI   Wlm goal importance                      INT
       MNGWLGT   Wlm goal type?                           INT
       MNGWLGV   Wlm velocity goal value                  INT
       MNGWLSK   Wlm storage critical?                    STRING


     The following 2 variables have been deleted from table XCIM:

       MNSYSEE   Sysevent errors                          COUNT
       MNSYSER   Sysevent records                         COUNT


177) The following 9 variables have been added to table XCIMDSA:

       Variable  Description                              Interpretation

       SMADCUR   Current address spacees adressable       GAUGE
       SMADHWM   Hwm address spacees addressable          MAXIMUM
       SMCUSLM   Cushion releases                         COUNT
       SMCUSRL   Allocate in cushion releases             COUNT
       SMGDCUR   Current gdsa active                      GAUGE
       SMGDHWM   Hwm gdsa active                          MAXIMUM
       SMGETST   Getstorsize request size                 GAUGE
       SMMEMLM   Memlimit size                            MAXIMUM
       SMMEMLR   Source of memlimit?                      INT


178) The following variable has been added to table XCIPIR:

       Variable  Description                              Interpretation

       PRSHELF   Pipeline shell directory                 STRING


     The following variable has been deleted from table XCIPIR:

       PRSHELL   Pipeline shell directory                 STRING


179) The following 23 variables have been added to table XCITRAN:

       Variable  Description                              Interpretation

       CLIPPOR   Port number of client                    INT
       DHDELCT   Document handler delete requests         COUNT
       ISALLOC   Allocate session requests ip only        COUNT
       ISIOWTC   Wait for control at end ip count         TIME
       ISIOWTT   Wait for control at end ip duration      COUNT
       ISIPCNN   Ipic connection name that attached       STRING
       OAPPLID   Originating cics region of cwxn          STRING
       OCLIPAD   Originating client ip address            STRING
       OCLIPOR   Originating client port number           INT
       OFCTYNM   Originating transaction facility name    STRING
       ONETWKI   Originating transaction network id       STRING
       OPORTNU   Originating task port number             INT
       OSTART    Originating task start datetime          DATETIME
       OTCPSVC   Originating task tcpipservice            STRING
       OTRAN     Originating task transaction name        STRING
       OTRANFL   Originating transaction flags            HEXFLAGS
       OTRANNU   Originating task transaction number      INT
       OUSERCO   Originating task user correlator         HEXFLAGS
       OUSERID   Originating task userid-2 or userid-1    STRING
       PGCSTHW   Container storage hwm bytes allocated    MAXIMUM
       WMQGETC   Wait for mq service of getwait count     COUNT
       WMQGETT   Wait for mq service of getwait duration  TIME
       WMQREQC   Mq requests issued                       COUNT


     The following 11 variables have had their interpretation type changed
     in table XCITRAN:

       CPRLSTM   changed from  COUNT     to  TIME
       DBALLTM   changed from  COUNT     to  TIME
       PSACTTM   changed from  COUNT     to  TIME
       PSSCHTM   changed from  COUNT     to  TIME
       WTEIOTM   changed from  COUNT     to  TIME
       WTHIOTM   changed from  COUNT     to  TIME
       WTMIOTM   changed from  COUNT     to  TIME
       WTNIOTM   changed from  COUNT     to  TIME
       WTOIOTM   changed from  COUNT     to  TIME
       WTTIOTM   changed from  COUNT     to  TIME
       WTWIOTM   changed from  COUNT     to  TIME


     The following 11 variables have had their format changed in table
     XCITRAN:

       CPRLSTM   changed from  _NONE_    to  TIME12.2
       DBALLTM   changed from  _NONE_    to  TIME12.2
       PSACTTM   changed from  _NONE_    to  TIME12.2
       PSSCHTM   changed from  _NONE_    to  TIME12.2
       WTEIOTM   changed from  _NONE_    to  TIME12.2
       WTHIOTM   changed from  _NONE_    to  TIME12.2
       WTMIOTM   changed from  _NONE_    to  TIME12.2
       WTNIOTM   changed from  _NONE_    to  TIME12.2
       WTOIOTM   changed from  _NONE_    to  TIME12.2
       WTTIOTM   changed from  _NONE_    to  TIME12.2
       WTWIOTM   changed from  _NONE_    to  TIME12.2


     The following 6 variables have been deleted from table XCITRAN:

       MQGETWC   Mqgetwcn count                           COUNT
       MQGETWT   Mqgetwtm duration                        COUNT
       MQONTCB   Mqontcbu count                           COUNT
       MQREQS    Mqreqs count                             COUNT
       MQREQUS   Mqrequs count                            COUNT
       MQWTCBU   Mqwtcbus count                           COUNT


180) The following 6 variables have been added to table XDBACCT:

       Variable  Description                              Interpretation

       DB2UNIC   Unicode text is in all %u fields?        STRING
       QWCZIEL   Cpu time zip eligible on cp engine       TIME
       QWCZIS1   Cpu time executing on ziip               TIME
       QWCZIS2   Cpu time in db2 executing on ziip        TIME
       QWCZITR   Cpu time in triggers executing on ziip   TIME
       QWUCPU    Tcb or srb cpu time of dispatched eu     TIME


181) The following 4 variables have been added to table XDBCCTP:

       Variable  Description                              Interpretation

       DB2UNIC   Unicode text is in all %u fields?        STRING
       QPCZITM   Cpu time this package or dbrm on zip     TIME
       QWCWLME   Service class name                       STRING
       THREADT   Type of thread                           STRING


182) The following 5 variables have been added to table XDBGBPS:

       Variable  Description                              Interpretation

       QBGLCM    Rfcom requests for multiple pages        COUNT
       QBGLCR    Rfco requests for single page            COUNT
       QBGLMW    Warm requests for multiple pages         COUNT
       QBGLWP    Pages written by warm                    COUNT
       QBGLWS    War requests for single pages            COUNT


183) The following 4 variables have been added to table XDBSTA0:

       Variable  Description                              Interpretation

       QW1ZSRB   Cpu srb on ziip preemptable master asid  TIME
       QW2ZSRB   Cpu srb on ziip preemptable dbm1 asid    TIME
       QW3ZSRB   Cpu srb on ziip preemptable irlm asid    TIME
       QW4ZSRB   Cpu srb on ziip preemptable ddf asid     TIME


184) The following 4 variables have been added to table XDBSTA1:

       Variable  Description                              Interpretation

       QISECFA   Fails due to stmt pool full              COUNT
       QISECFR   Free pages in stmt free chain            COUNT
       QISECPG   Pages in stmt pool                       COUNT
       QISEDYN   Pages used in statement pool             COUNT


     The following 6 variables have had their interpretation type changed
     in table XDBSTA1:

       QLLOWEM   changed from  COUNT     to  MAXIMUM
       QLLOWIM   changed from  COUNT     to  MAXIMUM
       QLLOW1M   changed from  COUNT     to  MAXIMUM
       QLSTGEM   changed from  COUNT     to  MAXIMUM
       QLSTGIM   changed from  COUNT     to  MAXIMUM
       QLSTG1M   changed from  COUNT     to  MAXIMUM


185) The following 8 variables have been added to table XDBTATS:

       Variable  Description                              Interpretation

       QISECFA   Fails due to stmt pool full              COUNT
       QISECFR   Free pages in stmt free chain            COUNT
       QISECPG   Pages in stmt pool                       COUNT
       QISEDYN   Pages used in statement pool             COUNT
       QW1ZSRB   Cpu srb on ziip preemptable master asid  TIME
       QW2ZSRB   Cpu srb on ziip preemptable dbm1 asid    TIME
       QW3ZSRB   Cpu srb on ziip preemptable irlm asid    TIME
       QW4ZSRB   Cpu srb on ziip preemptable ddf asid     TIME


     The following 6 variables have had their interpretation type changed
     in table XDBTATS:

       QLLOWEM   changed from  COUNT     to  MAXIMUM
       QLLOWIM   changed from  COUNT     to  MAXIMUM
       QLLOW1M   changed from  COUNT     to  MAXIMUM
       QLSTGEM   changed from  COUNT     to  MAXIMUM
       QLSTGIM   changed from  COUNT     to  MAXIMUM
       QLSTG1M   changed from  COUNT     to  MAXIMUM


186) The following 5 variables have been added to table XDB2A:

       Variable  Description                              Interpretation

       DBPARTY   Parallel or sequential task type         STRING
       QWCZIEL   Cpu time zip eligible on cp engine       TIME
       QWCZIS1   Cpu time executing on ziip               TIME
       QWCZIS2   Cpu time in db2 executing on ziip        TIME
       QWCZITR   Cpu time in triggers executing on ziip   TIME


187) The following variable has had its format changed in table
     XDCBKUP:

       UBRECRD   changed from  _NONE_    to  $MGDCORF.


188) The following 2 variables have been added to table XDCCLUS:

       Variable  Description                              Interpretation

       DCVDPTY   Physical control unit                    STRING
       DCVDVTY   Device type                              STRING


189) The following 2 variables have been added to table XDCDSET:

       Variable  Description                              Interpretation

       DCVDPTY   Physical control unit                    STRING
       DCVDVTY   Device type                              STRING


190) The following variable has had its interpretation type changed
     in table XDSNREC:

       DSUCODE   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XDSNREC:

       DSUCODE   changed from  _NONE_    to  $HEX2.


191) The following variable has been added to table XHSFSRT:

       Variable  Description                              Interpretation

       FSRFALT   Written in duplex mode?                  STRING


192) The following variable has been added to table XHSM:

       Variable  Description                              Interpretation

       HSMPLEX   Hsm complex                              STRING


193) The following 73 variables have been added to table XIMFTRN:

       Variable  Description                              Interpretation

       SQLCALS   Total db2 sql calls                      COUNT
       TRARVTH   Tran arrival time hhmmssth               TIME
       TRARVTJ   Tran arrival time miju portion           TIME
       TREAPPL   Appl elapsed time                        TIME
       TREAPPU   Trneappu                                 COUNT
       TREDB2    Db2 elapsed time                         TIME
       TREDB2U   Trnedb2u                                 COUNT
       TREDLDB   Dli/db elapsed time                      TIME
       TREDLTM   Dli/tm elapsed time                      TIME
       TREF2     Triwaits settings                        HEXFLAGS
       TRELDLI   Dli last call elap                       TIME
       TREMQS    Mqs elapsed time                         TIME
       TREMQSU   Trnemqsu                                 COUNT
       TREOESS   Ess elapsed time                         TIME
       TREOESU   Trneoesu                                 COUNT
       TREOPCL   Op/cl elapsed time                       TIME
       TRESYNC   Sync elapsed time                        TIME
       TRETFLG   Etime flags                              HEXFLAGS
       TRETIME   Stck at tran start                       DATETIME
       TREWLMC   Ewlm correlator                          HEXFLAGS
       TRE1STD   Schd to 1st dli                          TIME
       TRMODET   Trnmothr detail                          HEXFLAGS
       TRMSCTH   Orig sys arr time hhmmssth               TIME
       TRMSCTJ   Orig sys arr time miju portion           TIME
       TRMSCUT   Org arrival trnxutca value               TIME
       TRNUOWP   Network uow id  primary                  HEXFLAGS
       TROTCLF   Otma client flag                         HEXFLAGS
       TROTCLN   Ims connect client id                    STRING
       TROTCON   Ims connect start time                   DATETIME
       TROTCOR   Otma correlator                          HEXFLAGS
       TROTIP    Ims connect client ip addr               STRING
       TROTMAM   Otma tmember name                        HEXFLAGS
       TROTMAP   Otma map name                            STRING
       TROTPRT   Ims connect port id                      INT
       TROTSCF   Otma security flag                       HEXFLAGS
       TROTSLF   Otma synch level flag                    HEXFLAGS
       TROTSOC   Ims connect socket id                    INT
       TROTSTC   Ims connect stc/jobname                  STRING
       TROTSTF   Otma ims state flag                      HEXFLAGS
       TROTSYF   Otma synchronization flag                HEXFLAGS
       TROTUSR   Otma security user id                    STRING
       TRRSENM   Rse name                                 STRING
       TRSMQGN   Smq group name                           STRING
       TRSTCKE   Stck at tran end                         DATETIME
       TRSTOPA   Tran stop time offset                    TIME
       TRSTOPU   Tran stop time miju                      TIME
       TRSTRTA   Tran start time offset                   TIME
       TRSTRTU   Tran start time miju                     TIME
       TRTCPU    Total cpu by tran                        TIME
       TRUOW     Uow for transaction                      HEXFLAGS
       TRWLMRE   Iwmwqry error reason code                INT
       TRWLMRT   Iwmwqry error return code                INT
       TRWLMSC   Wlm service class                        STRING
       TRWLMZR   If binary zeros, then iwmwqry error      HEXFLAGS
       TRW1OTH   Misc iwait                               TIME
       TRW2IOO   Sync osam i/o iwait                      TIME
       TRW2IOV   Sync vsam i/o iwait                      TIME
       TRW2LCH   Sync latch iwait                         TIME
       TRW2OTH   Sync misc iwait                          TIME
       TRW3LCH   Dli/tm latch iwait                       TIME
       TRW3OTH   Dli/tm misc iwait                        TIME
       TRW4DBR   Opn/cls dbrc iwait                       TIME
       TRW4IO    Opn/cls i/o  iwait                       TIME
       TRW4OTH   Opn/cls misc iwait                       TIME
       TRW5IOD   Dli/db dedb iwait                        TIME
       TRW5IOO   Dli/db osam iwait                        TIME
       TRW5IOV   Dli/db vsam iwait                        TIME
       TRW5LCH   Dli/db latch iwait                       TIME
       TRW5LCK   Dli/db lock iwait                        TIME
       TRW5OTH   Dli/db misc iwait                        TIME
       TRXCKPC   Count of checkpoint/syncpoints           COUNT
       TRXCKPM   Max locks held (high water mark)         MAXIMUM
       TRXCKPT   Total locks held, all checkpoints        COUNT


     The following variable has had its interpretation type changed
     in table XIMFTRN:

       ALPCBLT   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XIMFTRN:

       ALPCBLT   changed from  _NONE_    to  $HEX16.


     The following variable has been deleted from table XIMFTRN:

       SQLCA01   Total db2 sql calls                      COUNT


194) The following 4 variables have been added to table XIMPROG:

       Variable  Description                              Interpretation

       FLGSPCH   Program subtype                          STRING
       OTMATRN   Otma tran?                               STRING
       PGMSA56   Sadflag5 and sadflag6                    HEXFLAGS
       SAPEXIT   Sap pgm using sapexit?                   STRING


195) The following 11 variables have been added to table XJOBS:

       Variable  Description                              Interpretation

       CPCEPTM   Deaccum cpu time while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip eligible cpu time                    TIME
       CPZIPTM   Zip cpu time                             TIME
       ZIEUNIT   Zip eligible units                       COUNT
       ZIPUNIT   Zip service units                        COUNT


196) The following variable has had its interpretation type changed
     in table XMIVCF:

       MIVFRTM   changed from  COUNT     to  TIME


     The following variable has had its format changed in table
     XMIVCF:

       MIVFRTM   changed from  _NONE_    to  TIME13.3


197) The following 2 variables have been added to table XMQACCT:

       Variable  Description                              Interpretation

       UOWID     Originators name for unit-of-work        HEXFLAGS
       UOWIDCH   First 6 bytes of uowid field             HEXFLAGS


198) The following 3 variables have been added to table XMQACTQ:

       Variable  Description                              Interpretation

       SM116EV   Event i=interval t=thread end            STRING
       UOWID     Originators name for unit-of-work        HEXFLAGS
       UOWIDCH   First 6 bytes of uowid field             HEXFLAGS


199) The following 3 variables have been added to table XMQQUEU:

       Variable  Description                              Interpretation

       SM116EV   Event i=interval t=thread end            STRING
       UOWID     Originators name for unit-of-work        HEXFLAGS
       UOWIDCH   First 6 bytes of uowid field             HEXFLAGS


200) The following 28 variables have been added to table XNDMCT:

       Variable  Description                              Interpretation

       NDCKPI    Checkpoint interval                      INT
       NDCPU     Cpu time of step via timeused            TIME
       NDDBPAD   Dbcs pad char                            HEXFLAGS
       NDDBSI    Dbcs shift-in char                       HEXFLAGS
       NDDBSO    Dbcs shift-out char                      HEXFLAGS
       NDDBTAB   Dbcs table name                          STRING
       NDRIP     Inbound outbound ip address              STRING
       NDRPOR    Outbound port                            INT
       NDTOT01   Cttotal field 01                         COUNT
       NDTOT02   Cttotal field 02                         COUNT
       NDTOT03   Cttotal field 03                         COUNT
       NDTOT04   Cttotal field 04                         COUNT
       NDTOT05   Cttotal field 05                         COUNT
       NDTOT06   Cttotal field 06                         COUNT
       NDTOT07   Cttotal field 07                         COUNT
       NDTOT08   Cttotal field 08                         COUNT
       NDTOT09   Cttotal field 09                         COUNT
       NDTOT10   Cttotal field 10                         COUNT
       NDTOT11   Cttotal field 11                         COUNT
       NDTOT12   Cttotal field 12                         COUNT
       NDTOT13   Cttotal field 13                         COUNT
       NDTOT14   Cttotal field 14                         COUNT
       NDTOT15   Cttotal field 15                         COUNT
       NDTOT16   Cttotal field 16                         COUNT
       NDTOT17   Cttotal field 17                         COUNT
       NDTOT18   Cttotal field 18                         COUNT
       NDTOT19   Cttotal field 19                         COUNT
       NDTOT20   Cttotal field 20                         COUNT


201) The following 3 variables have been added to table XNDMFI:

       Variable  Description                              Interpretation

       NDPRCNM   Process name                             STRING
       NDPRCNO   Process number                           INT
       NDSTEP    Step name                                STRING


202) The following 7 variables have been added to table XNDMNM:

       Variable  Description                              Interpretation

       NDNMCC    Return code of update attempt            INT
       NDNMMSG   Update message short text                STRING
       NDNMMSI   Update message id                        STRING
       NDNMMSL   Update message length                    GAUGE
       NDNMNOD   Nodename updated                         STRING
       NDNMSEQ   Sequemce number of date/time             INT
       NDNMUID   Updating uid                             STRING


203) The following 14 variables have been deleted from table XORACLE:

       Variable  Description                              Interpretation

       CPCICTM   Cics subtask cpu time                    TIME
       CPSRBTM   Cpu srb duration                         TIME
       CPTCBTM   Cpu tcb duration                         TIME
       CPTIMER   Worker cpu timer                         TIME
       DDCOMIT   Ddl commits                              COUNT
       DDROLLS   Ddl rollbacks                            COUNT
       ENDSRB    Srb ending clock                         TIME
       ENDTCB    Tcb ending clock                         TIME
       ORCMSB    Max additional stacks used               MAXIMUM
       PCCOUNT   Pc count                                 COUNT
       STRTSRB   Srb start clock                          TIME
       STRTTCB   Tcb start clock                          TIME
       SWCHCNT   User/worker switch count                 COUNT
       TCBADDR   Tcb addr space                           STRING


204) The following 3 variables have been added to table XPROREC:

       Variable  Description                              Interpretation

       PRPMODE   Mode                                     STRING
       PRPMPRE   Message prefix                           STRING
       PSMRDW    Rdw                                      INT


205) The following 2 variables have been added to table XPROSMS:

       Variable  Description                              Interpretation

       PRPMODE   Mode                                     STRING
       PRPMPRE   Message prefix                           STRING


206) The following 18 variables have been added to table XQACONF:

       Variable  Description                              Interpretation

       GDESB1C   1st disk response bucket character       STRING
       GDESB1N   1st disk response bucket                 COUNT
       GDESB2C   2nd disk response bucket character       STRING
       GDESB2N   2nd disk response bucket                 COUNT
       GDESB3C   3rd disk response bucket character       STRING
       GDESB3N   3rd disk response bucket                 COUNT
       GDESB4C   4th disk response bucket character       STRING
       GDESB4N   4th disk response bucket                 COUNT
       GDESB5C   5th disk response bucket character       STRING
       GDESB5N   5th disk response bucket                 COUNT
       GDESCL    Collection library                       STRING
       GDESCN    Collection name                          STRING
       GDESED    End date of collection in character      STRING
       GDESEDD   End date of collection                   DATE
       GDESET    End time of collection in character      STRING
       GDESETT   End time of collection                   TIME
       GDES21    System asp capacity in bytes             GAUGE
       GDES91    Gdes91                                   STRING


     The following variable has had its format changed in table
     XQACONF:

       GDES2     changed from  TIME12.2  to  TIME8.


207) The following 23 variables have been added to table XQADISK:

       Variable  Description                              Interpretation

       DSBKCT1   Bucket 1 operations                      COUNT
       DSBKCT2   Bucket 2 operations                      COUNT
       DSBKCT3   Bucket 3 operations                      COUNT
       DSBKCT4   Bucket 4 operations                      COUNT
       DSBKCT5   Bucket 5 operations                      COUNT
       DSBKCT6   Bucket 6 operations                      COUNT
       DSBKRT1   Bucket 1 response time                   TIME
       DSBKRT2   Bucket 2 response time                   TIME
       DSBKRT3   Bucket 1 response time                   TIME
       DSBKRT4   Bucket 4 response time                   TIME
       DSBKRT5   Bucket 5 response time                   TIME
       DSBKRT6   Bucket 6 response time                   TIME
       DSBKST1   Bucket 1 service time                    TIME
       DSBKST2   Bucket 2 service time                    TIME
       DSBKST3   Bucket 3 service time                    TIME
       DSBKST4   Bucket 4 service time                    TIME
       DSBKST5   Bucket 5 service time                    TIME
       DSBKST6   Bucket 6 service time                    TIME
       DSCAT     Disk unit category? 0=no 1=external      STRING
       DSIOPF    Managed by iop? 0=no 1=yes               STRING
       DSRDT     Raid type? 0=raid 5 1=raid 6             STRING
       DSSRVT    Disk service time                        TIME
       DSWT      Disk wait time                           TIME


208) The following 4 variables have been added to table XQAJOBL:

       Variable  Description                              Interpretation

       JBACPU    Accumulated job cpu time                 TIME
       JBIPAD    Ip address binary                        STRING
       JBIPAF    Ip type 02x=ipv4 18x=ipv6                STRING
       JBIPPT    Ip port number                           INT


209) The following 5 variables have been added to table XQAJOBM:

       Variable  Description                              Interpretation

       JBACPU    Accumulated job cpu time                 TIME
       JBCUSR    Current user                             STRING
       JBIPAD    Ip address binary                        STRING
       JBIPAF    Ip type 02x=ipv4 18x=ipv6                STRING
       JBIPPT    Ip port number                           INT


     The following variable has been deleted from table XQAJOBM:

       JCUSR     Current user                             STRING


210) The following variable has been added to table XQAPOLB:

       Variable  Description                              Interpretation

       POUNAL    Unallocated pool space                   COUNT


211) The following 11 variables have been added to table XQASYSL:

       Variable  Description                              Interpretation

       SYCTA     Configured cpu time available            TIME
       SYDPCH    Total dispatch time                      TIME
       SYIFTA    Time available interactive feature       TIME
       SYNPLA    Shared pool cpu time available           TIME
       SYNPLU    Shared pool cpu time used                TIME
       SYNUAL    Noncached user authority lookups         COUNT
       SYNUTC    Uncapped cpu time configured             TIME
       SYSHRF    Shared processor flag 0=no 1=yes         STRING
       SYSPTU    Total cpu time used                      TIME
       SYUTA     Uncapped cpu time available              TIME
       SYVCPU    Virtual processor time configured        TIME


212) The following 3 variables have been added to table XQASYST:

       Variable  Description                              Interpretation

       SYDPCH    Total dispatch time                      TIME
       SYSHRF    Shared processor flag 0=no 1=yes         STRING
       SYVCPU    Virtual processor time configured        TIME


213) The following 38 variables have been added to table XRMFINT:

       Variable  Description                              Interpretation

       BATZIE    Batch cpu zipelig time on cp             TIME
       BATZIP    Batch cpu zip time on zip                TIME
       CICSZIE   Cics cpu zipelig time on cp              TIME
       CICSZIP   Cics cpu zip time on zip                 TIME
       CPZIETM   Task zipelig cpu time on cp              TIME
       CPZIPTM   Task zip cpu time on zip                 TIME
       IMSZIE    Ims cpu zipelig time on cp               TIME
       IMSZIP    Ims cpu zip time on zip                  TIME
       NRZIPCP   Number of zip cpus for this system       COUNT
       OMVSAVG   Average omvs active                      AVERAGE
       OMVSMAX   Maximum omvs active                      MAXIMUM
       OTHRZIE   All other cpu zipelig time on cp         TIME
       OTHRZIP   All other cpu zip time on zip            TIME
       OTH0ZIE   Oth0 cpu zipelig time on cp              TIME
       OTH0ZIP   Oth0 cpu zip time on zip                 TIME
       OTH1ZIE   Oth1 cpu zipelig time on cp              TIME
       OTH1ZIP   Oth1 cpu zip time on zip                 TIME
       OTH2ZIE   Oth2 cpu zipelig time on cp              TIME
       OTH2ZIP   Oth2 cpu zip time on zip                 TIME
       OTH3ZIE   Oth3 cpu zipelig time on cp              TIME
       OTH3ZIP   Oth3 cpu zip time on zip                 TIME
       OTH4ZIE   Oth4 cpu zipelig time on cp              TIME
       OTH4ZIP   Oth4 cpu zip time on zip                 TIME
       OTH5ZIE   Oth5 cpu zipelig time on cp              TIME
       OTH5ZIP   Oth5 cpu zip time on zip                 TIME
       OTH6ZIE   Oth6 cpu zipelig time on cp              TIME
       OTH6ZIP   Oth6 cpu zip time on zip                 TIME
       OTH7ZIE   Oth7 cpu zipelig time on cp              TIME
       OTH7ZIP   Oth7 cpu zip time on zip                 TIME
       OTH8ZIE   Oth8 cpu zipelig time on cp              TIME
       OTH8ZIP   Oth8 cpu zip time on zip                 TIME
       OTH9ZIE   Oth9 cpu zipelig time on cp              TIME
       OTH9ZIP   Oth9 cpu zip time on zip                 TIME
       PCZIPBY   Pct this systems zip busy                PERCENT100
       TSOZIE    Tso cpu zipelig time on cp               TIME
       TSOZIP    Tso cpu zip time on zip                  TIME
       ZIPACTT   Zip engine executing (active) cpu time   TIME
       ZIPUPTM   Zip engine available (up) time           TIME


214) The following variable has been added to table XSMFINT:

       Variable  Description                              Interpretation

       EXSRMER   Srm ai ei fields invalid?                STRING


215) The following 11 variables have been added to table XSPNJOB:

       Variable  Description                              Interpretation

       CPCEPTM   Deaccum cpu time while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip eligible cpu time                    TIME
       CPZIPTM   Zip cpu time                             TIME
       ZIEUNIT   Zip eligible units                       COUNT
       ZIPUNIT   Zip service units                        COUNT


216) The following 11 variables have been added to table XSTEPS:

       Variable  Description                              Interpretation

       CPCEPTM   Deaccum cpu time while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip eligible cpu time                    TIME
       CPZIPTM   Zip cpu time                             TIME
       ZIEUNIT   Zip eligible units                       COUNT
       ZIPUNIT   Zip service units                        COUNT


217) The following variable has been added to table XSTVS13:

       Variable  Description                              Interpretation

       ST13MRC   Mounted after a recall?                  STRING


218) The following 2 variables have been added to table XSTVS15:

       Variable  Description                              Interpretation

       ST15CTP   S-cart or e-cart?                        STRING
       ST15LRI   Hstresidency recall or create?           STRING


219) The following 4 variables have been added to table XTAPES:

       Variable  Description                              Interpretation

       SM21CRR   Read compression ratio                   PERCENT
       SM21CRW   Write compression ratio                  PERCENT
       SM21DBR   Compressed device bytes read             COUNT
       SM21DBW   Compressed device bytes written          COUNT


220) The following variable has been added to table XTPFDH:

       Variable  Description                              Interpretation

       TTTOD     Date time of day                         DATETIME


221) The following 3 variables have been added to table XTPFFF:

       Variable  Description                              Interpretation

       FFFARF    Farf file address                        HEXFLAGS
       FFFLG     Flag bits (mioflg)                       HEXFLAGS
       FFTOD     Record time stamp                        DATETIME


     The following 3 variables have been deleted from table XTPFFF:

       FFADR     File adrs                                HEXFLAGS
       FFECB     Ecb sva                                  HEXFLAGS
       FTIMECH   Ecb time stamp character                 HEXFLAGS


222) The following 25 variables have been added to table XTPFINT:

       Variable  Description                              Interpretation

       SISUTLA   I-stream-a utilization                   PERCENT100
       SISUTLB   I-stream-b utilization                   PERCENT100
       SISUTLC   I-stream-c utilization                   PERCENT100
       SISUTLD   I-stream-d utilization                   PERCENT100
       SISUTLE   I-stream-e utilization                   PERCENT100
       SISUTLF   I-stream-f utilization                   PERCENT100
       SISUTLG   I-stream-g utilization                   PERCENT100
       SISUTL1   I-stream-1 utilization                   PERCENT100
       SISUTL2   I-stream-2 utilization                   PERCENT100
       SISUTL3   I-stream-3 utilization                   PERCENT100
       SISUTL4   I-stream-4 utilization                   PERCENT100
       SISUTL5   I-stream-5 utilization                   PERCENT100
       SISUTL6   I-stream-6 utilization                   PERCENT100
       SISUTL7   I-stream-7 utilization                   PERCENT100
       SISUTL8   I-stream-8 utilization                   PERCENT100
       SISUTL9   I-stream-9 utilization                   PERCENT100
       SXDISA1   4d6 pool dispensed addrs deva per sec    RATE
       SXDISA2   4d6 pool dispensed addrs devb per sec    RATE
       SXDISA3   4d6 pool dispensed addrs devc per sec    RATE
       SXDISA4   4d6 pool dispensed addrs devd per sec    RATE
       SXRTRA1   4d6 pool return hits deva per sec        RATE
       SXRTRA2   4d6 pool return hits devb per sec        RATE
       SXRTRA3   4d6 pool return hits devc per sec        RATE
       SXRTRA4   4d6 pool return hits devd per sec        RATE
       SXTCPIN   Tcp input message counter                COUNT


223) The following 8 variables have been added to table XTPFSP:

       Variable  Description                              Interpretation

       SXDISA1   4d6 pool dispensed addrs deva per sec    RATE
       SXDISA2   4d6 pool dispensed addrs devb per sec    RATE
       SXDISA3   4d6 pool dispensed addrs devc per sec    RATE
       SXDISA4   4d6 pool dispensed addrs devd per sec    RATE
       SXRTRA1   4d6 pool return hits deva per sec        RATE
       SXRTRA2   4d6 pool return hits devb per sec        RATE
       SXRTRA3   4d6 pool return hits devc per sec        RATE
       SXRTRA4   4d6 pool return hits devd per sec        RATE


224) The following 5 variables have been added to table XTPFSX:

       Variable  Description                              Interpretation

       SHWMFPL   Frames pending list                      COUNT
       SHWMTPP   Hwm threads per process                  RATE
       SMAXTPP   Max threads per process                  RATE
       SXPFORK   Posix fork count                         COUNT
       SXTCPIN   Tcp input message counter                COUNT


225) The following variable has had its interpretation type changed
     in table XTYMDF:

       GBINTTM   changed from  COUNT     to  TIME


     The following variable has had its format changed in table
     XTYMDF:

       GBINTTM   changed from  _NONE_    to  TIME12.2


226) The following 19 variables have been added to table XTYTPMX:

       Variable  Description                              Interpretation

       CA7INAL   Ca7 instance alias                       STRING
       CA7INID   Ca7 instance id                          STRING
       JXDBSPR   Jxdbs priority                           INT
       JXDBSUU   Jxdbs unavailable units?                 STRING
       JXDBSWG   Jxdbs workgroup                          STRING
       JXIMPOR   Jximportance                             INT
       JXSERVI   Jxservice group                          STRING
       VLVCPC    Vol vts copycross                        COUNT
       VLVCPCM   Vol vts copycross migrate                COUNT
       VLVCPCO   Vol vts copycross ondisk                 COUNT
       VLVIBM    Vol vts ibm                              COUNT
       VLVIBMN   Vol vts ibm nonresident                  COUNT
       VLVIBMR   Vol vts ibm resident                     COUNT
       VLVSTK    Vol vts stk                              COUNT
       VLVSTKN   Vol vts stk nonresident                  COUNT
       VLVSTKR   Vol vts stk resident                     COUNT
       VLVVTS    Vol vts vtape                            COUNT
       VLVVTSI   Vol vts vtape incache                    COUNT
       VLVVTSN   Vol vts vtape notincache                 COUNT


227) The following 13 variables have been added to table XTY1415:

       Variable  Description                              Interpretation

       SM14CD1   Encoding mechanism key 1                 STRING
       SM14CD2   Encoding mechanism key 2                 STRING
       SM14DRD   Pdse directory read request count        COUNT
       SM14DRH   Pdse directory read hit count            COUNT
       SM14KET   Key exchange time encryption overhead    TIME
       SM14KL1   Key label 1                              HEXFLAGS
       SM14KL2   Key label 2                              HEXFLAGS
       SM14MCE   Pdse member cache eligible count         COUNT
       SM14MCF   Pdse member eligible cache full count    COUNT
       SM14MNC   Pdse member eligible not cached count    COUNT
       SM14MRD   Pdse member read request count           COUNT
       SM14MRH   Pdse member read hit count               COUNT
       SM14MST   Pdse member cache stolen count           COUNT


228) The following variable has been added to table XTY16:

       Variable  Description                              Interpretation

       BGBKSZA   31-bit blocksize available?              STRING


229) The following 4 variables have been added to table XTY21:

       Variable  Description                              Interpretation

       SM21CRR   Read compression ratio                   PERCENT
       SM21CRW   Write compression ratio                  PERCENT
       SM21DBR   Compressed device bytes read             COUNT
       SM21DBW   Compressed device bytes written          COUNT


230) The following variable has been added to table XTY23:

       Variable  Description                              Interpretation

       GMOFF23   Smf buffer hiwatermk allocation          TIME


231) The following variable has been added to table XTY30_V:

       Variable  Description                              Interpretation

       EXSRMER   Srm ai ei fields invalid?                STRING


     The following 3 variables have had their interpretation type changed
     in table XTY30_V:

       ACDLYTM   changed from  COUNT     to  TIME
       DSDLYTM   changed from  COUNT     to  TIME
       REDLYTM   changed from  COUNT     to  TIME


     The following 3 variables have had their format changed in table
     XTY30_V:

       ACDLYTM   changed from  _NONE_    to  TIME12.2
       DSDLYTM   changed from  _NONE_    to  TIME12.2
       REDLYTM   changed from  _NONE_    to  TIME12.2


232) The following variable has been added to table XTY30_4:

       Variable  Description                              Interpretation

       EXSRMER   Srm ai ei fields invalid?                STRING


     The following 3 variables have had their interpretation type changed
     in table XTY30_4:

       ACDLYTM   changed from  COUNT     to  TIME
       DSDLYTM   changed from  COUNT     to  TIME
       REDLYTM   changed from  COUNT     to  TIME


     The following 3 variables have had their format changed in table
     XTY30_4:

       ACDLYTM   changed from  _NONE_    to  TIME12.2
       DSDLYTM   changed from  _NONE_    to  TIME12.2
       REDLYTM   changed from  _NONE_    to  TIME12.2


233) The following variable has been added to table XTY30_5:

       Variable  Description                              Interpretation

       EXSRMER   Srm ai ei fields invalid?                STRING


234) The following variable has been added to table XTY30_6:

       Variable  Description                              Interpretation

       EXSRMER   Srm ai ei fields invalid?                STRING


235) The following 7 variables have been added to table XTY57J2:

       Variable  Description                              Interpretation

       ESFRMLN   Formlen in ess                           STRING
       ESITRAY   Intray in ess                            COUNT
       ESOFSTB   Offsetxb in ess                          STRING
       ESOFSTF   Offsetxf in ess                          STRING
       ESOFSTY   Offsetyb in ess                          STRING
       ESPORNO   Portno in ess                            INT
       ESRETAS   Retains in ess                           STRING


236) The following variable has been added to table XTY6367:

       Variable  Description                              Interpretation

       SPEEDXX   Do not preformat ?                       STRING


     The following variable has been deleted from table XTY6367:

       SPEED     Do not preformat ?                       STRING


237) The following 46 variables have been added to table XTY70:

       Variable  Description                              Interpretation

       NRZIPCP   Number of zip cpus in this box           INT
       PCCIBYA   Ifa-zip 10 logical busy                  PERCENT100
       PCCIBYB   Ifa-zip 11 logical busy                  PERCENT100
       PCCIBYC   Ifa-zip 12 logical busy                  PERCENT100
       PCCIBYD   Ifa-zip 13 logical busy                  PERCENT100
       PCCIBYE   Ifa-zip 14 logical busy                  PERCENT100
       PCCIBYF   Ifa-zip 15 logical busy                  PERCENT100
       PCCIBYG   Ifa-zip 16 logical busy                  PERCENT100
       PCCIBYH   Ifa-zip 17 logical busy                  PERCENT100
       PCCIBYI   Ifa-zip 18 logical busy                  PERCENT100
       PCCIBYJ   Ifa-zip 19 logical busy                  PERCENT100
       PCCIBYK   Ifa-zip 20 logical busy                  PERCENT100
       PCCIBYL   Ifa-zip 21 logical busy                  PERCENT100
       PCCIBYN   Ifa-zip 22 logical busy                  PERCENT100
       PCCIBYO   Ifa-zip 23 logical busy                  PERCENT100
       PCCIBYP   Ifa-zip 24 logical busy                  PERCENT100
       PCCIBYQ   Ifa-zip 25 logical busy                  PERCENT100
       PCCIBYR   Ifa-zip 26 logical busy                  PERCENT100
       PCCIBYS   Ifa-zip 27 logical busy                  PERCENT100
       PCCIBYT   Ifa-zip 28 logical busy                  PERCENT100
       PCCIBYU   Ifa-zip 29 logical busy                  PERCENT100
       PCCIBYV   Ifa-zip 30 logical busy                  PERCENT100
       PCCIBYW   Ifa-zip 31 logical busy                  PERCENT100
       PCCIBYX   Ifa-zip 32 logical busy                  PERCENT100
       PCCIBY0   Ifa-zip 0 logical busy                   PERCENT100
       PCCIBY1   Ifa-zip 1 logical busy                   PERCENT100
       PCCIBY2   Ifa-zip 2 logical busy                   PERCENT100
       PCCIBY3   Ifa-zip 3 logical busy                   PERCENT100
       PCCIBY4   Ifa-zip 4 logical busy                   PERCENT100
       PCCIBY5   Ifa-zip 5 logical busy                   PERCENT100
       PCCIBY6   Ifa-zip 6 logical busy                   PERCENT100
       PCCIBY7   Ifa-zip 7 logical busy                   PERCENT100
       PCCIBY8   Ifa-zip 8 logical busy                   PERCENT100
       PCCIBY9   Ifa-zip 9 logical busy                   PERCENT100
       PCRDQWT   Pct when q-based n+ tasks are waiting    PERCENT100
       SM70CSC   Sequence code of configuration           STRING
       SM70GJT   Time when partishn joined capacity group DATETIME
       SM70PMI   Avg blked dispatch units may get         AVERAGE
       SM70PML   Opt parameter blwlinthd                  COUNT
       SM70PMP   Max dispatch units being blocked         MAXIMUM
       SM70PMT   Opt parameter blwltrpct                  PERCENT100
       SM70PMU   Blked dispatch units promoted persec     COUNT
       SM70PMW   Avg dispatch units being blocked         AVERAGE
       SM70POM   Plant code of manufacture                STRING
       STFBI02   Opt parm blwltrpct changed?              STRING
       STFBI03   Opt parm blwlinthd changed?              STRING


     The following 34 variables have been deleted from table XTY70:

       NRZIPS    Number of zip engines available          INT
       PCZIBYA   Zip a percent cpu busy time              PERCENT100
       PCZIBYB   Zip b percent cpu busy time              PERCENT100
       PCZIBYC   Zip c percent cpu busy time              PERCENT100
       PCZIBYD   Zip d percent cpu busy time              PERCENT100
       PCZIBYE   Zip e percent cpu busy time              PERCENT100
       PCZIBYF   Zip f percent cpu busy time              PERCENT100
       PCZIBYG   Zip g percent cpu busy time              PERCENT100
       PCZIBYH   Zip h percent cpu busy time              PERCENT100
       PCZIBYI   Zip i percent cpu busy time              PERCENT100
       PCZIBYJ   Zip j percent cpu busy time              PERCENT100
       PCZIBYK   Zip k percent cpu busy time              PERCENT100
       PCZIBYL   Zip l percent cpu busy time              PERCENT100
       PCZIBYN   Zip n percent cpu busy time              PERCENT100
       PCZIBYO   Zip o percent cpu busy time              PERCENT100
       PCZIBYP   Zip p percent cpu busy time              PERCENT100
       PCZIBYQ   Zip q percent cpu busy time              PERCENT100
       PCZIBYR   Zip r percent cpu busy time              PERCENT100
       PCZIBYS   Zip s percent cpu busy time              PERCENT100
       PCZIBYT   Zip t percent cpu busy time              PERCENT100
       PCZIBYU   Zip u percent cpu busy time              PERCENT100
       PCZIBYV   Zip v percent cpu busy time              PERCENT100
       PCZIBYW   Zip w percent cpu busy time              PERCENT100
       PCZIBYX   Zip x percent cpu busy time              PERCENT100
       PCZIBY0   Zip 0 percent cpu busy time              PERCENT100
       PCZIBY1   Zip 1 percent cpu busy time              PERCENT100
       PCZIBY2   Zip 2 percent cpu busy time              PERCENT100
       PCZIBY3   Zip 3 percent cpu busy time              PERCENT100
       PCZIBY4   Zip 4 percent cpu busy time              PERCENT100
       PCZIBY5   Zip 5 percent cpu busy time              PERCENT100
       PCZIBY6   Zip 6 percent cpu busy time              PERCENT100
       PCZIBY7   Zip 7 percent cpu busy time              PERCENT100
       PCZIBY8   Zip 8 percent cpu busy time              PERCENT100
       PCZIBY9   Zip 9 percent cpu busy time              PERCENT100


238) The following 4 variables have been added to table XTY70PR:

       Variable  Description                              Interpretation

       GMOFFTM   Gmt offset at end of interval            TIME
       SM70CTN   Count of this smf70cin engines in cec    GAUGE
       SM70GMU   Maximum license units of group           MAXIMUM
       SM70GNM   Capacity group name                      STRING


239) The following variable has been added to table XTY70X2:

       Variable  Description                              Interpretation

       GMOFFTM   Gmt offset at end of interval            TIME


240) The following variable has been added to table XTY70Y2:

       Variable  Description                              Interpretation

       GMOFFTM   Gmt offset at end of interval            TIME


241) The following variable has been added to table XTY7002:

       Variable  Description                              Interpretation

       GMOFFTM   Gmt offset at end of interval            TIME


242) The following 7 variables have been added to table XTY71:

       Variable  Description                              Interpretation

       SM71UAC   Average current system uic               AVERAGE
       SM71UAM   Average minimum system uic               AVERAGE
       SM71UAX   Average maximum system uic               AVERAGE
       SM71UHC   Highest current system uic               MAXIMUM
       SM71UHX   Highest maximum system uic               MAXIMUM
       SM71ULC   Lowest current system uic                MINIMUM
       SM71ULM   Lowest minimum system uic                MINIMUM


243) The following variable has been added to table XTY72:

       Variable  Description                              Interpretation

       GMOFFTM   Gmt offset at end of interval            TIME


244) The following 12 variables have been added to table XTY72DL:

       Variable  Description                              Interpretation

       GMOFFTM   Gmt offset at end of interval            TIME
       R723BPM   Buffer pool io misses samples            COUNT
       R73RW06   Resource type 6 state samples            COUNT
       R73RW07   Resource type 7 state samples            COUNT
       R73RW08   Resource type 8 state samples            COUNT
       R73RW09   Resource type 9 state samples            COUNT
       R73RW10   Resource type10 state samples            COUNT
       R73RW11   Resource type11 state samples            COUNT
       R73RW12   Resource type12 state samples            COUNT
       R73RW13   Resource type13 state samples            COUNT
       R73RW14   Resource type14 state samples            COUNT
       R73RW15   Resource type15 state samples            COUNT


245) The following 15 variables have been added to table XTY72GO:

       Variable  Description                              Interpretation

       CPZIETM   Zip eligible cpu time                    TIME
       CPZIPTM   Zip cpu time                             TIME
       R73CIFA   Ifa service unit                         COUNT
       R73CIFC   Ifa-eligible service units               COUNT
       R73CSUC   Zip-eligible service units               COUNT
       R73CSUP   Zip service units                        COUNT
       R73GMLP   Percent capacity of lpar?                STRING
       R73GMSS   Percent capacity of single system?       STRING
       R73SUCU   Zip-eligible on cp using samples         COUNT
       R73SUPD   Zip delay samples                        COUNT
       R73SUPU   Zip using samples                        COUNT
       R73TPDP   Cpu time at promoted dispatch prty       TIME
       ZIEUNIT   Zip eligible units                       COUNT
       ZIPHONP   Zip honor priority?                      STRING
       ZIPUNIT   Zip service units                        COUNT


246) The following variable has been added to table XTY72MN:

       Variable  Description                              Interpretation

       GMTOFF7   Gmt offset from type72                   TIME


247) The following variable has been added to table XTY7204:

       Variable  Description                              Interpretation

       GMTOFF7   Gmt offset from type72                   TIME


248) The following 4 variables have been added to table XTY74:

       Variable  Description                              Interpretation

       HYPERPA   Hyperpav base device?                    STRING
       IOTMERR   Connect time in error?                   STRING
       SM74HPC   Hyperpav aliases configured this lss     COUNT
       SM74PSM   Successful pav sample counts             COUNT


     The following variable has had its interpretation type changed
     in table XTY74:

       DEMTPTM   changed from  COUNT     to  TIME


     The following variable has had its format changed in table
     XTY74:

       DEMTPTM   changed from  _NONE_    to  TIME12.2


249) The following 37 variables have been added to table XTY74CF:

       Variable  Description                              Interpretation

       CFPTY01   1st cf cpu processor type                HEXFLAGS
       CFPTY02   2nd cf cpu processor type                HEXFLAGS
       CFPTY03   3rd cf cpu processor type                HEXFLAGS
       CFPTY04   4th cf cpu processor type                HEXFLAGS
       CFPTY05   5th cf cpu processor type                HEXFLAGS
       CFPTY06   6th cf cpu processor type                HEXFLAGS
       CFPTY07   7th cf cpu processor type                HEXFLAGS
       CFPTY08   8th cf cpu processor type                HEXFLAGS
       CFPTY09   9th cf cpu processor type                HEXFLAGS
       CFPTY10   10th cf cpu processor type               HEXFLAGS
       CFPTY11   11th cf cpu processor type               HEXFLAGS
       CFPTY12   12th cf cpu processor type               HEXFLAGS
       CFPTY13   13th cf cpu processor type               HEXFLAGS
       CFPTY14   14th cf cpu processor type               HEXFLAGS
       CFPTY15   15th cf cpu processor type               HEXFLAGS
       CFPTY16   16th cf cpu processor type               HEXFLAGS
       CFPWG01   1st cf shared processor weight           INT
       CFPWG02   2nd cf shared processor weight           INT
       CFPWG03   3rd cf shared processor weight           INT
       CFPWG04   4th cf shared processor weight           INT
       CFPWG05   5th cf shared processor weight           INT
       CFPWG06   6th cf shared processor weight           INT
       CFPWG07   7th cf shared processor weight           INT
       CFPWG08   8th cf shared processor weight           INT
       CFPWG09   9th cf shared processor weight           INT
       CFPWG10   10th cf shared processor weight          INT
       CFPWG11   11th cf shared processor weight          INT
       CFPWG12   12th cf shared processor weight          INT
       CFPWG13   13th cf shared processor weight          INT
       CFPWG14   14th cf shared processor weight          INT
       CFPWG15   15th cf shared processor weight          INT
       CFPWG16   16th cf shared processor weight          INT
       R74FLVL   Coupling facility level                  INT
       R74FMPC   Coupling facility plant code             STRING
       R74FPDN   Number of dedicated cf processors        COUNT
       R74FPSN   Number of shared cf processors           COUNT
       R74FSEQ   Sequence number of this cf               STRING


     The following variable has been deleted from table XTY74CF:

       R74VLVL   Coupling facility level                  INT


250) The following 4 variables have been added to table XTY74ME:

       Variable  Description                              Interpretation

       R742MIN   Status checking interval                 INT
       R742MJO   Job that joined member                   STRING
       R742MST   Extended member state one                HEXFLAGS
       R742M01   Extended member state two                HEXFLAGS


251) The following 4 variables have been added to table XTY74PA:

       Variable  Description                              Interpretation

       R72PPND   Curr pending signals outbound            GAUGE
       R72PRCT   Path retry count                         COUNT
       R72PSTM   More path status flags                   HEXFLAGS
       R72PUSE   Current blocks of buff space used        GAUGE


252) The following variable has been added to table XTY74ST:

       Variable  Description                              Interpretation

       R744SET   Structure execution time                 TIME


253) The following 6 variables have been added to table XTY77:

       Variable  Description                              Interpretation

       RESIN00   Resource still in contention?            STRING
       RESIN01   Scope of systems(a) or system(b)?        STRING
       RESIN02   Owner had exclusive or shared?           STRING
       RESIN03   First job waiting exclusive or shared?   STRING
       RESIN04   Second job waiting exclusive or shared?  STRING
       RESIN05   Resource is global?                      STRING


254) The following 6 variables have been added to table XTY78CU:

       Variable  Description                              Interpretation

       R73HAIU   Hwm in-use hyperpav aliases              COUNT
       R73HCAD   Hwm aliases in use one base              COUNT
       R73HCU    Hyperpav cu identifier                   INT
       R73HIOQ   Hwm of io-s queued                       COUNT
       R73HNAI   Times i/o no start no hyperpav available COUNT
       R73HTIO   Hyperpav i/o requests for the lss        COUNT


255) The following 12 variables have been added to table XTY78PA:

       Variable  Description                              Interpretation

       SHBYHWM   Hwm bytes shared above 2gb               COUNT
       SHBYMAX   Max bytes shared above 2gb               MAXIMUM
       SHBYMIN   Min bytes shared above 2gb               MINIMUM
       SHBYNTM   Time stamp of min shared above 2gb       DATETIME
       SHBYTOT   Total samples shared above 2gb           COUNT
       SHBYXTM   Time stamp of max shared above 2gb       DATETIME
       TOBYHWM   Hwm bytes allocated above 2gb            COUNT
       TOBYMAX   Max bytes allocated above 2gb            MAXIMUM
       TOBYMIN   Min bytes allocated above 2gb            MINIMUM
       TOBYNTM   Time stamp of min above 2gb              DATETIME
       TOBYTOT   Total samples above 2gb                  COUNT
       TOBYXTM   Time stamp of max above 2gb              DATETIME


     The following 6 variables have been deleted from table XTY78PA:

       VSDGHWM   Hwm bytes allocated above 2gb            COUNT
       VSDGMAX   Max bytes allocated above 2gb            MAXIMUM
       VSDGMIN   Min bytes allocated above 2gb            MINIMUM
       VSDGNTM   Time stamp of min above 2gb              DATETIME
       VSDGTOT   Total samples above 2gb                  COUNT
       VSDGXTM   Time stamp of max above 2gb              DATETIME


256) The following variable has been added to table XTY791:

       Variable  Description                              Interpretation

       R71EXCW   Excp count                               COUNT


257) The following variable has been added to table XTY792:

       Variable  Description                              Interpretation

       R72EXCW   Excp count                               COUNT


258) The following 2 variables have been added to table XTY799:

       Variable  Description                              Interpretation

       R799CX6   Hyperpav base device?                    STRING
       R799PSM   Successful pav sample counts             COUNT


259) The following variable has been added to table XTY80A:

       Variable  Description                              Interpretation

       RECNUM    Smf input record number                  INT


260) The following variable has been added to table XTY80TS:

       Variable  Description                              Interpretation

       RAFTYPE   Data type                                INT


261) The following variable has been added to table XTY8000:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


262) The following 2 variables have been added to table XTY8001:

       Variable  Description                              Interpretation

       RAFTYPE   Data type                                INT
       TOKDCE    Dce                                      STRING


263) The following 2 variables have been added to table XTY8002:

       Variable  Description                              Interpretation

       RAFTYPE   Data type                                INT
       TOKDCE    Dce                                      STRING


264) The following variable has been added to table XTY8003:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


265) The following variable has been added to table XTY8004:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


266) The following variable has been added to table XTY8005:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


267) The following variable has been added to table XTY8006:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


268) The following variable has been added to table XTY8007:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


269) The following variable has been added to table XTY8008:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


270) The following variable has been added to table XTY8009:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


271) The following variable has been added to table XTY8010:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


272) The following variable has been added to table XTY8011:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


273) The following variable has been added to table XTY8012:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


274) The following variable has been added to table XTY8013:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


275) The following variable has been added to table XTY8014:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


276) The following variable has been added to table XTY8015:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


277) The following variable has been added to table XTY8016:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


278) The following variable has been added to table XTY8017:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


279) The following variable has been added to table XTY8018:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


280) The following variable has been added to table XTY8019:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


281) The following variable has been added to table XTY8020:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


282) The following variable has been added to table XTY8021:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


283) The following variable has been added to table XTY8022:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


284) The following variable has been added to table XTY8023:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


285) The following variable has been added to table XTY8024:

       Variable  Description                              Interpretation

       CLASNM5   Fifth class name                         STRING


286) The following variable has been added to table XTY8025:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


287) The following variable has been added to table XTY8026:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


288) The following variable has been added to table XTY8027:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


289) The following variable has been added to table XTY8028:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


290) The following variable has been added to table XTY8029:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


291) The following variable has been added to table XTY8030:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


292) The following variable has been added to table XTY8032:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


293) The following variable has been added to table XTY8033:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


294) The following variable has been added to table XTY8034:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


295) The following variable has been added to table XTY8038:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


296) The following variable has been added to table XTY8039:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


297) The following variable has been added to table XTY8042:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


298) The following variable has been added to table XTY8043:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


299) The following variable has been added to table XTY8044:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


300) The following variable has been added to table XTY8045:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


301) The following variable has been added to table XTY8048:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


302) The following variable has been added to table XTY8050:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


303) The following variable has been added to table XTY8054:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


304) The following variable has been added to table XTY8055:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


305) The following variable has been added to table XTY8057:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


306) The following variable has been added to table XTY8061:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


307) The following variable has been added to table XTY8062:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


308) The following variable has been added to table XTY8064:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


309) The following variable has been added to table XTY8066:

       Variable  Description                              Interpretation

       TOKDCE    Dce                                      STRING


310) The following variable has been added to table XTY8201:

       Variable  Description                              Interpretation

       SM82TKS   Tkds name                                STRING


311) The following variable has had its interpretation type changed
     in table XTY8221:

       SM82SXT   changed from  STRING    to  DATETIME


312) The following variable has been added to table XTY85RQ:

       Variable  Description                              Interpretation

       R85ST74   R85st74f flags st 74-77                  STRING


313) The following variable has been added to table XTY85TP:

       Variable  Description                              Interpretation

       R85ST78   R85st78f flags st 78-79,88               STRING


314) The following variable has been added to table XTY88:

       Variable  Description                              Interpretation

       SM88GRP   Group value for the log stream           STRING


315) The following 2 variables have been added to table XTY89:

       Variable  Description                              Interpretation

       SM89LPN   Lpar name                                STRING
       SM89ZNA   License znalc in effect?                 STRING


316) The following 5 variables have been added to table XTY892:

       Variable  Description                              Interpretation

       MACHTIM   Machine tod datetime stamp               DATETIME
       SM89DTO   Offset from local back to gmt            TIME
       SM89HOF   Hypervisor datetime offset               TIME
       SM89LPN   Lpar name                                STRING
       SM89ZNA   License znalc in effect?                 STRING


317) The following variable has been added to table XT11901:

       Variable  Description                              Interpretation

       T119STC   Stck of connection establishment         DATETIME


318) The following 15 variables have been added to table XT11902:

       Variable  Description                              Interpretation

       TIESTCK   Stck at timewaid or lastack              DATETIME
       TISSTCK   Stck at connection establishment         DATETIME
       TTDUAKR   Dup acks received                        COUNT
       TTELAPL   Telnet tarbet application name           STRING
       TTELLGM   Telnet logmode name                      STRING
       TTELSTA   Telnet status word                       HEXFLAGS
       TTELTCD   Telnet term code                         HEXFLAGS
       TTELUNA   Telnet lu name                           STRING
       TTERMCD   Reason code for termination              HEXFLAGS
       TTTLSCS   Tls connection status                    HEXFLAGS
       TTTLSNC   Attls negotiated cipher                  STRING
       TTTLSPS   Tls policy status                        HEXFLAGS
       TTTLSSP   Attls ssl protocol                       HEXFLAGS
       TTTLSST   Attls security type                      HEXFLAGS
       TTTLSUI   Attls partner userid                     STRING


319) The following 8 variables have been added to table XT11903:

       Variable  Description                              Interpretation

       FCCIPHE   Cipher specification                     STRING
       FCCPROE   Control connection protection level      STRING
       FCDPROE   Data connection protection level         STRING
       FCLOGIN   Login method                             STRING
       FCMECHA   Protection mechanism                     STRING
       FCPROTB   Negotiated protection buffer size        GAUGE
       FCPROTO   Protocol level                           STRING
       FCUSERI   Login user id or name                    STRING


320) The following 54 variables have been added to table XT11905:

       Variable  Description                              Interpretation

       TS6ATTF   Ipv6 attempts to forward datagrams       COUNT
       TS6CDUT   Interval duration                        TIME
       TS6DLVD   Ipv6 datagrams delivered                 COUNT
       TS6DSCA   Ipv6 discarded datagrams address errors  COUNT
       TS6DSCD   Ipv6 discarded datagrams any reason      COUNT
       TS6DSCO   Ipv6 discarded datagrams other reasons   COUNT
       TS6DSCU   Ipv6 discard datagrams unknown protocol  COUNT
       TS6DSDF   Ipv6 discarded datagrams fragmentation   COUNT
       TS6IDUT   Ipv6 interval duration                   TIME
       TS6INAP   In icmp admin prohibited                 COUNT
       TS6INDD   In icmp mcast discovery reduction        COUNT
       TS6INDQ   In icmp mcast discovery query            COUNT
       TS6INDR   In icmp mcast discovery reply            COUNT
       TS6INDS   In icmp unreachable messages             COUNT
       TS6INEC   In icmp echo request messages            COUNT
       TS6INER   In icmp error messages                   COUNT
       TS6INEY   In icmp echo reply messages              COUNT
       TS6INMS   In icmp messages                         COUNT
       TS6INNA   In icmp neighbor adversitement           COUNT
       TS6INNS   In icmp neighbor solicitation            COUNT
       TS6INPA   In icmp parameter problem messages       COUNT
       TS6INRA   In icmp router advertisement             COUNT
       TS6INRE   In icmp redirect messages                COUNT
       TS6INRS   In icmp router solicitation              COUNT
       TS6INTB   In icmp too big                          COUNT
       TS6INTI   In icmp time exceeded messages           COUNT
       TS6MSRS   Ipv6 routing discards                    COUNT
       TS6OUAP   Out icmp admin prohibited                COUNT
       TS6OUDD   Out icmp mcast discovery reduction       COUNT
       TS6OUDQ   Out icmp mcast discovery query           COUNT
       TS6OUDR   Out icmp mcast discovery reply           COUNT
       TS6OUDS   Out icmp unreachable messages            COUNT
       TS6OUEC   Out icmp echo request messages           COUNT
       TS6OUER   Out icmp error messages                  COUNT
       TS6OUEY   Out icmp echo reply messages             COUNT
       TS6OUMS   Out icmp messages                        COUNT
       TS6OUNA   Out icmp neighbor adversitement          COUNT
       TS6OUNS   Out icmp neighbor solicitation           COUNT
       TS6OUPA   Out icmp parameter problem messages      COUNT
       TS6OURA   Out icmp router advertisement            COUNT
       TS6OURE   Out icmp redirect messages               COUNT
       TS6OURS   Out icmp router solicitation             COUNT
       TS6OUTB   Out icmp too big                         COUNT
       TS6OUTI   Out icmp time exceeded messages          COUNT
       TS6RCDR   Ipv6 received datagrams need assembly    COUNT
       TS6RECD   Ipv6 datagrams received                  COUNT
       TS6RECF   Ipv6 fragmented datagrams received       COUNT
       TS6RSMB   Ipv6 datagrams reassembled               COUNT
       TS6RSMF   Ipv6 failed reassembly attempts          COUNT
       TS6TIMO   Ipv6 reassembly timeouts                 COUNT
       TS6XDAT   Ipv6 datagrams transmitted               COUNT
       TS6XDSO   Ipv6 xmit datagrams discarded other      COUNT
       TS6XDSR   Ipv6 xmit datagrams discarded no route   COUNT
       TS6XFGM   Ipv6 fragments generated                 COUNT


321) The following 19 variables have been added to table XT11921:

       Variable  Description                              Interpretation

       NTBNDB1   Upper bucket 1 time                      TIME
       NTBNDB2   Upper bucket 2 time                      TIME
       NTBNDB3   Upper bucket 3 time                      TIME
       NTBNDB4   Upper bucket 4 time                      TIME
       NTBRNBE   Bucket 4 exceeded count                  COUNT
       NTBRNB1   Bucket 1 met count                       COUNT
       NTBRNB2   Bucket 2 met count                       COUNT
       NTBRNB3   Bucket 3 met count                       COUNT
       NTBRNB4   Bucket 4 met count                       COUNT
       NTCNTIP   Ip portion rtrip time count              COUNT
       NTCNTRN   Round trip time count                    COUNT
       NTEIPSQ   Ip portion rtrip time ssq                TIME
       NTERTSQ   Round trip time ssq                      TIME
       NTESNSQ   Sna portion rtrip time ssq               TIME
       NTETSNM   Ip trip time metric                      HEXFLAGS
       NTETSSQ   Index into master group                  INT
       NTHSTNM   Tn3270 host name                         STRING
       NTIPRTS   Ip portion rtrip time sum                TIME
       NTRTS     Round trip time sum                      TIME


322) The following 3 variables have been added to table XT11970:

       Variable  Description                              Interpretation

       FSCCONI   Connection id of ftp control             INT
       FSDCONI   Connection id of ftp data                INT
       FSSESSI   Connection id of ftp logging             STRING


323) The following variable has been added to table XT11972:

       Variable  Description                              Interpretation

       FFCCONI   Connection id of ftp control             INT


324) The following 3 variables have been added to table XUOW:

       Variable  Description                              Interpretation

       ABCODE    First  and last abend codes              STRING
       QWCSPCP   Tcb time for sql call in db2 spas        TIME
       QWCTRTE   Tcb time ex triggers under an enclave    TIME


     The following 10 variables have had their interpretation type changed
     in table XUOW:

       WAITOTM   changed from  COUNT     to  TIME
       WTDWIOT   changed from  COUNT     to  TIME
       WTICIOT   changed from  COUNT     to  TIME
       WTLMIOT   changed from  COUNT     to  TIME
       WTOTIOT   changed from  COUNT     to  TIME
       WTSHIOT   changed from  COUNT     to  TIME
       WTTOIOT   changed from  COUNT     to  TIME
       WTUNIOT   changed from  COUNT     to  TIME
       WTWCIOT   changed from  COUNT     to  TIME
       WTWEIOT   changed from  COUNT     to  TIME


     The following 10 variables have had their format changed in table
     XUOW:

       WAITOTM   changed from  _NONE_    to  TIME12.2
       WTDWIOT   changed from  _NONE_    to  TIME12.2
       WTICIOT   changed from  _NONE_    to  TIME12.2
       WTLMIOT   changed from  _NONE_    to  TIME12.2
       WTOTIOT   changed from  _NONE_    to  TIME12.2
       WTSHIOT   changed from  _NONE_    to  TIME12.2
       WTTOIOT   changed from  _NONE_    to  TIME12.2
       WTUNIOT   changed from  _NONE_    to  TIME12.2
       WTWCIOT   changed from  _NONE_    to  TIME12.2
       WTWEIOT   changed from  _NONE_    to  TIME12.2



Updates to MXG-based dictionaries using MXG 24.02

Summary of Changes:

Overview

 The SAS IT Resource Management data dictionary has been updated using MXG
 24.02.  If you are running an older version of MXG, the dictionary may
 contain variables that are not available in your version of MXG.  Later
 versions of MXG are compatible. If new variables or tables have been added
 in a later version, we will add them to our supplied data dictionary in a
 maintenance release.  If you need to add them prior to that time, you can
 use CREATE VARIABLE or CREATE TABLE statements using the batch dictionary
 update utility, %CPDDUTL.


 To apply maintenance to your PDB dictionary, run the data dictionary
 utility macro, %CPDDUTL, in a batch job. See below for a list of some
 possible combinations of control statements for %CPDDUTL. See the macro
 reference documentation or the online help index for more details regarding
 this macro. Please also note that SCOPE=ALL is now an obsolete parameter
 setting for the MAINTAIN function.

    - To obtain a report of new variables that could be added to your
      dictionary, specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=NEWVARS
                        NOUPDATE;

    - To obtain a report of all changes to existing variables before you
      update your dictionary, specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=EXISTING
                        NOUPDATE;

    - To update your dictionary such that only new variables are added (no
      existing variables are modified), specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=NEWVARS
                        UPDATE;

    - To update your dictionary such that existing variables are modified,
      specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=EXISTING
                        UPDATE;

 The last two examples also produce a report of what is being changed.  If
 you want to suppress this, specify NOREPORT in place of REPORT.

 If you want to apply maintenance or obtain a report on only one table,
 specify its name as the NAME= parameter value in place of _ALL_. Note that
 you cannot specify multiple tables.


Highlights


 Support for MXG 24.02 also implies support for the following
 enhancements to existing tables:

       Support for MQ for z/OS Version 6.0.
       Support for NDM/Connect Direct subtype TF, TL, TW.
       Support for over 60 LPARs.
       Support for Split RMF 70 records.
       Support for CDI/NDM subtypes HW and NM.
       Support for STK VTCS 6.0 and 6.1 SMF records.
       Support for CA TopSecret 103-105,109,255 SMF80DTPs.
       Support for SMF type 82 subtypes 20 and 21 added.
       Support for deaccumulation of NDMCPUTM in NDMCT.
       Support for Mobius/IPAC Rel 6.3.
       Support for z9 CPU, new CPUTYPE='2094'x.
       Support for subtype 11 I/O Configuration Change.
       Support for SMF 99 Subtype 2 additional segments.
       Support for new FTP Server Security Section.
       Support for Top Secret Versions 5.2 and 5.3.
       Support for HSC V6 changes to STCLMU subtype 4.
       Support for DB2 V8.1 Package Data.
       Support for TMON CICS/TS V2.3 for CICS/TS 3.1.

Supplied table changes


 1) The following tables have been added to the supplied data dictionary:

        Table       Table Type  Description

        XASMCEL     INTERVAL    Summarized CEC detail
        XCISBAD     EVENT       CICS bad transactions
        XIPAC08     EVENT       INFOPAC Viewing report/section id
        XNDMHW      EVENT       NDM high-water mark stat record
        XNDMNM      EVENT       NDM subtype nm
        XNDMTX      EVENT       NDM subtypes tf tl tw
        XTYSYMT     EVENT       MXG syslog mount-related event
        XTYSYSL     EVENT       MXG syslog captured record
        XTY22_B     EVENT       I/O configuration change
        XTY80TS     EVENT       Top secret 103-255
        XTY8220     EVENT       CRYPTO coprocessor times
        XTY8221     EVENT       CRYPTO icsf sysplex group change
        XTY99Q2     EVENT       OS/390 type 99 queue server data
        XTY99R2     EVENT       OS/390 type 99 remote queue data
        XTY99S2     EVENT       OS/390 type 99 server sample data
        XTY99V2     EVENT       OS/390 type 99 server data


 2) The following tables have had their labels and descriptions changed:

        Table                   Description

        XTY99_1     EVENT       MVS/ESA 5 type 99 subtype 1
                    changed to  OS/390 type 99 system level srm actions
        XTY99_2     EVENT       MVS/ESA 5 type 99 subtype 2
                    changed to  OS/390 type 99 service classes
        XTY99_3     EVENT       OS/390 type 99 subtype 3 srvclass period
                    changed to  OS/390 type 99 srvice class period
        XTY99_6     EVENT       OS/390 type 99 subtype 6
                    changed to  OS/390 type 99 summary servclas periods
        XTY99_7     EVENT       OS/390 type 99 subtype 7 - PAV device
                    changed to  OS/390 type 99 PAV device
        XTY99TT     EVENT       MVS/ESA 5 type 99 subtype 1 trace table
                    changed to  OS/390 type 99 trace table
        XTY994I     EVENT       OS/390 type 99 subtype 4 device cluster
                    changed to  OS/390 type 99 device cluster
        XTY998L     EVENT       OS/390 type 99 subtype 8 lpar
                    changed to  OS/390 type 99 lpar
        XTY998P     EVENT       OS/390 type 99 subtype 8 priority table
                    changed to  OS/390 type 99 priority table


 3) The following tables have had variable changes (variables added,
    deleted, or modified) in the supplied data dictionary:

        Table       Table Type  Description

        NMEMORY     INTERVAL    WIN NT memory
        NTINTRV     INTERVAL    WIN NT interval data
        VAPLSLM     INTERVAL    VM - linux memory
        VAPLTC8     INTERVAL    VM - TCP/IP link definition
        VSYTEPM     INTERVAL    VM/ESA - Extended channel measure
        XASMCEC     INTERVAL    LPAR CEC level LPAR details
        XASMTAP     EVENT       MXG tape monitor summary analysis
        XASM70L     INTERVAL    LPAR summarized detail
        XASM70P     INTERVAL    LPAR RMF interval data
        XCISJR      INTERVAL    CICS jvm profile resource statistics
        XCITRAN     EVENT       CICS transactions
        XCMEXTP     INTERVAL    CMF 00 tpg
        XCM27CS     INTERVAL    CMF 27 cache sampling csc
        XCM27C9     INTERVAL    CMF 27 cache sampling model 3990-3
        XDBBPAC     EVENT       DB2 accounting-group buffer pool
        XDBCCTP     EVENT       DB2 accounting-packages/dbrm
        XDBGBPA     EVENT       DB2 global buffer pool attributes
        XDBGBPS     INTERVAL    DB2 statistics global buffer pool
        XDBSTA0     INTERVAL    DB2 interval statistics (subtype 0)
        XDBTATB     INTERVAL    DB2 interval statistics: buffer pools
        XDBTATR     INTERVAL    DB2 interval statistics: remote locns
        XDBTATS     INTERVAL    DB2 interval statistics: summary
        XEDSVRE     EVENT       DFSMSrmm volume information
        XICBGUT     EVENT       Iceberg space utilization
        XIMFTRN     EVENT       IMF - IMS transactions
        XIMPROG     EVENT       IMF - IMS program deschedule
        XIPAC03     EVENT       INFOPAC Online viewing usage statistics
        XJOBS       EVENT       Completed jobs
        XLMCINI     EVENT       LMS subtype 25: cart initialized
        XLMEJEC     EVENT       LMS subtype 23: cartridge ejected
        XLMENTR     EVENT       LMS subtype 20: cartridge entered
        XLMEVEN     EVENT       LMS subtypes 5,13-15: atl event
        XLMMOUN     EVENT       LMS subtype 21: atl mount
        XLMSCUP     EVENT       LMS subtype 6:cart update
        XLMSVER     EVENT       LMS subtype 22: cartridge verify
        XLMUNLD     EVENT       LMS subtype 24: unload
        XMQACTQ     EVENT       MQM task queue accounting
        XMQMSGD     EVENT       MQM message and data manager statistics
        XMQQUEU     EVENT       MQM queue detail
        XNDMPS      EVENT       NDM process start event
        XNDMRJ      EVENT       NDM run job termination record
        XNPNNRC     INTERVAL    NPM router cisco cip interval
        XNPNSES     INTERVAL    NPM session interval
        XNPSVCS     INTERVAL    VTAM csm common storage manager
        XNPSVMN     INTERVAL    VTAM mnps multinode persistent sessions
        XNPSVRT     INTERVAL    VTAM rtp rapid transit protocol
        XNPTEXC     INTERVAL    VTAM exception/resolution
        XNPVMNE     INTERVAL    NPM netware monitor exception/resolve
        XNPVSAL     INTERVAL    NPM LU exception/resolution
        XNPXCSL     INTERVAL    NPM csl exception/resolution
        XNPXETH     INTERVAL    NPM eth exception/resolution
        XNPXFRP     INTERVAL    NPM frp exception/resolution
        XNPXNEO     INTERVAL    NPM neo exception/resolution
        XNPXTRI     INTERVAL    NPM tri exception/resolution
        XNPXXLK     INTERVAL    NPM xlk exception/resolution
        XNPXXPU     INTERVAL    NPM xpu exception/resolution
        XNPXXVC     INTERVAL    NPM xvc exception/resolution
        XNSACCT     INTERVAL    NetSpy - network accounting record
        XNSALRT     EVENT       NetSpy - network general alert
        XNSAPPL     INTERVAL    NetSpy - application entry
        XNSETHR     INTERVAL    NetSpy - ethernet adapter entry
        XNSFRLY     INTERVAL    NetSpy - frame relay entry
        XNSLANL     INTERVAL    LanSpy - lan
        XNSLANS     INTERVAL    LanSpy - station
        XNSLINE     INTERVAL    NetSpy - line resource entry
        XNSNPSI     INTERVAL    NetSpy - npsi resource entry
        XNSTIC3     INTERVAL    NetSpy - tic3 entry
        XNSTR       INTERVAL    NetSpy - token-ring entry
        XNSVIRT     INTERVAL    NetSpy - virtual route entry
        XOMMSJO     INTERVAL    OMEGAMON II SMS job/dataset/volume
        XRMFINT     INTERVAL    Combined RMF interval data
        XSMFINT     INTERVAL    SMF interval accounting
        XSPNJOB     EVENT       Incomplete (spun) jobs
        XSTCLMU     EVENT       STC 4400 LMU read stats
        XSTEPS      EVENT       Completed jobs steps
        XSTVS13     EVENT       STC VSM 13 vtcs vtv mount
        XSTVS14     EVENT       STC VSM 14 vtcs vtv dismount
        XTAPES      EVENT       Tape error statistics by volume
        XTMDB6      EVENT       TMON for DB2 SQL capture
        XTMDB6B     EVENT       TMON for DB2 SQL capture buffer pool
        XTMDB6S     EVENT       TMON for DB2 SQL capture sql text
        XTMDB7      EVENT       TMON for DB2 SQL capture package log
        XTMDB7B     EVENT       TMON for DB2 SQL capture package buf
        XTMDB7S     EVENT       TMON for DB2 SQL capture package
        XTYSOLV     EVENT       SOLVE NCL CPU-time accounting
        XTYTMNT     EVENT       MXG tape monitor mount event
        XTY1032     INTERVAL    HTTP Websphere server perform
        XTY1415     EVENT       Non-VSAM data set activity
        XTY16       EVENT       Sort merge statistics
        XTY21       EVENT       Tape error statistics by volume
        XTY22_A     EVENT       3990 storage control configuration
        XTY26J2     EVENT       JES2 purge information
        XTY30_V     EVENT       Job/TSO interval accounting
        XTY30_1     EVENT       Job/TSO initiation
        XTY30_4     EVENT       Job/TSO step/program termination
        XTY30_5     EVENT       Job/TSO termination
        XTY30_6     EVENT       System address space data
        XTY32       EVENT       TSO command data
        XTY33_1     EVENT       APPC/MVS tp accounting - transaction
        XTY42CU     INTERVAL    DFP cache control unit statistics
        XTY6        EVENT       Output writer
        XTY6ENH     EVENT       Enhanced output writer (thruput)
        XTY70       INTERVAL    RMF CPU activity and address space stats
        XTY70PR     INTERVAL    RMF PR/SM statistics
        XTY70Y2     INTERVAL    RMF crypto coproc facility ccf
        XTY72GO     INTERVAL    RMF goal mode period resources
        XTY73L      INTERVAL    RMF logical channel activity
        XTY73PC     INTERVAL    RMF physical channel activity
        XTY74CA     INTERVAL    RMF Cache Reporter - cache controllers
        XTY74PA     INTERVAL    RMF mon III XCF path message statistics
        XTY74ST     INTERVAL    RMF coupling facility - structure reqs
        XTY791      INTERVAL    RMF mon II address space state data
        XTY792      INTERVAL    RMF mon II address space resource data
        XTY799      INTERVAL    RMF mon II device activity data
        XTY8000     EVENT       RACF event 00 undocumented
        XTY8001     EVENT       RACF event 01 JOB init or TSO logon
        XTY8002     EVENT       RACF event 02 resource access
        XTY8003     EVENT       RACF event 03 end of volume
        XTY8004     EVENT       RACF event 04 rename data set
        XTY8005     EVENT       RACF event 05 scratch data set or tape
        XTY8006     EVENT       RACF event 06 delete vol1 of multi-vol
        XTY8007     EVENT       RACF event 07 define data set of tape
        XTY8008     EVENT       RACF event 08 addsd command
        XTY8009     EVENT       RACF event 09 addgroup command
        XTY8010     EVENT       RACF event 10 adduser command
        XTY8011     EVENT       RACF event 11 adduser command
        XTY8012     EVENT       RACF event 12 altgroup command
        XTY8013     EVENT       RACF event 13 altuser command
        XTY8014     EVENT       RACF event 14 connect command
        XTY8015     EVENT       RACF event 15 deldsd command
        XTY8016     EVENT       RACF event 16 delgroup command
        XTY8017     EVENT       RACF event 17 deluser command
        XTY8018     EVENT       RACF event 18 deluser command
        XTY8019     EVENT       RACF event 19 permit command
        XTY8020     EVENT       RACF event 20 ralter command
        XTY8021     EVENT       RACF event 21 rdefine command
        XTY8022     EVENT       RACF event 22 rdelete command
        XTY8023     EVENT       RACF event 23 remove command
        XTY8024     EVENT       RACF event 24 setropts
        XTY8025     EVENT       RACF event 25 rvary command
        XTY8026     EVENT       RACF event 26 appclu session establish
        XTY8027     EVENT       RACF event 27 general audit
        XTY8028     EVENT       RACF event 28 directory search
        XTY8029     EVENT       RACF event 29 check access to dir
        XTY8030     EVENT       RACF event 30 check access to file
        XTY8032     EVENT       RACF event 32 change directory
        XTY8033     EVENT       RACF event 33 change file mode
        XTY8034     EVENT       RACF event 34 file ownerahip
        XTY8038     EVENT       RACF event 38 init of process
        XTY8039     EVENT       RACF event 39 term of process
        XTY8042     EVENT       RACF event 42 make directory
        XTY8043     EVENT       RACF event 43 make node
        XTY8044     EVENT       RACF event 44 mount file system
        XTY8045     EVENT       RACF event 45 open new file
        XTY8048     EVENT       RACF event 48 remove directory
        XTY8050     EVENT       RACF event 50 set effective uid
        XTY8054     EVENT       RACF event 54 unlink
        XTY8055     EVENT       RACF event 55 unmount file system
        XTY8057     EVENT       RACF event 57 check privilege
        XTY8061     EVENT       RACF event 61 ipcget
        XTY8062     EVENT       RACF event 62 ipcctl
        XTY8064     EVENT       RACF event 64 chkown2
        XTY8066     EVENT       RACF event 66 racdcert
        XTY8218     EVENT       CRYPTO online or offline configuration
        XTY88       EVENT       System logger data
        XTY89       INTERVAL    Measured usage interval
        XTY91IC     INTERVAL    MVS pipes - input connection detail
        XTY91OC     INTERVAL    MVS pipes - output connection detail
        XTY9112     INTERVAL    MVS pipes - pipe interval
        XTY9212     EVENT       OMVS file system mmap
        XTY9213     EVENT       OMVS file system munmap
        XTY94       INTERVAL    IBM tape library dataserver stats
        XTY99_2     EVENT       MVS/ESA 5 type 99 subtype 2
        XTY99_7     EVENT       OS/390 type 99 subtype 7 - PAV device
        XT11970     EVENT       IBM TCPIP ftp server transfer completion
        XUOW        EVENT       CICS/DB2 combined resource summary

Supplied variable changes


  1) The following 3 variables have had their interpretation type changed
     in table NMEMORY:

       BTEAVAI   changed from  GAUGE     to  COUNT
       BTECACH   changed from  GAUGE     to  COUNT
       BTECOMT   changed from  GAUGE     to  COUNT


  2) The following 3 variables have had their interpretation type changed
     in table NTINTRV:

       BTEAVAI   changed from  GAUGE     to  COUNT
       BTECACH   changed from  GAUGE     to  COUNT
       BTECOMT   changed from  GAUGE     to  COUNT


  3) The following variable has been added to table VAPLSLM:

       Variable  Description                              Interpretation

       PGFAUMJ   Page faults major only                   COUNT


  4) The following variable has had its interpretation type changed
     in table VAPLTC8:

       IFESCRL   changed from  GAUGE     to  COUNT


  5) The following 3 variables have been added to table VSYTEPM:

       Variable  Description                              Interpretation

       CSCCMCN   Chpid not valid?                         STRING
       CSCCMCS   Shared channel path?                     STRING
       OLDCAL                                             COUNT


  6) The following 1062 variables hav been added to table XASMCEC:

       Variable  Description                              Interpretation

       LPADSA    Lpar 10 diagnose samples                 GAUGE
       LPAZIPT   Lpar 10 zip processor cpu active time    TIME
       LPAZIUT   Lpar 10 zip up time                      TIME
       LPAZIWT   Lpar 10 zip wst time                     TIME
       LPBDSA    Lpar 11 diagnose samples                 GAUGE
       LPBZIPT   Lpar 11 zip processor cpu active time    TIME
       LPBZIUT   Lpar 11 zip up time                      TIME
       LPBZIWT   Lpar 11 zip wst time                     TIME
       LPCDSA    Lpar 12 diagnose samples                 GAUGE
       LPCTYBY   Lpar 33 logical percent busy             PERCENT100
       LPCTYOV   Lpar 33 logical percent overhead         PERCENT100
       LPCTZBY   Lpar 34 logical percent busy             PERCENT100
       LPCTZOV   Lpar 34 logical percent overhead         PERCENT100
       LPCZIPT   Lpar 12 zip processor cpu active time    TIME
       LPCZIUT   Lpar 12 zip up time                      TIME
       LPCZIWT   Lpar 12 zip wst time                     TIME
       LPDDSA    Lpar 13 diagnose samples                 GAUGE
       LPDZIPT   Lpar 13 zip processor cpu active time    TIME
       LPDZIUT   Lpar 13 zip up time                      TIME
       LPDZIWT   Lpar 13 zip wst time                     TIME
       LPEDSA    Lpar 14 diagnose samples                 GAUGE
       LPEZIPT   Lpar 14 zip processor cpu active time    TIME
       LPEZIUT   Lpar 14 zip up time                      TIME
       LPEZIWT   Lpar 14 zip wst time                     TIME
       LPFDSA    Lpar 15 diagnose samples                 GAUGE
       LPFZIPT   Lpar 15 zip processor cpu active time    TIME
       LPFZIUT   Lpar 15 zip up time                      TIME
       LPFZIWT   Lpar 15 zip wst time                     TIME
       LPGDSA    Lpar 16 diagnose samples                 GAUGE
       LPGZIPT   Lpar 16 zip processor cpu active time    TIME
       LPGZIUT   Lpar 16 zip up time                      TIME
       LPGZIWT   Lpar 16 zip wst time                     TIME
       LPHDSA    Lpar 17 diagnose samples                 GAUGE
       LPHZIPT   Lpar 17 zip processor cpu active time    TIME
       LPHZIUT   Lpar 17 zip up time                      TIME
       LPHZIWT   Lpar 17 zip wst time                     TIME
       LPIDSA    Lpar 18 diagnose samples                 GAUGE
       LPIZIPT   Lpar 18 zip processor cpu active time    TIME
       LPIZIUT   Lpar 18 zip up time                      TIME
       LPIZIWT   Lpar 18 zip wst time                     TIME
       LPJDSA    Lpar 19 diagnose samples                 GAUGE
       LPJZIPT   Lpar 19 zip processor cpu active time    TIME
       LPJZIUT   Lpar 19 zip up time                      TIME
       LPJZIWT   Lpar 19 zip wst time                     TIME
       LPKDSA    Lpar 20 diagnose samples                 GAUGE
       LPKZIPT   Lpar 20 zip processor cpu active time    TIME
       LPKZIUT   Lpar 20 zip up time                      TIME
       LPKZIWT   Lpar 20 zip wst time                     TIME
       LPLDSA    Lpar 21 diagnose samples                 GAUGE
       LPLZIPT   Lpar 21 zip processor cpu active time    TIME
       LPLZIUT   Lpar 21 zip up time                      TIME
       LPLZIWT   Lpar 21 zip wst time                     TIME
       LPMDSA    Lpar 22 diagnose samples                 GAUGE
       LPMZIPT   Lpar 22 zip processor cpu active time    TIME
       LPMZIUT   Lpar 22 zip up time                      TIME
       LPMZIWT   Lpar 22 zip wst time                     TIME
       LPNDSA    Lpar 23 diagnose samples                 GAUGE
       LPNZIPT   Lpar 23 zip processor cpu active time    TIME
       LPNZIUT   Lpar 23 zip up time                      TIME
       LPNZIWT   Lpar 23 zip wst time                     TIME
       LPODSA    Lpar 24 diagnose samples                 GAUGE
       LPOZIPT   Lpar 24 zip processor cpu active time    TIME
       LPOZIUT   Lpar 24 zip up time                      TIME
       LPOZIWT   Lpar 24 zip wst time                     TIME
       LPQDSA    Lpar 25 diagnose samples                 GAUGE
       LPQZIPT   Lpar 25 zip processor cpu active time    TIME
       LPQZIUT   Lpar 25 zip up time                      TIME
       LPQZIWT   Lpar 25 zip wst time                     TIME
       LPRDSA    Lpar 26 diagnose samples                 GAUGE
       LPRZIPT   Lpar 26 zip processor cpu active time    TIME
       LPRZIUT   Lpar 26 zip up time                      TIME
       LPRZIWT   Lpar 26 zip wst time                     TIME
       LPSDSA    Lpar 27 diagnose samples                 GAUGE
       LPSZIPT   Lpar 27 zip processor cpu active time    TIME
       LPSZIUT   Lpar 27 zip up time                      TIME
       LPSZIWT   Lpar 27 zip wst time                     TIME
       LPTDSA    Lpar 28 diagnose samples                 GAUGE
       LPTZIPT   Lpar 28 zip processor cpu active time    TIME
       LPTZIUT   Lpar 28 zip up time                      TIME
       LPTZIWT   Lpar 28 zip wst time                     TIME
       LPUDSA    Lpar 29 diagnose samples                 GAUGE
       LPUZIPT   Lpar 29 zip processor cpu active time    TIME
       LPUZIUT   Lpar 29 zip up time                      TIME
       LPUZIWT   Lpar 29 zip wst time                     TIME
       LPVDSA    Lpar 30 diagnose samples                 GAUGE
       LPVZIPT   Lpar 30 zip processor cpu active time    TIME
       LPVZIUT   Lpar 30 zip up time                      TIME
       LPVZIWT   Lpar 30 zip wst time                     TIME
       LPWDSA    Lpar 31 diagnose samples                 GAUGE
       LPWZIPT   Lpar 31 zip processor cpu active time    TIME
       LPWZIUT   Lpar 31 zip up time                      TIME
       LPWZIWT   Lpar 31 zip wst time                     TIME
       LPXDSA    Lpar 32 diagnose samples                 GAUGE
       LPXZIPT   Lpar 32 zip processor cpu active time    TIME
       LPXZIUT   Lpar 32 zip up time                      TIME
       LPXZIWT   Lpar 32 zip wst time                     TIME
       LPYBDA    Lpar 33 average logical cpus smf70bda    AVERAGE
       LPYCAP    Lpar 33 capped flag                      STRING
       LPYCHG    Lpar 33 cp change flag                   STRING
       LPYCSF    Lpar 33 cstore                           GAUGE
       LPYDED    Lpar 33 dedicated flag                   STRING
       LPYDSA    Lpar 33 diagnose samples                 GAUGE
       LPYDUR    Lpar 33 duration                         TIME
       LPYIFAT   Lpar 33 ifa dispatch time                TIME
       LPYIFUT   Lpar 33 ifa up time                      TIME
       LPYIFWT   Lpar 33 ifa wst time                     TIME
       LPYLAC    Lpar 33 4-hr average smf70lac            AVERAGE
       LPYMGTT   Lpar 33 management time                  TIME
       LPYMSU    Lpar 33 interval msu count               COUNT
       LPYMSUH   Lpar 33 interval msu as hourly rate      RATE
       LPYMSU7   Lpar 33 msu defined capacity smf70msu    INT
       LPYNAME   Lpar 33 name                             STRING
       LPYNRPR   Lpar 33 number of processors             INT
       LPYNSW    Lpar 33 pct when lpar was soft capped    PERCENT100
       LPYONT    Lpar 33 lpar online duration smf70ont    TIME
       LPYSHAR   Lpar 33 share initial weight pct         PERCENT100
       LPYSHRC   Lpar 33 share current weight pct         PERCENT100
       LPYSTN    Lpar 33 mvs system name smf70stn         STRING
       LPYUEDT   Lpar 33 effective time                   TIME
       LPYUPDT   Lpar 33 dispatch time                    TIME
       LPYWAIT   Lpar 33 cpu wait flag                    STRING
       LPYWST    Lpar 33 wait state duration smf70wst     TIME
       LPYZIPT   Lpar 33 zip dispatch time                TIME
       LPYZIUT   Lpar 33 zip up time                      TIME
       LPYZIWT   Lpar 33 zip wst time                     TIME
       LPZBDA    Lpar 34 average logical cpus smf70bda    AVERAGE
       LPZCAP    Lpar 34 capped flag                      STRING
       LPZCHG    Lpar 34 cp change flag                   STRING
       LPZCSF    Lpar 34 cstore                           GAUGE
       LPZDED    Lpar 34 dedicated flag                   STRING
       LPZDSA    Lpar 34 diagnose samples                 GAUGE
       LPZDUR    Lpar 34 duration                         TIME
       LPZIFAT   Lpar 34 ifa dispatch time                TIME
       LPZIFUT   Lpar 34 ifa up time                      TIME
       LPZIFWT   Lpar 34 ifa wst time                     TIME
       LPZLAC    Lpar 34 4-hr average smf70lac            AVERAGE
       LPZMGTT   Lpar 34 management time                  TIME
       LPZMSU    Lpar 34 interval msu count               COUNT
       LPZMSUH   Lpar 34 interval msu as hourly rate      RATE
       LPZMSU7   Lpar 34 msu defined capacity smf70msu    INT
       LPZNAME   Lpar 34 name                             STRING
       LPZNRPR   Lpar 34 number of processors             INT
       LPZNSW    Lpar 34 pct when lpar was soft capped    PERCENT100
       LPZONT    Lpar 34 lpar online duration smf70ont    TIME
       LPZSHAR   Lpar 34 share initial weight pct         PERCENT100
       LPZSHRC   Lpar 34 share current weight pct         PERCENT100
       LPZSTN    Lpar 34 mvs system name smf70stn         STRING
       LPZUEDT   Lpar 34 effective time                   TIME
       LPZUPDT   Lpar 34 dispatch time                    TIME
       LPZWAIT   Lpar 34 cpu wait flag                    STRING
       LPZWST    Lpar 34 wait state duration smf70wst     TIME
       LPZZIPT   Lpar 34 zip dispatch time                TIME
       LPZZIUT   Lpar 34 zip up time                      TIME
       LPZZIWT   Lpar 34 zip wst time                     TIME
       LP0DSA    Lpar  0 diagnose samples                 GAUGE
       LP1DSA    Lpar  1 diagnose samples                 GAUGE
       LP1ZIPT   Lpar  1 zip processor cpu active time    TIME
       LP1ZIUT   Lpar  1 zip up time                      TIME
       LP1ZIWT   Lpar  1 zip wst time                     TIME
       LP2DSA    Lpar  2 diagnose samples                 GAUGE
       LP2ZIPT   Lpar  2 zip processor cpu active time    TIME
       LP2ZIUT   Lpar  2 zip up time                      TIME
       LP2ZIWT   Lpar  2 zip wst time                     TIME
       LP3DSA    Lpar  3 diagnose samples                 GAUGE
       LP3ZIPT   Lpar  3 zip processor cpu active time    TIME
       LP3ZIUT   Lpar  3 zip up time                      TIME
       LP3ZIWT   Lpar  3 zip wst time                     TIME
       LP4DSA    Lpar  4 diagnose samples                 GAUGE
       LP4ZIPT   Lpar  4 zip processor cpu active time    TIME
       LP4ZIUT   Lpar  4 zip up time                      TIME
       LP4ZIWT   Lpar  4 zip wst time                     TIME
       LP5DSA    Lpar  5 diagnose samples                 GAUGE
       LP5ZIPT   Lpar  5 zip processor cpu active time    TIME
       LP5ZIUT   Lpar  5 zip up time                      TIME
       LP5ZIWT   Lpar  5 zip wst time                     TIME
       LP6DSA    Lpar  6 diagnose samples                 GAUGE
       LP6ZIPT   Lpar  6 zip processor cpu active time    TIME
       LP6ZIUT   Lpar  6 zip up time                      TIME
       LP6ZIWT   Lpar  6 zip wst time                     TIME
       LP7DSA    Lpar  7 diagnose samples                 GAUGE
       LP7ZIPT   Lpar  7 zip processor cpu active time    TIME
       LP7ZIUT   Lpar  7 zip up time                      TIME
       LP7ZIWT   Lpar  7 zip wst time                     TIME
       LP8DSA    Lpar  8 diagnose samples                 GAUGE
       LP8ZIPT   Lpar  8 zip processor cpu active time    TIME
       LP8ZIUT   Lpar  8 zip up time                      TIME
       LP8ZIWT   Lpar  8 zip wst time                     TIME
       LP9DSA    Lpar  9 diagnose samples                 GAUGE
       LP9ZIPT   Lpar  9 zip processor cpu active time    TIME
       LP9ZIUT   Lpar  9 zip up time                      TIME
       LP9ZIWT   Lpar  9 zip wst time                     TIME
       LQABDA    Lpar 44 average logical cpus smf70bda    AVERAGE
       LQACAP    Lpar 44 capped flag                      STRING
       LQACHG    Lpar 44 cp change flag                   STRING
       LQACSF    Lpar 44 cstore                           GAUGE
       LQADED    Lpar 44 dedicated flag                   STRING
       LQADSA    Lpar 44 diagnose samples                 GAUGE
       LQADUR    Lpar 44 duration                         TIME
       LQAIFAT   Lpar 44 ifa dispatch time                TIME
       LQAIFUT   Lpar 44 ifa up time                      TIME
       LQAIFWT   Lpar 44 ifa wst time                     TIME
       LQALAC    Lpar 44 4-hr average smf70lac            AVERAGE
       LQAMGTT   Lpar 44 management time                  TIME
       LQAMSU    Lpar 44 interval msu count               COUNT
       LQAMSUH   Lpar 44 interval msu as hourly rate      RATE
       LQAMSU7   Lpar 44 msu defined capacity smf70msu    INT
       LQANAME   Lpar 44 name                             STRING
       LQANRPR   Lpar 44 number of processors             INT
       LQANSW    Lpar 44 pct when lpar was soft capped    PERCENT100
       LQAONT    Lpar 44 lpar online duration smf70ont    TIME
       LQASHAR   Lpar 44 share initial weight pct         PERCENT100
       LQASHRC   Lpar 44 share current weight pct         PERCENT100
       LQASTN    Lpar 44 mvs system name smf70stn         STRING
       LQAUEDT   Lpar 44 effective time                   TIME
       LQAUPDT   Lpar 44 dispatch time                    TIME
       LQAWAIT   Lpar 44 cpu wait flag                    STRING
       LQAWST    Lpar 44 wait state duration smf70wst     TIME
       LQAZIPT   Lpar 44 zip dispatch time                TIME
       LQAZIUT   Lpar 44 zip up time                      TIME
       LQAZIWT   Lpar 44 zip wst time                     TIME
       LQBBDA    Lpar 45 average logical cpus smf70bda    AVERAGE
       LQBCAP    Lpar 45 capped flag                      STRING
       LQBCHG    Lpar 45 cp change flag                   STRING
       LQBCSF    Lpar 45 cstore                           GAUGE
       LQBDED    Lpar 45 dedicated flag                   STRING
       LQBDSA    Lpar 45 diagnose samples                 GAUGE
       LQBDUR    Lpar 45 duration                         TIME
       LQBIFAT   Lpar 45 ifa dispatch time                TIME
       LQBIFUT   Lpar 45 ifa up time                      TIME
       LQBIFWT   Lpar 45 ifa wst time                     TIME
       LQBLAC    Lpar 45 4-hr average smf70lac            AVERAGE
       LQBMGTT   Lpar 45 management time                  TIME
       LQBMSU    Lpar 45 interval msu count               COUNT
       LQBMSUH   Lpar 45 interval msu as hourly rate      RATE
       LQBMSU7   Lpar 45 msu defined capacity smf70msu    INT
       LQBNAME   Lpar 45 name                             STRING
       LQBNRPR   Lpar 45 number of processors             INT
       LQBNSW    Lpar 45 pct when lpar was soft capped    PERCENT100
       LQBONT    Lpar 45 lpar online duration smf70ont    TIME
       LQBSHAR   Lpar 45 share initial weight pct         PERCENT100
       LQBSHRC   Lpar 45 share current weight pct         PERCENT100
       LQBSTN    Lpar 45 mvs system name smf70stn         STRING
       LQBUEDT   Lpar 45 effective time                   TIME
       LQBUPDT   Lpar 45 dispatch time                    TIME
       LQBWAIT   Lpar 45 cpu wait flag                    STRING
       LQBWST    Lpar 45 wait state duration smf70wst     TIME
       LQBZIPT   Lpar 45 zip dispatch time                TIME
       LQBZIUT   Lpar 45 zip up time                      TIME
       LQBZIWT   Lpar 45 zip wst time                     TIME
       LQCBDA    Lpar 46 average logical cpus smf70bda    AVERAGE
       LQCCAP    Lpar 46 capped flag                      STRING
       LQCCHG    Lpar 46 cp change flag                   STRING
       LQCCSF    Lpar 46 cstore                           GAUGE
       LQCDED    Lpar 46 dedicated flag                   STRING
       LQCDSA    Lpar 46 diagnose samples                 GAUGE
       LQCDUR    Lpar 46 duration                         TIME
       LQCIFAT   Lpar 46 ifa dispatch time                TIME
       LQCIFUT   Lpar 46 ifa up time                      TIME
       LQCIFWT   Lpar 46 ifa wst time                     TIME
       LQCLAC    Lpar 46 4-hr average smf70lac            AVERAGE
       LQCMGTT   Lpar 46 management time                  TIME
       LQCMSU    Lpar 46 interval msu count               COUNT
       LQCMSUH   Lpar 46 interval msu as hourly rate      RATE
       LQCMSU7   Lpar 46 msu defined capacity smf70msu    INT
       LQCNAME   Lpar 46 name                             STRING
       LQCNRPR   Lpar 46 number of processors             INT
       LQCNSW    Lpar 46 pct when lpar was soft capped    PERCENT100
       LQCONT    Lpar 46 lpar online duration smf70ont    TIME
       LQCSHAR   Lpar 46 share initial weight pct         PERCENT100
       LQCSHRC   Lpar 46 share current weight pct         PERCENT100
       LQCSTN    Lpar 46 mvs system name smf70stn         STRING
       LQCTABY   Lpar 44 logical percent busy             PERCENT100
       LQCTAOV   Lpar 44 logical percent overhead         PERCENT100
       LQCTBBY   Lpar 45 logical percent busy             PERCENT100
       LQCTBOV   Lpar 45 logical percent overhead         PERCENT100
       LQCTCBY   Lpar 46 logical percent busy             PERCENT100
       LQCTCOV   Lpar 46 logical percent overhead         PERCENT100
       LQCTDBY   Lpar 47 logical percent busy             PERCENT100
       LQCTDOV   Lpar 47 logical percent overhead         PERCENT100
       LQCTEBY   Lpar 48 logical percent busy             PERCENT100
       LQCTEOV   Lpar 48 logical percent overhead         PERCENT100
       LQCTFBY   Lpar 49 logical percent busy             PERCENT100
       LQCTFOV   Lpar 49 logical percent overhead         PERCENT100
       LQCTGBY   Lpar 50 logical percent busy             PERCENT100
       LQCTGOV   Lpar 50 logical percent overhead         PERCENT100
       LQCTHBY   Lpar 51 logical percent busy             PERCENT100
       LQCTHOV   Lpar 51 logical percent overhead         PERCENT100
       LQCTIBY   Lpar 52 logical percent busy             PERCENT100
       LQCTIOV   Lpar 52 logical percent overhead         PERCENT100
       LQCTJBY   Lpar 53 logical percent busy             PERCENT100
       LQCTJOV   Lpar 53 logical percent overhead         PERCENT100
       LQCTKBY   Lpar 54 logical percent busy             PERCENT100
       LQCTKOV   Lpar 54 logical percent overhead         PERCENT100
       LQCTLBY   Lpar 55 logical percent busy             PERCENT100
       LQCTLOV   Lpar 55 logical percent overhead         PERCENT100
       LQCTMBY   Lpar 56 logical percent busy             PERCENT100
       LQCTMOV   Lpar 56 logical percent overhead         PERCENT100
       LQCTNBY   Lpar 57 logical percent busy             PERCENT100
       LQCTNOV   Lpar 57 logical percent overhead         PERCENT100
       LQCTOBY   Lpar 58 logical percent busy             PERCENT100
       LQCTOOV   Lpar 58 logical percent overhead         PERCENT100
       LQCTPBY   Lpar 59 logical percent busy             PERCENT100
       LQCTPOV   Lpar 59 logical percent overhead         PERCENT100
       LQCTQBY   Lpar 60 logical percent busy             PERCENT100
       LQCTQOV   Lpar 60 logical percent overhead         PERCENT100
       LQCT1BY   Lpar 35 logical percent busy             PERCENT100
       LQCT1OV   Lpar 35 logical percent overhead         PERCENT100
       LQCT2BY   Lpar 36 logical percent busy             PERCENT100
       LQCT2OV   Lpar 36 logical percent overhead         PERCENT100
       LQCT3BY   Lpar 37 logical percent busy             PERCENT100
       LQCT3OV   Lpar 37 logical percent overhead         PERCENT100
       LQCT4BY   Lpar 38 logical percent busy             PERCENT100
       LQCT4OV   Lpar 38 logical percent overhead         PERCENT100
       LQCT5BY   Lpar 39 logical percent busy             PERCENT100
       LQCT5OV   Lpar 39 logical percent overhead         PERCENT100
       LQCT6BY   Lpar 40 logical percent busy             PERCENT100
       LQCT6OV   Lpar 40 logical percent overhead         PERCENT100
       LQCT7BY   Lpar 41 logical percent busy             PERCENT100
       LQCT7OV   Lpar 41 logical percent overhead         PERCENT100
       LQCT8BY   Lpar 42 logical percent busy             PERCENT100
       LQCT8OV   Lpar 42 logical percent overhead         PERCENT100
       LQCT9BY   Lpar 43 logical percent busy             PERCENT100
       LQCT9OV   Lpar 43 logical percent overhead         PERCENT100
       LQCUEDT   Lpar 46 effective time                   TIME
       LQCUPDT   Lpar 46 dispatch time                    TIME
       LQCWAIT   Lpar 46 cpu wait flag                    STRING
       LQCWST    Lpar 46 wait state duration smf70wst     TIME
       LQCZIPT   Lpar 46 zip dispatch time                TIME
       LQCZIUT   Lpar 46 zip up time                      TIME
       LQCZIWT   Lpar 46 zip wst time                     TIME
       LQDBDA    Lpar 47 average logical cpus smf70bda    AVERAGE
       LQDCAP    Lpar 47 capped flag                      STRING
       LQDCHG    Lpar 47 cp change flag                   STRING
       LQDCSF    Lpar 47 cstore                           GAUGE
       LQDDED    Lpar 47 dedicated flag                   STRING
       LQDDSA    Lpar 47 diagnose samples                 GAUGE
       LQDDUR    Lpar 47 duration                         TIME
       LQDIFAT   Lpar 47 ifa dispatch time                TIME
       LQDIFUT   Lpar 47 ifa up time                      TIME
       LQDIFWT   Lpar 47 ifa wst time                     TIME
       LQDLAC    Lpar 47 4-hr average smf70lac            AVERAGE
       LQDMGTT   Lpar 47 management time                  TIME
       LQDMSU    Lpar 47 interval msu count               COUNT
       LQDMSUH   Lpar 47 interval msu as hourly rate      RATE
       LQDMSU7   Lpar 47 msu defined capacity smf70msu    INT
       LQDNAME   Lpar 47 name                             STRING
       LQDNRPR   Lpar 47 number of processors             INT
       LQDNSW    Lpar 47 pct when lpar was soft capped    PERCENT100
       LQDONT    Lpar 47 lpar online duration smf70ont    TIME
       LQDSHAR   Lpar 47 share initial weight pct         PERCENT100
       LQDSHRC   Lpar 47 share current weight pct         PERCENT100
       LQDSTN    Lpar 47 mvs system name smf70stn         STRING
       LQDUEDT   Lpar 47 effective time                   TIME
       LQDUPDT   Lpar 47 dispatch time                    TIME
       LQDWAIT   Lpar 47 cpu wait flag                    STRING
       LQDWST    Lpar 47 wait state duration smf70wst     TIME
       LQDZIPT   Lpar 47 zip dispatch time                TIME
       LQDZIUT   Lpar 47 zip up time                      TIME
       LQDZIWT   Lpar 47 zip wst time                     TIME
       LQEBDA    Lpar 48 average logical cpus smf70bda    AVERAGE
       LQECAP    Lpar 48 capped flag                      STRING
       LQECHG    Lpar 48 cp change flag                   STRING
       LQECSF    Lpar 48 cstore                           GAUGE
       LQEDED    Lpar 48 dedicated flag                   STRING
       LQEDSA    Lpar 48 diagnose samples                 GAUGE
       LQEDUR    Lpar 48 duration                         TIME
       LQEIFAT   Lpar 48 ifa dispatch time                TIME
       LQEIFUT   Lpar 48 ifa up time                      TIME
       LQEIFWT   Lpar 48 ifa wst time                     TIME
       LQELAC    Lpar 48 4-hr average smf70lac            AVERAGE
       LQEMGTT   Lpar 48 management time                  TIME
       LQEMSU    Lpar 48 interval msu count               COUNT
       LQEMSUH   Lpar 48 interval msu as hourly rate      RATE
       LQEMSU7   Lpar 48 msu defined capacity smf70msu    INT
       LQENAME   Lpar 48 name                             STRING
       LQENRPR   Lpar 48 number of processors             INT
       LQENSW    Lpar 48 pct when lpar was soft capped    PERCENT100
       LQEONT    Lpar 48 lpar online duration smf70ont    TIME
       LQESHAR   Lpar 48 share initial weight pct         PERCENT100
       LQESHRC   Lpar 48 share current weight pct         PERCENT100
       LQESTN    Lpar 48 mvs system name smf70stn         STRING
       LQEUEDT   Lpar 48 effective time                   TIME
       LQEUPDT   Lpar 48 dispatch time                    TIME
       LQEWAIT   Lpar 48 cpu wait flag                    STRING
       LQEWST    Lpar 48 wait state duration smf70wst     TIME
       LQEZIPT   Lpar 48 zip dispatch time                TIME
       LQEZIUT   Lpar 48 zip up time                      TIME
       LQEZIWT   Lpar 48 zip wst time                     TIME
       LQFBDA    Lpar 49 average logical cpus smf70bda    AVERAGE
       LQFCAP    Lpar 49 capped flag                      STRING
       LQFCHG    Lpar 49 cp change flag                   STRING
       LQFCSF    Lpar 49 cstore                           GAUGE
       LQFDED    Lpar 49 dedicated flag                   STRING
       LQFDSA    Lpar 49 diagnose samples                 GAUGE
       LQFDUR    Lpar 49 duration                         TIME
       LQFIFAT   Lpar 49 ifa dispatch time                TIME
       LQFIFUT   Lpar 49 ifa up time                      TIME
       LQFIFWT   Lpar 49 ifa wst time                     TIME
       LQFLAC    Lpar 49 4-hr average smf70lac            AVERAGE
       LQFMGTT   Lpar 49 management time                  TIME
       LQFMSU    Lpar 49 interval msu count               COUNT
       LQFMSUH   Lpar 49 interval msu as hourly rate      RATE
       LQFMSU7   Lpar 49 msu defined capacity smf70msu    INT
       LQFNAME   Lpar 49 name                             STRING
       LQFNRPR   Lpar 49 number of processors             INT
       LQFNSW    Lpar 49 pct when lpar was soft capped    PERCENT100
       LQFONT    Lpar 49 lpar online duration smf70ont    TIME
       LQFSHAR   Lpar 49 share initial weight pct         PERCENT100
       LQFSHRC   Lpar 49 share current weight pct         PERCENT100
       LQFSTN    Lpar 49 mvs system name smf70stn         STRING
       LQFUEDT   Lpar 49 effective time                   TIME
       LQFUPDT   Lpar 49 dispatch time                    TIME
       LQFWAIT   Lpar 49 cpu wait flag                    STRING
       LQFWST    Lpar 49 wait state duration smf70wst     TIME
       LQFZIPT   Lpar 49 zip dispatch time                TIME
       LQFZIUT   Lpar 49 zip up time                      TIME
       LQFZIWT   Lpar 49 zip wst time                     TIME
       LQGBDA    Lpar 50 average logical cpus smf70bda    AVERAGE
       LQGCAP    Lpar 50 capped flag                      STRING
       LQGCHG    Lpar 50 cp change flag                   STRING
       LQGCSF    Lpar 50 cstore                           GAUGE
       LQGDED    Lpar 50 dedicated flag                   STRING
       LQGDSA    Lpar 50 diagnose samples                 GAUGE
       LQGDUR    Lpar 50 duration                         TIME
       LQGIFAT   Lpar 50 ifa dispatch time                TIME
       LQGIFUT   Lpar 50 ifa up time                      TIME
       LQGIFWT   Lpar 50 ifa wst time                     TIME
       LQGLAC    Lpar 50 4-hr average smf70lac            AVERAGE
       LQGMGTT   Lpar 50 management time                  TIME
       LQGMSU    Lpar 50 interval msu count               COUNT
       LQGMSUH   Lpar 50 interval msu as hourly rate      RATE
       LQGMSU7   Lpar 50 msu defined capacity smf70msu    INT
       LQGNAME   Lpar 50 name                             STRING
       LQGNRPR   Lpar 50 number of processors             INT
       LQGNSW    Lpar 50 pct when lpar was soft capped    PERCENT100
       LQGONT    Lpar 50 lpar online duration smf70ont    TIME
       LQGSHAR   Lpar 50 share initial weight pct         PERCENT100
       LQGSHRC   Lpar 50 share current weight pct         PERCENT100
       LQGSTN    Lpar 50 mvs system name smf70stn         STRING
       LQGUEDT   Lpar 50 effective time                   TIME
       LQGUPDT   Lpar 50 dispatch time                    TIME
       LQGWAIT   Lpar 50 cpu wait flag                    STRING
       LQGWST    Lpar 50 wait state duration smf70wst     TIME
       LQGZIPT   Lpar 50 zip dispatch time                TIME
       LQGZIUT   Lpar 50 zip up time                      TIME
       LQGZIWT   Lpar 50 zip wst time                     TIME
       LQHBDA    Lpar 51 average logical cpus smf70bda    AVERAGE
       LQHCAP    Lpar 51 capped flag                      STRING
       LQHCHG    Lpar 51 cp change flag                   STRING
       LQHCSF    Lpar 51 cstore                           GAUGE
       LQHDED    Lpar 51 dedicated flag                   STRING
       LQHDSA    Lpar 51 diagnose samples                 GAUGE
       LQHDUR    Lpar 51 duration                         TIME
       LQHIFAT   Lpar 51 ifa dispatch time                TIME
       LQHIFUT   Lpar 51 ifa up time                      TIME
       LQHIFWT   Lpar 51 ifa wst time                     TIME
       LQHLAC    Lpar 51 4-hr average smf70lac            AVERAGE
       LQHMGTT   Lpar 51 management time                  TIME
       LQHMSU    Lpar 51 interval msu count               COUNT
       LQHMSUH   Lpar 51 interval msu as hourly rate      RATE
       LQHMSU7   Lpar 51 msu defined capacity smf70msu    INT
       LQHNAME   Lpar 51 name                             STRING
       LQHNRPR   Lpar 51 number of processors             INT
       LQHNSW    Lpar 51 pct when lpar was soft capped    PERCENT100
       LQHONT    Lpar 51 lpar online duration smf70ont    TIME
       LQHSHAR   Lpar 51 share initial weight pct         PERCENT100
       LQHSHRC   Lpar 51 share current weight pct         PERCENT100
       LQHSTN    Lpar 51 mvs system name smf70stn         STRING
       LQHUEDT   Lpar 51 effective time                   TIME
       LQHUPDT   Lpar 51 dispatch time                    TIME
       LQHWAIT   Lpar 51 cpu wait flag                    STRING
       LQHWST    Lpar 51 wait state duration smf70wst     TIME
       LQHZIPT   Lpar 51 zip dispatch time                TIME
       LQHZIUT   Lpar 51 zip up time                      TIME
       LQHZIWT   Lpar 51 zip wst time                     TIME
       LQIBDA    Lpar 52 average logical cpus smf70bda    AVERAGE
       LQICAP    Lpar 52 capped flag                      STRING
       LQICHG    Lpar 52 cp change flag                   STRING
       LQICSF    Lpar 52 cstore                           GAUGE
       LQIDED    Lpar 52 dedicated flag                   STRING
       LQIDSA    Lpar 52 diagnose samples                 GAUGE
       LQIDUR    Lpar 52 duration                         TIME
       LQIIFAT   Lpar 52 ifa dispatch time                TIME
       LQIIFUT   Lpar 52 ifa up time                      TIME
       LQIIFWT   Lpar 52 ifa wst time                     TIME
       LQILAC    Lpar 52 4-hr average smf70lac            AVERAGE
       LQIMGTT   Lpar 52 management time                  TIME
       LQIMSU    Lpar 52 interval msu count               COUNT
       LQIMSUH   Lpar 52 interval msu as hourly rate      RATE
       LQIMSU7   Lpar 52 msu defined capacity smf70msu    INT
       LQINAME   Lpar 52 name                             STRING
       LQINRPR   Lpar 52 number of processors             INT
       LQINSW    Lpar 52 pct when lpar was soft capped    PERCENT100
       LQIONT    Lpar 52 lpar online duration smf70ont    TIME
       LQISHAR   Lpar 52 share initial weight pct         PERCENT100
       LQISHRC   Lpar 52 share current weight pct         PERCENT100
       LQISTN    Lpar 52 mvs system name smf70stn         STRING
       LQIUEDT   Lpar 52 effective time                   TIME
       LQIUPDT   Lpar 52 dispatch time                    TIME
       LQIWAIT   Lpar 52 cpu wait flag                    STRING
       LQIWST    Lpar 52 wait state duration smf70wst     TIME
       LQIZIPT   Lpar 52 zip dispatch time                TIME
       LQIZIUT   Lpar 52 zip up time                      TIME
       LQIZIWT   Lpar 52 zip wst time                     TIME
       LQJBDA    Lpar 53 average logical cpus smf70bda    AVERAGE
       LQJCAP    Lpar 53 capped flag                      STRING
       LQJCHG    Lpar 53 cp change flag                   STRING
       LQJCSF    Lpar 53 cstore                           GAUGE
       LQJDED    Lpar 53 dedicated flag                   STRING
       LQJDSA    Lpar 53 diagnose samples                 GAUGE
       LQJDUR    Lpar 53 duration                         TIME
       LQJIFAT   Lpar 53 ifa dispatch time                TIME
       LQJIFUT   Lpar 53 ifa up time                      TIME
       LQJIFWT   Lpar 53 ifa wst time                     TIME
       LQJLAC    Lpar 53 4-hr average smf70lac            AVERAGE
       LQJMGTT   Lpar 53 management time                  TIME
       LQJMSU    Lpar 53 interval msu count               COUNT
       LQJMSUH   Lpar 53 interval msu as hourly rate      RATE
       LQJMSU7   Lpar 53 msu defined capacity smf70msu    INT
       LQJNAME   Lpar 53 name                             STRING
       LQJNRPR   Lpar 53 number of processors             INT
       LQJNSW    Lpar 53 pct when lpar was soft capped    PERCENT100
       LQJONT    Lpar 53 lpar online duration smf70ont    TIME
       LQJSHAR   Lpar 53 share initial weight pct         PERCENT100
       LQJSHRC   Lpar 53 share current weight pct         PERCENT100
       LQJSTN    Lpar 53 mvs system name smf70stn         STRING
       LQJUEDT   Lpar 53 effective time                   TIME
       LQJUPDT   Lpar 53 dispatch time                    TIME
       LQJWAIT   Lpar 53 cpu wait flag                    STRING
       LQJWST    Lpar 53 wait state duration smf70wst     TIME
       LQJZIPT   Lpar 53 zip dispatch time                TIME
       LQJZIUT   Lpar 53 zip up time                      TIME
       LQJZIWT   Lpar 53 zip wst time                     TIME
       LQKBDA    Lpar 54 average logical cpus smf70bda    AVERAGE
       LQKCAP    Lpar 54 capped flag                      STRING
       LQKCHG    Lpar 54 cp change flag                   STRING
       LQKCSF    Lpar 54 cstore                           GAUGE
       LQKDED    Lpar 54 dedicated flag                   STRING
       LQKDSA    Lpar 54 diagnose samples                 GAUGE
       LQKDUR    Lpar 54 duration                         TIME
       LQKIFAT   Lpar 54 ifa dispatch time                TIME
       LQKIFUT   Lpar 54 ifa up time                      TIME
       LQKIFWT   Lpar 54 ifa wst time                     TIME
       LQKLAC    Lpar 54 4-hr average smf70lac            AVERAGE
       LQKMGTT   Lpar 54 management time                  TIME
       LQKMSU    Lpar 54 interval msu count               COUNT
       LQKMSUH   Lpar 54 interval msu as hourly rate      RATE
       LQKMSU7   Lpar 54 msu defined capacity smf70msu    INT
       LQKNAME   Lpar 54 name                             STRING
       LQKNRPR   Lpar 54 number of processors             INT
       LQKNSW    Lpar 54 pct when lpar was soft capped    PERCENT100
       LQKONT    Lpar 54 lpar online duration smf70ont    TIME
       LQKSHAR   Lpar 54 share initial weight pct         PERCENT100
       LQKSHRC   Lpar 54 share current weight pct         PERCENT100
       LQKSTN    Lpar 54 mvs system name smf70stn         STRING
       LQKUEDT   Lpar 54 effective time                   TIME
       LQKUPDT   Lpar 54 dispatch time                    TIME
       LQKWAIT   Lpar 54 cpu wait flag                    STRING
       LQKWST    Lpar 54 wait state duration smf70wst     TIME
       LQKZIPT   Lpar 54 zip dispatch time                TIME
       LQKZIUT   Lpar 54 zip up time                      TIME
       LQKZIWT   Lpar 54 zip wst time                     TIME
       LQLBDA    Lpar 55 average logical cpus smf70bda    AVERAGE
       LQLCAP    Lpar 55 capped flag                      STRING
       LQLCHG    Lpar 55 cp change flag                   STRING
       LQLCSF    Lpar 55 cstore                           GAUGE
       LQLDED    Lpar 55 dedicated flag                   STRING
       LQLDSA    Lpar 55 diagnose samples                 GAUGE
       LQLDUR    Lpar 55 duration                         TIME
       LQLIFAT   Lpar 55 ifa dispatch time                TIME
       LQLIFUT   Lpar 55 ifa up time                      TIME
       LQLIFWT   Lpar 55 ifa wst time                     TIME
       LQLLAC    Lpar 55 4-hr average smf70lac            AVERAGE
       LQLMGTT   Lpar 55 management time                  TIME
       LQLMSU    Lpar 55 interval msu count               COUNT
       LQLMSUH   Lpar 55 interval msu as hourly rate      RATE
       LQLMSU7   Lpar 55 msu defined capacity smf70msu    INT
       LQLNAME   Lpar 55 name                             STRING
       LQLNRPR   Lpar 55 number of processors             INT
       LQLNSW    Lpar 55 pct when lpar was soft capped    PERCENT100
       LQLONT    Lpar 55 lpar online duration smf70ont    TIME
       LQLSHAR   Lpar 55 share initial weight pct         PERCENT100
       LQLSHRC   Lpar 55 share current weight pct         PERCENT100
       LQLSTN    Lpar 55 mvs system name smf70stn         STRING
       LQLUEDT   Lpar 55 effective time                   TIME
       LQLUPDT   Lpar 55 dispatch time                    TIME
       LQLWAIT   Lpar 55 cpu wait flag                    STRING
       LQLWST    Lpar 55 wait state duration smf70wst     TIME
       LQLZIPT   Lpar 55 zip dispatch time                TIME
       LQLZIUT   Lpar 55 zip up time                      TIME
       LQLZIWT   Lpar 55 zip wst time                     TIME
       LQMBDA    Lpar 56 average logical cpus smf70bda    AVERAGE
       LQMCAP    Lpar 56 capped flag                      STRING
       LQMCHG    Lpar 56 cp change flag                   STRING
       LQMCSF    Lpar 56 cstore                           GAUGE
       LQMDED    Lpar 56 dedicated flag                   STRING
       LQMDSA    Lpar 56 diagnose samples                 GAUGE
       LQMDUR    Lpar 56 duration                         TIME
       LQMIFAT   Lpar 56 ifa dispatch time                TIME
       LQMIFUT   Lpar 56 ifa up time                      TIME
       LQMIFWT   Lpar 56 ifa wst time                     TIME
       LQMLAC    Lpar 56 4-hr average smf70lac            AVERAGE
       LQMMGTT   Lpar 56 management time                  TIME
       LQMMSU    Lpar 56 interval msu count               COUNT
       LQMMSUH   Lpar 56 interval msu as hourly rate      RATE
       LQMMSU7   Lpar 56 msu defined capacity smf70msu    INT
       LQMNAME   Lpar 56 name                             STRING
       LQMNRPR   Lpar 56 number of processors             INT
       LQMNSW    Lpar 56 pct when lpar was soft capped    PERCENT100
       LQMONT    Lpar 56 lpar online duration smf70ont    TIME
       LQMSHAR   Lpar 56 share initial weight pct         PERCENT100
       LQMSHRC   Lpar 56 share current weight pct         PERCENT100
       LQMSTN    Lpar 56 mvs system name smf70stn         STRING
       LQMUEDT   Lpar 56 effective time                   TIME
       LQMUPDT   Lpar 56 dispatch time                    TIME
       LQMWAIT   Lpar 56 cpu wait flag                    STRING
       LQMWST    Lpar 56 wait state duration smf70wst     TIME
       LQMZIPT   Lpar 56 zip dispatch time                TIME
       LQMZIUT   Lpar 56 zip up time                      TIME
       LQMZIWT   Lpar 56 zip wst time                     TIME
       LQNBDA    Lpar 57 average logical cpus smf70bda    AVERAGE
       LQNCAP    Lpar 57 capped flag                      STRING
       LQNCHG    Lpar 57 cp change flag                   STRING
       LQNCSF    Lpar 57 cstore                           GAUGE
       LQNDED    Lpar 57 dedicated flag                   STRING
       LQNDSA    Lpar 57 diagnose samples                 GAUGE
       LQNDUR    Lpar 57 duration                         TIME
       LQNIFAT   Lpar 57 ifa dispatch time                TIME
       LQNIFUT   Lpar 57 ifa up time                      TIME
       LQNIFWT   Lpar 57 ifa wst time                     TIME
       LQNLAC    Lpar 57 4-hr average smf70lac            AVERAGE
       LQNMGTT   Lpar 57 management time                  TIME
       LQNMSU    Lpar 57 interval msu count               COUNT
       LQNMSUH   Lpar 57 interval msu as hourly rate      RATE
       LQNMSU7   Lpar 57 msu defined capacity smf70msu    INT
       LQNNAME   Lpar 57 name                             STRING
       LQNNRPR   Lpar 57 number of processors             INT
       LQNNSW    Lpar 57 pct when lpar was soft capped    PERCENT100
       LQNONT    Lpar 57 lpar online duration smf70ont    TIME
       LQNSHAR   Lpar 57 share initial weight pct         PERCENT100
       LQNSHRC   Lpar 57 share current weight pct         PERCENT100
       LQNSTN    Lpar 57 mvs system name smf70stn         STRING
       LQNUEDT   Lpar 57 effective time                   TIME
       LQNUPDT   Lpar 57 dispatch time                    TIME
       LQNWAIT   Lpar 57 cpu wait flag                    STRING
       LQNWST    Lpar 57 wait state duration smf70wst     TIME
       LQNZIPT   Lpar 57 zip dispatch time                TIME
       LQNZIUT   Lpar 57 zip up time                      TIME
       LQNZIWT   Lpar 57 zip wst time                     TIME
       LQOBDA    Lpar 58 average logical cpus smf70bda    AVERAGE
       LQOCAP    Lpar 58 capped flag                      STRING
       LQOCHG    Lpar 58 cp change flag                   STRING
       LQOCSF    Lpar 58 cstore                           GAUGE
       LQODED    Lpar 58 dedicated flag                   STRING
       LQODSA    Lpar 58 diagnose samples                 GAUGE
       LQODUR    Lpar 58 duration                         TIME
       LQOIFAT   Lpar 58 ifa dispatch time                TIME
       LQOIFUT   Lpar 58 ifa up time                      TIME
       LQOIFWT   Lpar 58 ifa wst time                     TIME
       LQOLAC    Lpar 58 4-hr average smf70lac            AVERAGE
       LQOMGTT   Lpar 58 management time                  TIME
       LQOMSU    Lpar 58 interval msu count               COUNT
       LQOMSUH   Lpar 58 interval msu as hourly rate      RATE
       LQOMSU7   Lpar 58 msu defined capacity smf70msu    INT
       LQONAME   Lpar 58 name                             STRING
       LQONRPR   Lpar 58 number of processors             INT
       LQONSW    Lpar 58 pct when lpar was soft capped    PERCENT100
       LQOONT    Lpar 58 lpar online duration smf70ont    TIME
       LQOSHAR   Lpar 58 share initial weight pct         PERCENT100
       LQOSHRC   Lpar 58 share current weight pct         PERCENT100
       LQOSTN    Lpar 58 mvs system name smf70stn         STRING
       LQOUEDT   Lpar 58 effective time                   TIME
       LQOUPDT   Lpar 58 dispatch time                    TIME
       LQOWAIT   Lpar 58 cpu wait flag                    STRING
       LQOWST    Lpar 58 wait state duration smf70wst     TIME
       LQOZIPT   Lpar 58 zip dispatch time                TIME
       LQOZIUT   Lpar 58 zip up time                      TIME
       LQOZIWT   Lpar 58 zip wst time                     TIME
       LQPBDA    Lpar 59 average logical cpus smf70bda    AVERAGE
       LQPCAP    Lpar 59 capped flag                      STRING
       LQPCHG    Lpar 59 cp change flag                   STRING
       LQPCSF    Lpar 59 cstore                           GAUGE
       LQPDED    Lpar 59 dedicated flag                   STRING
       LQPDSA    Lpar 59 diagnose samples                 GAUGE
       LQPDUR    Lpar 59 duration                         TIME
       LQPIFAT   Lpar 59 ifa dispatch time                TIME
       LQPIFUT   Lpar 59 ifa up time                      TIME
       LQPIFWT   Lpar 59 ifa wst time                     TIME
       LQPLAC    Lpar 59 4-hr average smf70lac            AVERAGE
       LQPMGTT   Lpar 59 management time                  TIME
       LQPMSU    Lpar 59 interval msu count               COUNT
       LQPMSUH   Lpar 59 interval msu as hourly rate      RATE
       LQPMSU7   Lpar 59 msu defined capacity smf70msu    INT
       LQPNAME   Lpar 59 name                             STRING
       LQPNRPR   Lpar 59 number of processors             INT
       LQPNSW    Lpar 59 pct when lpar was soft capped    PERCENT100
       LQPONT    Lpar 59 lpar online duration smf70ont    TIME
       LQPSHAR   Lpar 59 share initial weight pct         PERCENT100
       LQPSHRC   Lpar 59 share current weight pct         PERCENT100
       LQPSTN    Lpar 59 mvs system name smf70stn         STRING
       LQPUEDT   Lpar 59 effective time                   TIME
       LQPUPDT   Lpar 59 dispatch time                    TIME
       LQPWAIT   Lpar 59 cpu wait flag                    STRING
       LQPWST    Lpar 59 wait state duration smf70wst     TIME
       LQPZIPT   Lpar 59 zip dispatch time                TIME
       LQPZIUT   Lpar 59 zip up time                      TIME
       LQPZIWT   Lpar 59 zip wst time                     TIME
       LQQBDA    Lpar 60 average logical cpus smf70bda    AVERAGE
       LQQCAP    Lpar 60 capped flag                      STRING
       LQQCHG    Lpar 60 cp change flag                   STRING
       LQQCSF    Lpar 60 cstore                           GAUGE
       LQQDED    Lpar 60 dedicated flag                   STRING
       LQQDSA    Lpar 60 diagnose samples                 GAUGE
       LQQDUR    Lpar 60 duration                         TIME
       LQQIFAT   Lpar 60 ifa dispatch time                TIME
       LQQIFUT   Lpar 60 ifa up time                      TIME
       LQQIFWT   Lpar 60 ifa wst time                     TIME
       LQQLAC    Lpar 60 4-hr average smf70lac            AVERAGE
       LQQMGTT   Lpar 60 management time                  TIME
       LQQMSU    Lpar 60 interval msu count               COUNT
       LQQMSUH   Lpar 60 interval msu as hourly rate      RATE
       LQQMSU7   Lpar 60 msu defined capacity smf70msu    INT
       LQQNAME   Lpar 60 name                             STRING
       LQQNRPR   Lpar 60 number of processors             INT
       LQQNSW    Lpar 60 pct when lpar was soft capped    PERCENT100
       LQQONT    Lpar 60 lpar online duration smf70ont    TIME
       LQQSHAR   Lpar 60 share initial weight pct         PERCENT100
       LQQSHRC   Lpar 60 share current weight pct         PERCENT100
       LQQSTN    Lpar 60 mvs system name smf70stn         STRING
       LQQUEDT   Lpar 60 effective time                   TIME
       LQQUPDT   Lpar 60 dispatch time                    TIME
       LQQWAIT   Lpar 60 cpu wait flag                    STRING
       LQQWST    Lpar 60 wait state duration smf70wst     TIME
       LQQZIPT   Lpar 60 zip dispatch time                TIME
       LQQZIUT   Lpar 60 zip up time                      TIME
       LQQZIWT   Lpar 60 zip wst time                     TIME
       LQ1BDA    Lpar 35 average logical cpus smf70bda    AVERAGE
       LQ1CAP    Lpar 35 capped flag                      STRING
       LQ1CHG    Lpar 35 cp change flag                   STRING
       LQ1CSF    Lpar 35 cstore                           GAUGE
       LQ1DED    Lpar 35 dedicated flag                   STRING
       LQ1DSA    Lpar 35 diagnose samples                 GAUGE
       LQ1DUR    Lpar 35 duration                         TIME
       LQ1IFAT   Lpar 35 ifa dispatch time                TIME
       LQ1IFUT   Lpar 35 ifa up time                      TIME
       LQ1IFWT   Lpar 35 ifa wst time                     TIME
       LQ1LAC    Lpar 35 4-hr average smf70lac            AVERAGE
       LQ1MGTT   Lpar 35 management time                  TIME
       LQ1MSU    Lpar 35 interval msu count               COUNT
       LQ1MSUH   Lpar 35 interval msu as hourly rate      RATE
       LQ1MSU7   Lpar 35 msu defined capacity smf70msu    INT
       LQ1NAME   Lpar 35 name                             STRING
       LQ1NRPR   Lpar 35 number of processors             INT
       LQ1NSW    Lpar 35 pct when lpar was soft capped    PERCENT100
       LQ1ONT    Lpar 35 lpar online duration smf70ont    TIME
       LQ1SHAR   Lpar 35 share initial weight pct         PERCENT100
       LQ1SHRC   Lpar 35 share current weight pct         PERCENT100
       LQ1STN    Lpar 35 mvs system name smf70stn         STRING
       LQ1UEDT   Lpar 35 effective time                   TIME
       LQ1UPDT   Lpar 35 dispatch time                    TIME
       LQ1WAIT   Lpar 35 cpu wait flag                    STRING
       LQ1WST    Lpar 35 wait state duration smf70wst     TIME
       LQ1ZIPT   Lpar 35 zip dispatch time                TIME
       LQ1ZIUT   Lpar 35 zip up time                      TIME
       LQ1ZIWT   Lpar 35 zip wst time                     TIME
       LQ2BDA    Lpar 36 average logical cpus smf70bda    AVERAGE
       LQ2CAP    Lpar 36 capped flag                      STRING
       LQ2CHG    Lpar 36 cp change flag                   STRING
       LQ2CSF    Lpar 36 cstore                           GAUGE
       LQ2DED    Lpar 36 dedicated flag                   STRING
       LQ2DSA    Lpar 36 diagnose samples                 GAUGE
       LQ2DUR    Lpar 36 duration                         TIME
       LQ2IFAT   Lpar 36 ifa dispatch time                TIME
       LQ2IFUT   Lpar 36 ifa up time                      TIME
       LQ2IFWT   Lpar 36 ifa wst time                     TIME
       LQ2LAC    Lpar 36 4-hr average smf70lac            AVERAGE
       LQ2MGTT   Lpar 36 management time                  TIME
       LQ2MSU    Lpar 36 interval msu count               COUNT
       LQ2MSUH   Lpar 36 interval msu as hourly rate      RATE
       LQ2MSU7   Lpar 36 msu defined capacity smf70msu    INT
       LQ2NAME   Lpar 36 name                             STRING
       LQ2NRPR   Lpar 36 number of processors             INT
       LQ2NSW    Lpar 36 pct when lpar was soft capped    PERCENT100
       LQ2ONT    Lpar 36 lpar online duration smf70ont    TIME
       LQ2SHAR   Lpar 36 share initial weight pct         PERCENT100
       LQ2SHRC   Lpar 36 share current weight pct         PERCENT100
       LQ2STN    Lpar 36 mvs system name smf70stn         STRING
       LQ2UEDT   Lpar 36 effective time                   TIME
       LQ2UPDT   Lpar 36 dispatch time                    TIME
       LQ2WAIT   Lpar 36 cpu wait flag                    STRING
       LQ2WST    Lpar 36 wait state duration smf70wst     TIME
       LQ2ZIPT   Lpar 36 zip dispatch time                TIME
       LQ2ZIUT   Lpar 36 zip up time                      TIME
       LQ2ZIWT   Lpar 36 zip wst time                     TIME
       LQ3BDA    Lpar 37 average logical cpus smf70bda    AVERAGE
       LQ3CAP    Lpar 37 capped flag                      STRING
       LQ3CHG    Lpar 37 cp change flag                   STRING
       LQ3CSF    Lpar 37 cstore                           GAUGE
       LQ3DED    Lpar 37 dedicated flag                   STRING
       LQ3DSA    Lpar 37 diagnose samples                 GAUGE
       LQ3DUR    Lpar 37 duration                         TIME
       LQ3IFAT   Lpar 37 ifa dispatch time                TIME
       LQ3IFUT   Lpar 37 ifa up time                      TIME
       LQ3IFWT   Lpar 37 ifa wst time                     TIME
       LQ3LAC    Lpar 37 4-hr average smf70lac            AVERAGE
       LQ3MGTT   Lpar 37 management time                  TIME
       LQ3MSU    Lpar 37 interval msu count               COUNT
       LQ3MSUH   Lpar 37 interval msu as hourly rate      RATE
       LQ3MSU7   Lpar 37 msu defined capacity smf70msu    INT
       LQ3NAME   Lpar 37 name                             STRING
       LQ3NRPR   Lpar 37 number of processors             INT
       LQ3NSW    Lpar 37 pct when lpar was soft capped    PERCENT100
       LQ3ONT    Lpar 37 lpar online duration smf70ont    TIME
       LQ3SHAR   Lpar 37 share initial weight pct         PERCENT100
       LQ3SHRC   Lpar 37 share current weight pct         PERCENT100
       LQ3STN    Lpar 37 mvs system name smf70stn         STRING
       LQ3UEDT   Lpar 37 effective time                   TIME
       LQ3UPDT   Lpar 37 dispatch time                    TIME
       LQ3WAIT   Lpar 37 cpu wait flag                    STRING
       LQ3WST    Lpar 37 wait state duration smf70wst     TIME
       LQ3ZIPT   Lpar 37 zip dispatch time                TIME
       LQ3ZIUT   Lpar 37 zip up time                      TIME
       LQ3ZIWT   Lpar 37 zip wst time                     TIME
       LQ4BDA    Lpar 38 average logical cpus smf70bda    AVERAGE
       LQ4CAP    Lpar 38 capped flag                      STRING
       LQ4CHG    Lpar 38 cp change flag                   STRING
       LQ4CSF    Lpar 38 cstore                           GAUGE
       LQ4DED    Lpar 38 dedicated flag                   STRING
       LQ4DSA    Lpar 38 diagnose samples                 GAUGE
       LQ4DUR    Lpar 38 duration                         TIME
       LQ4IFAT   Lpar 38 ifa dispatch time                TIME
       LQ4IFUT   Lpar 38 ifa up time                      TIME
       LQ4IFWT   Lpar 38 ifa wst time                     TIME
       LQ4LAC    Lpar 38 4-hr average smf70lac            AVERAGE
       LQ4MGTT   Lpar 38 management time                  TIME
       LQ4MSU    Lpar 38 interval msu count               COUNT
       LQ4MSUH   Lpar 38 interval msu as hourly rate      RATE
       LQ4MSU7   Lpar 38 msu defined capacity smf70msu    INT
       LQ4NAME   Lpar 38 name                             STRING
       LQ4NRPR   Lpar 38 number of processors             INT
       LQ4NSW    Lpar 38 pct when lpar was soft capped    PERCENT100
       LQ4ONT    Lpar 38 lpar online duration smf70ont    TIME
       LQ4SHAR   Lpar 38 share initial weight pct         PERCENT100
       LQ4SHRC   Lpar 38 share current weight pct         PERCENT100
       LQ4STN    Lpar 38 mvs system name smf70stn         STRING
       LQ4UEDT   Lpar 38 effective time                   TIME
       LQ4UPDT   Lpar 38 dispatch time                    TIME
       LQ4WAIT   Lpar 38 cpu wait flag                    STRING
       LQ4WST    Lpar 38 wait state duration smf70wst     TIME
       LQ4ZIPT   Lpar 38 zip dispatch time                TIME
       LQ4ZIUT   Lpar 38 zip up time                      TIME
       LQ4ZIWT   Lpar 38 zip wst time                     TIME
       LQ5BDA    Lpar 39 average logical cpus smf70bda    AVERAGE
       LQ5CAP    Lpar 39 capped flag                      STRING
       LQ5CHG    Lpar 39 cp change flag                   STRING
       LQ5CSF    Lpar 39 cstore                           GAUGE
       LQ5DED    Lpar 39 dedicated flag                   STRING
       LQ5DSA    Lpar 39 diagnose samples                 GAUGE
       LQ5DUR    Lpar 39 duration                         TIME
       LQ5IFAT   Lpar 39 ifa dispatch time                TIME
       LQ5IFUT   Lpar 39 ifa up time                      TIME
       LQ5IFWT   Lpar 39 ifa wst time                     TIME
       LQ5LAC    Lpar 39 4-hr average smf70lac            AVERAGE
       LQ5MGTT   Lpar 39 management time                  TIME
       LQ5MSU    Lpar 39 interval msu count               COUNT
       LQ5MSUH   Lpar 39 interval msu as hourly rate      RATE
       LQ5MSU7   Lpar 39 msu defined capacity smf70msu    INT
       LQ5NAME   Lpar 39 name                             STRING
       LQ5NRPR   Lpar 39 number of processors             INT
       LQ5NSW    Lpar 39 pct when lpar was soft capped    PERCENT100
       LQ5ONT    Lpar 39 lpar online duration smf70ont    TIME
       LQ5SHAR   Lpar 39 share initial weight pct         PERCENT100
       LQ5SHRC   Lpar 39 share current weight pct         PERCENT100
       LQ5STN    Lpar 39 mvs system name smf70stn         STRING
       LQ5UEDT   Lpar 39 effective time                   TIME
       LQ5UPDT   Lpar 39 dispatch time                    TIME
       LQ5WAIT   Lpar 39 cpu wait flag                    STRING
       LQ5WST    Lpar 39 wait state duration smf70wst     TIME
       LQ5ZIPT   Lpar 39 zip dispatch time                TIME
       LQ5ZIUT   Lpar 39 zip up time                      TIME
       LQ5ZIWT   Lpar 39 zip wst time                     TIME
       LQ6BDA    Lpar 40 average logical cpus smf70bda    AVERAGE
       LQ6CAP    Lpar 40 capped flag                      STRING
       LQ6CHG    Lpar 40 cp change flag                   STRING
       LQ6CSF    Lpar 40 cstore                           GAUGE
       LQ6DED    Lpar 40 dedicated flag                   STRING
       LQ6DSA    Lpar 40 diagnose samples                 GAUGE
       LQ6DUR    Lpar 40 duration                         TIME
       LQ6IFAT   Lpar 40 ifa dispatch time                TIME
       LQ6IFUT   Lpar 40 ifa up time                      TIME
       LQ6IFWT   Lpar 40 ifa wst time                     TIME
       LQ6LAC    Lpar 40 4-hr average smf70lac            AVERAGE
       LQ6MGTT   Lpar 40 management time                  TIME
       LQ6MSU    Lpar 40 interval msu count               COUNT
       LQ6MSUH   Lpar 40 interval msu as hourly rate      RATE
       LQ6MSU7   Lpar 40 msu defined capacity smf70msu    INT
       LQ6NAME   Lpar 40 name                             STRING
       LQ6NRPR   Lpar 40 number of processors             INT
       LQ6NSW    Lpar 40 pct when lpar was soft capped    PERCENT100
       LQ6ONT    Lpar 40 lpar online duration smf70ont    TIME
       LQ6SHAR   Lpar 40 share initial weight pct         PERCENT100
       LQ6SHRC   Lpar 40 share current weight pct         PERCENT100
       LQ6STN    Lpar 40 mvs system name smf70stn         STRING
       LQ6UEDT   Lpar 40 effective time                   TIME
       LQ6UPDT   Lpar 40 dispatch time                    TIME
       LQ6WAIT   Lpar 40 cpu wait flag                    STRING
       LQ6WST    Lpar 40 wait state duration smf70wst     TIME
       LQ6ZIPT   Lpar 40 zip dispatch time                TIME
       LQ6ZIUT   Lpar 40 zip up time                      TIME
       LQ6ZIWT   Lpar 40 zip wst time                     TIME
       LQ7BDA    Lpar 41 average logical cpus smf70bda    AVERAGE
       LQ7CAP    Lpar 41 capped flag                      STRING
       LQ7CHG    Lpar 41 cp change flag                   STRING
       LQ7CSF    Lpar 41 cstore                           GAUGE
       LQ7DED    Lpar 41 dedicated flag                   STRING
       LQ7DSA    Lpar 41 diagnose samples                 GAUGE
       LQ7DUR    Lpar 41 duration                         TIME
       LQ7IFAT   Lpar 41 ifa dispatch time                TIME
       LQ7IFUT   Lpar 41 ifa up time                      TIME
       LQ7IFWT   Lpar 41 ifa wst time                     TIME
       LQ7LAC    Lpar 41 4-hr average smf70lac            AVERAGE
       LQ7MGTT   Lpar 41 management time                  TIME
       LQ7MSU    Lpar 41 interval msu count               COUNT
       LQ7MSUH   Lpar 41 interval msu as hourly rate      RATE
       LQ7MSU7   Lpar 41 msu defined capacity smf70msu    INT
       LQ7NAME   Lpar 41 name                             STRING
       LQ7NRPR   Lpar 41 number of processors             INT
       LQ7NSW    Lpar 41 pct when lpar was soft capped    PERCENT100
       LQ7ONT    Lpar 41 lpar online duration smf70ont    TIME
       LQ7SHAR   Lpar 41 share initial weight pct         PERCENT100
       LQ7SHRC   Lpar 41 share current weight pct         PERCENT100
       LQ7STN    Lpar 41 mvs system name smf70stn         STRING
       LQ7UEDT   Lpar 41 effective time                   TIME
       LQ7UPDT   Lpar 41 dispatch time                    TIME
       LQ7WAIT   Lpar 41 cpu wait flag                    STRING
       LQ7WST    Lpar 41 wait state duration smf70wst     TIME
       LQ7ZIPT   Lpar 41 zip dispatch time                TIME
       LQ7ZIUT   Lpar 41 zip up time                      TIME
       LQ7ZIWT   Lpar 41 zip wst time                     TIME
       LQ8BDA    Lpar 42 average logical cpus smf70bda    AVERAGE
       LQ8CAP    Lpar 42 capped flag                      STRING
       LQ8CHG    Lpar 42 cp change flag                   STRING
       LQ8CSF    Lpar 42 cstore                           GAUGE
       LQ8DED    Lpar 42 dedicated flag                   STRING
       LQ8DSA    Lpar 42 diagnose samples                 GAUGE
       LQ8DUR    Lpar 42 duration                         TIME
       LQ8IFAT   Lpar 42 ifa dispatch time                TIME
       LQ8IFUT   Lpar 42 ifa up time                      TIME
       LQ8IFWT   Lpar 42 ifa wst time                     TIME
       LQ8LAC    Lpar 42 4-hr average smf70lac            AVERAGE
       LQ8MGTT   Lpar 42 management time                  TIME
       LQ8MSU    Lpar 42 interval msu count               COUNT
       LQ8MSUH   Lpar 42 interval msu as hourly rate      RATE
       LQ8MSU7   Lpar 42 msu defined capacity smf70msu    INT
       LQ8NAME   Lpar 42 name                             STRING
       LQ8NRPR   Lpar 42 number of processors             INT
       LQ8NSW    Lpar 42 pct when lpar was soft capped    PERCENT100
       LQ8ONT    Lpar 42 lpar online duration smf70ont    TIME
       LQ8SHAR   Lpar 42 share initial weight pct         PERCENT100
       LQ8SHRC   Lpar 42 share current weight pct         PERCENT100
       LQ8STN    Lpar 42 mvs system name smf70stn         STRING
       LQ8UEDT   Lpar 42 effective time                   TIME
       LQ8UPDT   Lpar 42 dispatch time                    TIME
       LQ8WAIT   Lpar 42 cpu wait flag                    STRING
       LQ8WST    Lpar 42 wait state duration smf70wst     TIME
       LQ8ZIPT   Lpar 42 zip dispatch time                TIME
       LQ8ZIUT   Lpar 42 zip up time                      TIME
       LQ8ZIWT   Lpar 42 zip wst time                     TIME
       LQ9BDA    Lpar 43 average logical cpus smf70bda    AVERAGE
       LQ9CAP    Lpar 43 capped flag                      STRING
       LQ9CHG    Lpar 43 cp change flag                   STRING
       LQ9CSF    Lpar 43 cstore                           GAUGE
       LQ9DED    Lpar 43 dedicated flag                   STRING
       LQ9DSA    Lpar 43 diagnose samples                 GAUGE
       LQ9DUR    Lpar 43 duration                         TIME
       LQ9IFAT   Lpar 43 ifa dispatch time                TIME
       LQ9IFUT   Lpar 43 ifa up time                      TIME
       LQ9IFWT   Lpar 43 ifa wst time                     TIME
       LQ9LAC    Lpar 43 4-hr average smf70lac            AVERAGE
       LQ9MGTT   Lpar 43 management time                  TIME
       LQ9MSU    Lpar 43 interval msu count               COUNT
       LQ9MSUH   Lpar 43 interval msu as hourly rate      RATE
       LQ9MSU7   Lpar 43 msu defined capacity smf70msu    INT
       LQ9NAME   Lpar 43 name                             STRING
       LQ9NRPR   Lpar 43 number of processors             INT
       LQ9NSW    Lpar 43 pct when lpar was soft capped    PERCENT100
       LQ9ONT    Lpar 43 lpar online duration smf70ont    TIME
       LQ9SHAR   Lpar 43 share initial weight pct         PERCENT100
       LQ9SHRC   Lpar 43 share current weight pct         PERCENT100
       LQ9STN    Lpar 43 mvs system name smf70stn         STRING
       LQ9UEDT   Lpar 43 effective time                   TIME
       LQ9UPDT   Lpar 43 dispatch time                    TIME
       LQ9WAIT   Lpar 43 cpu wait flag                    STRING
       LQ9WST    Lpar 43 wait state duration smf70wst     TIME
       LQ9ZIPT   Lpar 43 zip dispatch time                TIME
       LQ9ZIUT   Lpar 43 zip up time                      TIME
       LQ9ZIWT   Lpar 43 zip wst time                     TIME
       NRIFACP   Nr of ifa cpus in cpc                    INT
       NRIFLCP   Nr of ifl cpus in cpc                    INT
       NRZIPCP   Nr of zip cpus in cpc                    INT
       PATNCPU   Total number of cpus in the cec          INT
       PCTLYBY   Lpar 33 percent busy                     PERCENT100
       PCTLYOV   Lpar 33 percent overhead                 PERCENT100
       PCTLZBY   Lpar 34 percent busy                     PERCENT100
       PCTLZOV   Lpar 34 percent overhead                 PERCENT100
       PCTQABY   Lpar 44 percent busy                     PERCENT100
       PCTQAOV   Lpar 44 percent overhead                 PERCENT100
       PCTQBBY   Lpar 45 percent busy                     PERCENT100
       PCTQBOV   Lpar 45 percent overhead                 PERCENT100
       PCTQCBY   Lpar 46 percent busy                     PERCENT100
       PCTQCOV   Lpar 46 percent overhead                 PERCENT100
       PCTQDBY   Lpar 47 percent busy                     PERCENT100
       PCTQDOV   Lpar 47 percent overhead                 PERCENT100
       PCTQEBY   Lpar 48 percent busy                     PERCENT100
       PCTQEOV   Lpar 48 percent overhead                 PERCENT100
       PCTQFBY   Lpar 49 percent busy                     PERCENT100
       PCTQFOV   Lpar 49 percent overhead                 PERCENT100
       PCTQGBY   Lpar 50 percent busy                     PERCENT100
       PCTQGOV   Lpar 50 percent overhead                 PERCENT100
       PCTQHBY   Lpar 51 percent busy                     PERCENT100
       PCTQHOV   Lpar 51 percent overhead                 PERCENT100
       PCTQIBY   Lpar 52 percent busy                     PERCENT100
       PCTQIOV   Lpar 52 percent overhead                 PERCENT100
       PCTQJBY   Lpar 53 percent busy                     PERCENT100
       PCTQJOV   Lpar 53 percent overhead                 PERCENT100
       PCTQKBY   Lpar 54 percent busy                     PERCENT100
       PCTQKOV   Lpar 54 percent overhead                 PERCENT100
       PCTQLBY   Lpar 55 percent busy                     PERCENT100
       PCTQLOV   Lpar 55 percent overhead                 PERCENT100
       PCTQMBY   Lpar 56 percent busy                     PERCENT100
       PCTQMOV   Lpar 56 percent overhead                 PERCENT100
       PCTQNBY   Lpar 57 percent busy                     PERCENT100
       PCTQNOV   Lpar 57 percent overhead                 PERCENT100
       PCTQOBY   Lpar 58 percent busy                     PERCENT100
       PCTQOOV   Lpar 58 percent overhead                 PERCENT100
       PCTQPBY   Lpar 59 percent busy                     PERCENT100
       PCTQPOV   Lpar 59 percent overhead                 PERCENT100
       PCTQQBY   Lpar 60 percent busy                     PERCENT100
       PCTQQOV   Lpar 60 percent overhead                 PERCENT100
       PCTQ1BY   Lpar 35 percent busy                     PERCENT100
       PCTQ1OV   Lpar 35 percent overhead                 PERCENT100
       PCTQ2BY   Lpar 36 percent busy                     PERCENT100
       PCTQ2OV   Lpar 36 percent overhead                 PERCENT100
       PCTQ3BY   Lpar 37 percent busy                     PERCENT100
       PCTQ3OV   Lpar 37 percent overhead                 PERCENT100
       PCTQ4BY   Lpar 38 percent busy                     PERCENT100
       PCTQ4OV   Lpar 38 percent overhead                 PERCENT100
       PCTQ5BY   Lpar 39 percent busy                     PERCENT100
       PCTQ5OV   Lpar 39 percent overhead                 PERCENT100
       PCTQ6BY   Lpar 40 percent busy                     PERCENT100
       PCTQ6OV   Lpar 40 percent overhead                 PERCENT100
       PCTQ7BY   Lpar 41 percent busy                     PERCENT100
       PCTQ7OV   Lpar 41 percent overhead                 PERCENT100
       PCTQ8BY   Lpar 42 percent busy                     PERCENT100
       PCTQ8OV   Lpar 42 percent overhead                 PERCENT100
       PCTQ9BY   Lpar 43 percent busy                     PERCENT100
       PCTQ9OV   Lpar 43 percent overhead                 PERCENT100
       PCZIPBY   Pct of cec zips busy                     PERCENT100
       STARTIM   Minimum interval start datetime          DATETIME
       ZIPACTT   Zip processor cpu active time            TIME
       ZIPUPTM   Zip processors up time                   TIME
       ZIPWSTT   Zip processors wst time                  TIME


     The following 65 variables have had their interpretation type changed
     in table XASMCEC:

       LPACSF    changed from  COUNT     to  GAUGE
       LPBCSF    changed from  COUNT     to  GAUGE
       LPCCSF    changed from  COUNT     to  GAUGE
       LPDCSF    changed from  COUNT     to  GAUGE
       LPECSF    changed from  COUNT     to  GAUGE
       LPFCSF    changed from  COUNT     to  GAUGE
       LPGCSF    changed from  COUNT     to  GAUGE
       LPHCSF    changed from  COUNT     to  GAUGE
       LPHMSU7   changed from  COUNT     to  INT
       LPHNRPR   changed from  COUNT     to  INT
       LPICSF    changed from  COUNT     to  GAUGE
       LPIMSU7   changed from  COUNT     to  INT
       LPINRPR   changed from  COUNT     to  INT
       LPJCSF    changed from  COUNT     to  GAUGE
       LPJMSU7   changed from  COUNT     to  INT
       LPJNRPR   changed from  COUNT     to  INT
       LPKCSF    changed from  COUNT     to  GAUGE
       LPKMSU7   changed from  COUNT     to  INT
       LPKNRPR   changed from  COUNT     to  INT
       LPLCSF    changed from  COUNT     to  GAUGE
       LPLMSU7   changed from  COUNT     to  INT
       LPLNRPR   changed from  COUNT     to  INT
       LPMCSF    changed from  COUNT     to  GAUGE
       LPMMSU7   changed from  COUNT     to  INT
       LPMNRPR   changed from  COUNT     to  INT
       LPNCSF    changed from  COUNT     to  GAUGE
       LPNMSU7   changed from  COUNT     to  INT
       LPNNRPR   changed from  COUNT     to  INT
       LPOCSF    changed from  COUNT     to  GAUGE
       LPOMSU7   changed from  COUNT     to  INT
       LPONRPR   changed from  COUNT     to  INT
       LPQCSF    changed from  COUNT     to  GAUGE
       LPQMSU7   changed from  COUNT     to  INT
       LPQNRPR   changed from  COUNT     to  INT
       LPRCSF    changed from  COUNT     to  GAUGE
       LPRMSU7   changed from  COUNT     to  INT
       LPRNRPR   changed from  COUNT     to  INT
       LPSCSF    changed from  COUNT     to  GAUGE
       LPSMSU7   changed from  COUNT     to  INT
       LPSNRPR   changed from  COUNT     to  INT
       LPTCSF    changed from  COUNT     to  GAUGE
       LPTMSU7   changed from  COUNT     to  INT
       LPTNRPR   changed from  COUNT     to  INT
       LPUCSF    changed from  COUNT     to  GAUGE
       LPUMSU7   changed from  COUNT     to  INT
       LPUNRPR   changed from  COUNT     to  INT
       LPVCSF    changed from  COUNT     to  GAUGE
       LPVMSU7   changed from  COUNT     to  INT
       LPVNRPR   changed from  COUNT     to  INT
       LPWCSF    changed from  COUNT     to  GAUGE
       LPWMSU7   changed from  COUNT     to  INT
       LPWNRPR   changed from  COUNT     to  INT
       LPXCSF    changed from  COUNT     to  GAUGE
       LPXMSU7   changed from  COUNT     to  INT
       LPXNRPR   changed from  COUNT     to  INT
       LP0CSF    changed from  COUNT     to  GAUGE
       LP1CSF    changed from  COUNT     to  GAUGE
       LP2CSF    changed from  COUNT     to  GAUGE
       LP3CSF    changed from  COUNT     to  GAUGE
       LP4CSF    changed from  COUNT     to  GAUGE
       LP5CSF    changed from  COUNT     to  GAUGE
       LP6CSF    changed from  COUNT     to  GAUGE
       LP7CSF    changed from  COUNT     to  GAUGE
       LP8CSF    changed from  COUNT     to  GAUGE
       LP9CSF    changed from  COUNT     to  GAUGE


     The following 3 variables have been deleted from table XASMCEC:

       NRPRCS    Number of logical partitions             INT
       PARTNCP   Total number of cpus in the cec          INT
       SM70LAC   Ibm 4-hr average hourly msu              AVERAGE


  7) The following 42 variables have been added to table XASMTAP:

       Variable  Description                              Interpretation

       DEVICE2   Type 21 device                           STRING
       DEVNR21   Type 21 devnr                            INT
       MNTHAVE   Syslog mount messages have found         STRING
       MSGID     Syslog message id                        STRING
       SYLASID   Address space id                         INT
       SYLDDN    Ddname from syslog                       STRING
       SYLDEN    Syslog tape density                      STRING
       SYLDEV    Syslog device number char                STRING
       SYLDSN    Syslog dsname                            STRING
       SYLDS17   Syslog last 17 of dsname                 STRING
       SYLEXPD   Syslog expdt                             STRING
       SYLKORM   Keep or mount?                           STRING
       SYLKTIM   Syslog keep event                        DATETIME
       SYLLBTY   Syslog label type                        STRING
       SYLLEN    Length of full message not kept          GAUGE
       SYLMDIA   Syslog media                             STRING
       SYLMNTY   Syslog mount type                        STRING
       SYLMSEQ   Syslog mount sequence number             STRING
       SYLMTIM   Syslog mount event                       DATETIME
       SYLNAME   System name in syslog                    STRING
       SYLPROC   Syslog proc step                         STRING
       SYLTEXT   Syslog message text after msgid          STRING
       SYLTMS6   Syslog iectms6 text                      STRING
       SYLVOL1   Syslog ios690i volser 1                  STRING
       SYLVOL2   Syslog ios690i volser 2                  STRING
       SYLVOL3   Syslog ios690i volser 3                  STRING
       SYLVOL4   Syslog ios690i volser 4                  STRING
       SYLVOL5   Syslog ios690i volser 5                  STRING
       SYLVOL6   Syslog ios690i volser 6                  STRING
       SYLVOL7   Syslog ios690i volser 7                  STRING
       SYLVOL8   Syslog ios690i volser 8                  STRING
       SYLVSER   Syslog volume serial number              STRING
       SYL070E   Syslog ios070e text                      STRING
       SYL5TIM   Iec705i message event                    DATETIME
       SYL7TIM   Ios070e message event                    DATETIME
       SYSTEM2   Type 21 system                           STRING
       SYT6TIM   Iectms6 message event                    DATETIME
       SYT9OPN   Iectms9 count of opens                   COUNT
       SYT9TIM   Iectms9 message event                    DATETIME
       TMNTEXI   Mount exit?                              STRING
       TY21TIM   Type 21 dismount datetimestamp           DATETIME
       UCBTYP2   Type 21 ucbtype                          INT


     The following 14 variables have been deleted from table XASMTAP:

       ALCEND    Deallocation event timestamp             DATETIME
       ALCSTRT   Allocation event timestamp               DATETIME
       ALCVLTM   Duration allocated for this volume       TIME
       ALEERRO   Allocation errors recorded               COUNT
       DENSITY   Tape density                             STRING
       LCU       Logical control unit                     INT
       PERFGRP   Performance group                        INT
       RDRTM     Reader event duration                    TIME
       SMFUCB    Ucb common segment at allocation         HEXFLAGS
       SMVOL01   1st volume allocated                     STRING
       TEMNAME   Terminal identification                  STRING
       TMNT008   Tmnt008i message issued?                 STRING
       XMEMABN   Cross memory abends                      COUNT
       ZTIME     Zee datetime zee obs was created         DATETIME


  8) The following 6 variables have been added to table XASM70L:

       Variable  Description                              Interpretation

       SM70DSA   Diagnose samples                         GAUGE
       STARTIM   Minimum interval start datetime          DATETIME
       SYSNAME   System name from ieasysxx                STRING
       ZIPACTT   Ifa processors cpu active time           TIME
       ZIPUPTM   Ifa processors up time                   TIME
       ZIPWSTT   Ifa processors wst time                  TIME


  9) The following 1060 variables hav been added to table XASM70P:

       Variable  Description                              Interpretation

       CPZIPTM   Zip processor cpu active time            TIME
       LPADSA    Lpar 10 diagnose samples                 GAUGE
       LPAZIPT   Lpar 10 zip dispatch time                TIME
       LPAZIUT   Lpar 10 zip up time                      TIME
       LPAZIWT   Lpar 10 zip wst time                     TIME
       LPBDSA    Lpar 11 diagnose samples                 GAUGE
       LPBZIPT   Lpar 11 zip dispatch time                TIME
       LPBZIUT   Lpar 11 zip up time                      TIME
       LPBZIWT   Lpar 11 zip wst time                     TIME
       LPCDSA    Lpar 12 diagnose samples                 GAUGE
       LPCTYBY   Lpar 33 logical percent busy             PERCENT100
       LPCTYOV   Lpar 33 logical percent overhead         PERCENT100
       LPCTZBY   Lpar 34 logical percent busy             PERCENT100
       LPCTZOV   Lpar 34 logical percent overhead         PERCENT100
       LPCZIPT   Lpar 12 zip dispatch time                TIME
       LPCZIUT   Lpar 12 zip up time                      TIME
       LPCZIWT   Lpar 12 zip wst time                     TIME
       LPDDSA    Lpar 13 diagnose samples                 GAUGE
       LPDZIPT   Lpar 13 zip dispatch time                TIME
       LPDZIUT   Lpar 13 zip up time                      TIME
       LPDZIWT   Lpar 13 zip wst time                     TIME
       LPEDSA    Lpar 14 diagnose samples                 GAUGE
       LPEZIPT   Lpar 14 zip dispatch time                TIME
       LPEZIUT   Lpar 14 zip up time                      TIME
       LPEZIWT   Lpar 14 zip wst time                     TIME
       LPFDSA    Lpar 15 diagnose samples                 GAUGE
       LPFZIPT   Lpar 15 zip dispatch time                TIME
       LPFZIUT   Lpar 15 zip up time                      TIME
       LPFZIWT   Lpar 15 zip wst time                     TIME
       LPGDSA    Lpar 16 diagnose samples                 GAUGE
       LPGZIPT   Lpar 16 zip dispatch time                TIME
       LPGZIUT   Lpar 16 zip up time                      TIME
       LPGZIWT   Lpar 16 zip wst time                     TIME
       LPHDSA    Lpar 17 diagnose samples                 GAUGE
       LPHZIPT   Lpar 17 zip dispatch time                TIME
       LPHZIUT   Lpar 17 zip up time                      TIME
       LPHZIWT   Lpar 17 zip wst time                     TIME
       LPIDSA    Lpar 18 diagnose samples                 GAUGE
       LPIZIPT   Lpar 18 zip dispatch time                TIME
       LPIZIUT   Lpar 18 zip up time                      TIME
       LPIZIWT   Lpar 18 zip wst time                     TIME
       LPJDSA    Lpar 19 diagnose samples                 GAUGE
       LPJZIPT   Lpar 19 zip dispatch time                TIME
       LPJZIUT   Lpar 19 zip up time                      TIME
       LPJZIWT   Lpar 19 zip wst time                     TIME
       LPKDSA    Lpar 20 diagnose samples                 GAUGE
       LPKZIPT   Lpar 20 zip dispatch time                TIME
       LPKZIUT   Lpar 20 zip up time                      TIME
       LPKZIWT   Lpar 20 zip wst time                     TIME
       LPLDSA    Lpar 21 diagnose samples                 GAUGE
       LPLZIPT   Lpar 21 zip dispatch time                TIME
       LPLZIUT   Lpar 21 zip up time                      TIME
       LPLZIWT   Lpar 21 zip wst time                     TIME
       LPMDSA    Lpar 22 diagnose samples                 GAUGE
       LPMZIPT   Lpar 22 zip dispatch time                TIME
       LPMZIUT   Lpar 22 zip up time                      TIME
       LPMZIWT   Lpar 22 zip wst time                     TIME
       LPNDSA    Lpar 23 diagnose samples                 GAUGE
       LPNZIPT   Lpar 23 zip dispatch time                TIME
       LPNZIUT   Lpar 23 zip up time                      TIME
       LPNZIWT   Lpar 23 zip wst time                     TIME
       LPODSA    Lpar 24 diagnose samples                 GAUGE
       LPOZIPT   Lpar 24 zip dispatch time                TIME
       LPOZIUT   Lpar 24 zip up time                      TIME
       LPOZIWT   Lpar 24 zip wst time                     TIME
       LPQDSA    Lpar 25 diagnose samples                 GAUGE
       LPQZIPT   Lpar 25 zip dispatch time                TIME
       LPQZIUT   Lpar 25 zip up time                      TIME
       LPQZIWT   Lpar 25 zip wst time                     TIME
       LPRDSA    Lpar 26 diagnose samples                 GAUGE
       LPRZIPT   Lpar 26 zip dispatch time                TIME
       LPRZIUT   Lpar 26 zip up time                      TIME
       LPRZIWT   Lpar 26 zip wst time                     TIME
       LPSDSA    Lpar 27 diagnose samples                 GAUGE
       LPSZIPT   Lpar 27 zip dispatch time                TIME
       LPSZIUT   Lpar 27 zip up time                      TIME
       LPSZIWT   Lpar 27 zip wst time                     TIME
       LPTDSA    Lpar 28 diagnose samples                 GAUGE
       LPTZIPT   Lpar 28 zip dispatch time                TIME
       LPTZIUT   Lpar 28 zip up time                      TIME
       LPTZIWT   Lpar 28 zip wst time                     TIME
       LPUDSA    Lpar 29 diagnose samples                 GAUGE
       LPUZIPT   Lpar 29 zip dispatch time                TIME
       LPUZIUT   Lpar 29 zip up time                      TIME
       LPUZIWT   Lpar 29 zip wst time                     TIME
       LPVDSA    Lpar 30 diagnose samples                 GAUGE
       LPVZIPT   Lpar 30 zip dispatch time                TIME
       LPVZIUT   Lpar 30 zip up time                      TIME
       LPVZIWT   Lpar 30 zip wst time                     TIME
       LPWDSA    Lpar 31 diagnose samples                 GAUGE
       LPWZIPT   Lpar 31 zip dispatch time                TIME
       LPWZIUT   Lpar 31 zip up time                      TIME
       LPWZIWT   Lpar 31 zip wst time                     TIME
       LPXDSA    Lpar 32 diagnose samples                 GAUGE
       LPXZIPT   Lpar 32 zip dispatch time                TIME
       LPXZIUT   Lpar 32 zip up time                      TIME
       LPXZIWT   Lpar 32 zip wst time                     TIME
       LPYBDA    Lpar 33 average logical cpus smf70bda    AVERAGE
       LPYCAP    Lpar 33 capped flag                      STRING
       LPYCHG    Lpar 33 cp change flag                   STRING
       LPYCSF    Lpar 33 cstore                           GAUGE
       LPYDED    Lpar 33 dedicated flag                   STRING
       LPYDSA    Lpar 33 diagnose samples                 GAUGE
       LPYDUR    Lpar 33 duration                         TIME
       LPYIFAT   Lpar 33 ifa dispatch time                TIME
       LPYIFUT   Lpar 33 ifa up time                      TIME
       LPYIFWT   Lpar 33 ifa wst time                     TIME
       LPYLAC    Lpar 33 4-hr average smf70lac            AVERAGE
       LPYMGTT   Lpar 33 management time                  TIME
       LPYMSU    Lpar 33 interval msu count               COUNT
       LPYMSUH   Lpar 33 interval msu as hourly rate      RATE
       LPYMSU7   Lpar 33 msu defined capacity smf70msu    INT
       LPYNAME   Lpar 33 name                             STRING
       LPYNRPR   Lpar 33 number of processors             INT
       LPYNSW    Lpar 33 pct when lpar was soft capped    PERCENT100
       LPYONT    Lpar 33 lpar online duration smf70ont    TIME
       LPYSHAR   Lpar 33 share initial weight pct         PERCENT100
       LPYSHRC   Lpar 33 share current weight pct         PERCENT100
       LPYSTN    Lpar 33 mvs system name smf70stn         STRING
       LPYUEDT   Lpar 33 effective time                   TIME
       LPYUPDT   Lpar 33 dispatch time                    TIME
       LPYWAIT   Lpar 33 cpu wait flag                    STRING
       LPYWST    Lpar 33 wait state duration smf70wst     TIME
       LPYZIPT   Lpar 33 zip dispatch time                TIME
       LPYZIUT   Lpar 33 zip up time                      TIME
       LPYZIWT   Lpar 33 zip wst time                     TIME
       LPZBDA    Lpar 34 average logical cpus smf70bda    AVERAGE
       LPZCAP    Lpar 34 capped flag                      STRING
       LPZCHG    Lpar 34 cp change flag                   STRING
       LPZCSF    Lpar 34 cstore                           GAUGE
       LPZDED    Lpar 34 dedicated flag                   STRING
       LPZDSA    Lpar 34 diagnose samples                 GAUGE
       LPZDUR    Lpar 34 duration                         TIME
       LPZIFAT   Lpar 34 ifa dispatch time                TIME
       LPZIFUT   Lpar 34 ifa up time                      TIME
       LPZIFWT   Lpar 34 ifa wst time                     TIME
       LPZLAC    Lpar 34 4-hr average smf70lac            AVERAGE
       LPZMGTT   Lpar 34 management time                  TIME
       LPZMSU    Lpar 34 interval msu count               COUNT
       LPZMSUH   Lpar 34 interval msu as hourly rate      RATE
       LPZMSU7   Lpar 34 msu defined capacity smf70msu    INT
       LPZNAME   Lpar 34 name                             STRING
       LPZNRPR   Lpar 34 number of processors             INT
       LPZNSW    Lpar 34 pct when lpar was soft capped    PERCENT100
       LPZONT    Lpar 34 lpar online duration smf70ont    TIME
       LPZSHAR   Lpar 34 share initial weight pct         PERCENT100
       LPZSHRC   Lpar 34 share current weight pct         PERCENT100
       LPZSTN    Lpar 34 mvs system name smf70stn         STRING
       LPZUEDT   Lpar 34 effective time                   TIME
       LPZUPDT   Lpar 34 dispatch time                    TIME
       LPZWAIT   Lpar 34 cpu wait flag                    STRING
       LPZWST    Lpar 34 wait state duration smf70wst     TIME
       LPZZIPT   Lpar 34 zip dispatch time                TIME
       LPZZIUT   Lpar 34 zip up time                      TIME
       LPZZIWT   Lpar 34 zip wst time                     TIME
       LP0DSA    Lpar  0 diagnose samples                 GAUGE
       LP1DSA    Lpar  1 diagnose samples                 GAUGE
       LP1ZIPT   Lpar  1 zip dispatch time                TIME
       LP1ZIUT   Lpar  1 zip up time                      TIME
       LP1ZIWT   Lpar  1 zip wst time                     TIME
       LP2DSA    Lpar  2 diagnose samples                 GAUGE
       LP2ZIPT   Lpar  2 zip dispatch time                TIME
       LP2ZIUT   Lpar  2 zip up time                      TIME
       LP2ZIWT   Lpar  2 zip wst time                     TIME
       LP3DSA    Lpar  3 diagnose samples                 GAUGE
       LP3ZIPT   Lpar  3 zip dispatch time                TIME
       LP3ZIUT   Lpar  3 zip up time                      TIME
       LP3ZIWT   Lpar  3 zip wst time                     TIME
       LP4DSA    Lpar  4 diagnose samples                 GAUGE
       LP4ZIPT   Lpar  4 zip dispatch time                TIME
       LP4ZIUT   Lpar  4 zip up time                      TIME
       LP4ZIWT   Lpar  4 zip wst time                     TIME
       LP5DSA    Lpar  5 diagnose samples                 GAUGE
       LP5ZIPT   Lpar  5 zip dispatch time                TIME
       LP5ZIUT   Lpar  5 zip up time                      TIME
       LP5ZIWT   Lpar  5 zip wst time                     TIME
       LP6DSA    Lpar  6 diagnose samples                 GAUGE
       LP6ZIPT   Lpar  6 zip dispatch time                TIME
       LP6ZIUT   Lpar  6 zip up time                      TIME
       LP6ZIWT   Lpar  6 zip wst time                     TIME
       LP7DSA    Lpar  7 diagnose samples                 GAUGE
       LP7ZIPT   Lpar  7 zip dispatch time                TIME
       LP7ZIUT   Lpar  7 zip up time                      TIME
       LP7ZIWT   Lpar  7 zip wst time                     TIME
       LP8DSA    Lpar  8 diagnose samples                 GAUGE
       LP8ZIPT   Lpar  8 zip dispatch time                TIME
       LP8ZIUT   Lpar  8 zip up time                      TIME
       LP8ZIWT   Lpar  8 zip wst time                     TIME
       LP9DSA    Lpar  9 diagnose samples                 GAUGE
       LP9ZIPT   Lpar  9 zip dispatch time                TIME
       LP9ZIUT   Lpar  9 zip up time                      TIME
       LP9ZIWT   Lpar  9 zip wst time                     TIME
       LQABDA    Lpar 44 average logical cpus smf70bda    AVERAGE
       LQACAP    Lpar 44 capped flag                      STRING
       LQACHG    Lpar 44 cp change flag                   STRING
       LQACSF    Lpar 44 cstore                           GAUGE
       LQADED    Lpar 44 dedicated flag                   STRING
       LQADSA    Lpar 44 diagnose samples                 GAUGE
       LQADUR    Lpar 44 duration                         TIME
       LQAIFAT   Lpar 44 ifa dispatch time                TIME
       LQAIFUT   Lpar 44 ifa up time                      TIME
       LQAIFWT   Lpar 44 ifa wst time                     TIME
       LQALAC    Lpar 44 4-hr average smf70lac            AVERAGE
       LQAMGTT   Lpar 44 management time                  TIME
       LQAMSU    Lpar 44 interval msu count               COUNT
       LQAMSUH   Lpar 44 interval msu as hourly rate      RATE
       LQAMSU7   Lpar 44 msu defined capacity smf70msu    INT
       LQANAME   Lpar 44 name                             STRING
       LQANRPR   Lpar 44 number of processors             INT
       LQANSW    Lpar 44 pct when lpar was soft capped    PERCENT100
       LQAONT    Lpar 44 lpar online duration smf70ont    TIME
       LQASHAR   Lpar 44 share initial weight pct         PERCENT100
       LQASHRC   Lpar 44 share current weight pct         PERCENT100
       LQASTN    Lpar 44 mvs system name smf70stn         STRING
       LQAUEDT   Lpar 44 effective time                   TIME
       LQAUPDT   Lpar 44 dispatch time                    TIME
       LQAWAIT   Lpar 44 cpu wait flag                    STRING
       LQAWST    Lpar 44 wait state duration smf70wst     TIME
       LQAZIPT   Lpar 44 zip dispatch time                TIME
       LQAZIUT   Lpar 44 zip up time                      TIME
       LQAZIWT   Lpar 44 zip wst time                     TIME
       LQBBDA    Lpar 45 average logical cpus smf70bda    AVERAGE
       LQBCAP    Lpar 45 capped flag                      STRING
       LQBCHG    Lpar 45 cp change flag                   STRING
       LQBCSF    Lpar 45 cstore                           GAUGE
       LQBDED    Lpar 45 dedicated flag                   STRING
       LQBDSA    Lpar 45 diagnose samples                 GAUGE
       LQBDUR    Lpar 45 duration                         TIME
       LQBIFAT   Lpar 45 ifa dispatch time                TIME
       LQBIFUT   Lpar 45 ifa up time                      TIME
       LQBIFWT   Lpar 45 ifa wst time                     TIME
       LQBLAC    Lpar 45 4-hr average smf70lac            AVERAGE
       LQBMGTT   Lpar 45 management time                  TIME
       LQBMSU    Lpar 45 interval msu count               COUNT
       LQBMSUH   Lpar 45 interval msu as hourly rate      RATE
       LQBMSU7   Lpar 45 msu defined capacity smf70msu    INT
       LQBNAME   Lpar 45 name                             STRING
       LQBNRPR   Lpar 45 number of processors             INT
       LQBNSW    Lpar 45 pct when lpar was soft capped    PERCENT100
       LQBONT    Lpar 45 lpar online duration smf70ont    TIME
       LQBSHAR   Lpar 45 share initial weight pct         PERCENT100
       LQBSHRC   Lpar 45 share current weight pct         PERCENT100
       LQBSTN    Lpar 45 mvs system name smf70stn         STRING
       LQBUEDT   Lpar 45 effective time                   TIME
       LQBUPDT   Lpar 45 dispatch time                    TIME
       LQBWAIT   Lpar 45 cpu wait flag                    STRING
       LQBWST    Lpar 45 wait state duration smf70wst     TIME
       LQBZIPT   Lpar 45 zip dispatch time                TIME
       LQBZIUT   Lpar 45 zip up time                      TIME
       LQBZIWT   Lpar 45 zip wst time                     TIME
       LQCBDA    Lpar 46 average logical cpus smf70bda    AVERAGE
       LQCCAP    Lpar 46 capped flag                      STRING
       LQCCHG    Lpar 46 cp change flag                   STRING
       LQCCSF    Lpar 46 cstore                           GAUGE
       LQCDED    Lpar 46 dedicated flag                   STRING
       LQCDSA    Lpar 46 diagnose samples                 GAUGE
       LQCDUR    Lpar 46 duration                         TIME
       LQCIFAT   Lpar 46 ifa dispatch time                TIME
       LQCIFUT   Lpar 46 ifa up time                      TIME
       LQCIFWT   Lpar 46 ifa wst time                     TIME
       LQCLAC    Lpar 46 4-hr average smf70lac            AVERAGE
       LQCMGTT   Lpar 46 management time                  TIME
       LQCMSU    Lpar 46 interval msu count               COUNT
       LQCMSUH   Lpar 46 interval msu as hourly rate      RATE
       LQCMSU7   Lpar 46 msu defined capacity smf70msu    INT
       LQCNAME   Lpar 46 name                             STRING
       LQCNRPR   Lpar 46 number of processors             INT
       LQCNSW    Lpar 46 pct when lpar was soft capped    PERCENT100
       LQCONT    Lpar 46 lpar online duration smf70ont    TIME
       LQCSHAR   Lpar 46 share initial weight pct         PERCENT100
       LQCSHRC   Lpar 46 share current weight pct         PERCENT100
       LQCSTN    Lpar 46 mvs system name smf70stn         STRING
       LQCTABY   Lpar 44 logical percent busy             PERCENT100
       LQCTAOV   Lpar 44 logical percent overhead         PERCENT100
       LQCTBBY   Lpar 45 logical percent busy             PERCENT100
       LQCTBOV   Lpar 45 logical percent overhead         PERCENT100
       LQCTCBY   Lpar 46 logical percent busy             PERCENT100
       LQCTCOV   Lpar 46 logical percent overhead         PERCENT100
       LQCTDBY   Lpar 47 logical percent busy             PERCENT100
       LQCTDOV   Lpar 47 logical percent overhead         PERCENT100
       LQCTEBY   Lpar 48 logical percent busy             PERCENT100
       LQCTEOV   Lpar 48 logical percent overhead         PERCENT100
       LQCTFBY   Lpar 49 logical percent busy             PERCENT100
       LQCTFOV   Lpar 49 logical percent overhead         PERCENT100
       LQCTGBY   Lpar 50 logical percent busy             PERCENT100
       LQCTGOV   Lpar 50 logical percent overhead         PERCENT100
       LQCTHBY   Lpar 51 logical percent busy             PERCENT100
       LQCTHOV   Lpar 51 logical percent overhead         PERCENT100
       LQCTIBY   Lpar 52 logical percent busy             PERCENT100
       LQCTIOV   Lpar 52 logical percent overhead         PERCENT100
       LQCTJBY   Lpar 53 logical percent busy             PERCENT100
       LQCTJOV   Lpar 53 logical percent overhead         PERCENT100
       LQCTKBY   Lpar 54 logical percent busy             PERCENT100
       LQCTKOV   Lpar 54 logical percent overhead         PERCENT100
       LQCTLBY   Lpar 55 logical percent busy             PERCENT100
       LQCTLOV   Lpar 55 logical percent overhead         PERCENT100
       LQCTMBY   Lpar 56 logical percent busy             PERCENT100
       LQCTMOV   Lpar 56 logical percent overhead         PERCENT100
       LQCTNBY   Lpar 57 logical percent busy             PERCENT100
       LQCTNOV   Lpar 57 logical percent overhead         PERCENT100
       LQCTOBY   Lpar 58 logical percent busy             PERCENT100
       LQCTOOV   Lpar 58 logical percent overhead         PERCENT100
       LQCTPBY   Lpar 59 logical percent busy             PERCENT100
       LQCTPOV   Lpar 59 logical percent overhead         PERCENT100
       LQCTQBY   Lpar 60 logical percent busy             PERCENT100
       LQCTQOV   Lpar 60 logical percent overhead         PERCENT100
       LQCT1BY   Lpar 35 logical percent busy             PERCENT100
       LQCT1OV   Lpar 35 logical percent overhead         PERCENT100
       LQCT2BY   Lpar 36 logical percent busy             PERCENT100
       LQCT2OV   Lpar 36 logical percent overhead         PERCENT100
       LQCT3BY   Lpar 37 logical percent busy             PERCENT100
       LQCT3OV   Lpar 37 logical percent overhead         PERCENT100
       LQCT4BY   Lpar 38 logical percent busy             PERCENT100
       LQCT4OV   Lpar 38 logical percent overhead         PERCENT100
       LQCT5BY   Lpar 39 logical percent busy             PERCENT100
       LQCT5OV   Lpar 39 logical percent overhead         PERCENT100
       LQCT6BY   Lpar 40 logical percent busy             PERCENT100
       LQCT6OV   Lpar 40 logical percent overhead         PERCENT100
       LQCT7BY   Lpar 41 logical percent busy             PERCENT100
       LQCT7OV   Lpar 41 logical percent overhead         PERCENT100
       LQCT8BY   Lpar 42 logical percent busy             PERCENT100
       LQCT8OV   Lpar 42 logical percent overhead         PERCENT100
       LQCT9BY   Lpar 43 logical percent busy             PERCENT100
       LQCT9OV   Lpar 43 logical percent overhead         PERCENT100
       LQCUEDT   Lpar 46 effective time                   TIME
       LQCUPDT   Lpar 46 dispatch time                    TIME
       LQCWAIT   Lpar 46 cpu wait flag                    STRING
       LQCWST    Lpar 46 wait state duration smf70wst     TIME
       LQCZIPT   Lpar 46 zip dispatch time                TIME
       LQCZIUT   Lpar 46 zip up time                      TIME
       LQCZIWT   Lpar 46 zip wst time                     TIME
       LQDBDA    Lpar 47 average logical cpus smf70bda    AVERAGE
       LQDCAP    Lpar 47 capped flag                      STRING
       LQDCHG    Lpar 47 cp change flag                   STRING
       LQDCSF    Lpar 47 cstore                           GAUGE
       LQDDED    Lpar 47 dedicated flag                   STRING
       LQDDSA    Lpar 47 diagnose samples                 GAUGE
       LQDDUR    Lpar 47 duration                         TIME
       LQDIFAT   Lpar 47 ifa dispatch time                TIME
       LQDIFUT   Lpar 47 ifa up time                      TIME
       LQDIFWT   Lpar 47 ifa wst time                     TIME
       LQDLAC    Lpar 47 4-hr average smf70lac            AVERAGE
       LQDMGTT   Lpar 47 management time                  TIME
       LQDMSU    Lpar 47 interval msu count               COUNT
       LQDMSUH   Lpar 47 interval msu as hourly rate      RATE
       LQDMSU7   Lpar 47 msu defined capacity smf70msu    INT
       LQDNAME   Lpar 47 name                             STRING
       LQDNRPR   Lpar 47 number of processors             INT
       LQDNSW    Lpar 47 pct when lpar was soft capped    PERCENT100
       LQDONT    Lpar 47 lpar online duration smf70ont    TIME
       LQDSHAR   Lpar 47 share initial weight pct         PERCENT100
       LQDSHRC   Lpar 47 share current weight pct         PERCENT100
       LQDSTN    Lpar 47 mvs system name smf70stn         STRING
       LQDUEDT   Lpar 47 effective time                   TIME
       LQDUPDT   Lpar 47 dispatch time                    TIME
       LQDWAIT   Lpar 47 cpu wait flag                    STRING
       LQDWST    Lpar 47 wait state duration smf70wst     TIME
       LQDZIPT   Lpar 47 zip dispatch time                TIME
       LQDZIUT   Lpar 47 zip up time                      TIME
       LQDZIWT   Lpar 47 zip wst time                     TIME
       LQEBDA    Lpar 48 average logical cpus smf70bda    AVERAGE
       LQECAP    Lpar 48 capped flag                      STRING
       LQECHG    Lpar 48 cp change flag                   STRING
       LQECSF    Lpar 48 cstore                           GAUGE
       LQEDED    Lpar 48 dedicated flag                   STRING
       LQEDSA    Lpar 48 diagnose samples                 GAUGE
       LQEDUR    Lpar 48 duration                         TIME
       LQEIFAT   Lpar 48 ifa dispatch time                TIME
       LQEIFUT   Lpar 48 ifa up time                      TIME
       LQEIFWT   Lpar 48 ifa wst time                     TIME
       LQELAC    Lpar 48 4-hr average smf70lac            AVERAGE
       LQEMGTT   Lpar 48 management time                  TIME
       LQEMSU    Lpar 48 interval msu count               COUNT
       LQEMSUH   Lpar 48 interval msu as hourly rate      RATE
       LQEMSU7   Lpar 48 msu defined capacity smf70msu    INT
       LQENAME   Lpar 48 name                             STRING
       LQENRPR   Lpar 48 number of processors             INT
       LQENSW    Lpar 48 pct when lpar was soft capped    PERCENT100
       LQEONT    Lpar 48 lpar online duration smf70ont    TIME
       LQESHAR   Lpar 48 share initial weight pct         PERCENT100
       LQESHRC   Lpar 48 share current weight pct         PERCENT100
       LQESTN    Lpar 48 mvs system name smf70stn         STRING
       LQEUEDT   Lpar 48 effective time                   TIME
       LQEUPDT   Lpar 48 dispatch time                    TIME
       LQEWAIT   Lpar 48 cpu wait flag                    STRING
       LQEWST    Lpar 48 wait state duration smf70wst     TIME
       LQEZIPT   Lpar 48 zip dispatch time                TIME
       LQEZIUT   Lpar 48 zip up time                      TIME
       LQEZIWT   Lpar 48 zip wst time                     TIME
       LQFBDA    Lpar 49 average logical cpus smf70bda    AVERAGE
       LQFCAP    Lpar 49 capped flag                      STRING
       LQFCHG    Lpar 49 cp change flag                   STRING
       LQFCSF    Lpar 49 cstore                           GAUGE
       LQFDED    Lpar 49 dedicated flag                   STRING
       LQFDSA    Lpar 49 diagnose samples                 GAUGE
       LQFDUR    Lpar 49 duration                         TIME
       LQFIFAT   Lpar 49 ifa dispatch time                TIME
       LQFIFUT   Lpar 49 ifa up time                      TIME
       LQFIFWT   Lpar 49 ifa wst time                     TIME
       LQFLAC    Lpar 49 4-hr average smf70lac            AVERAGE
       LQFMGTT   Lpar 49 management time                  TIME
       LQFMSU    Lpar 49 interval msu count               COUNT
       LQFMSUH   Lpar 49 interval msu as hourly rate      RATE
       LQFMSU7   Lpar 49 msu defined capacity smf70msu    INT
       LQFNAME   Lpar 49 name                             STRING
       LQFNRPR   Lpar 49 number of processors             INT
       LQFNSW    Lpar 49 pct when lpar was soft capped    PERCENT100
       LQFONT    Lpar 49 lpar online duration smf70ont    TIME
       LQFSHAR   Lpar 49 share initial weight pct         PERCENT100
       LQFSHRC   Lpar 49 share current weight pct         PERCENT100
       LQFSTN    Lpar 49 mvs system name smf70stn         STRING
       LQFUEDT   Lpar 49 effective time                   TIME
       LQFUPDT   Lpar 49 dispatch time                    TIME
       LQFWAIT   Lpar 49 cpu wait flag                    STRING
       LQFWST    Lpar 49 wait state duration smf70wst     TIME
       LQFZIPT   Lpar 49 zip dispatch time                TIME
       LQFZIUT   Lpar 49 zip up time                      TIME
       LQFZIWT   Lpar 49 zip wst time                     TIME
       LQGBDA    Lpar 50 average logical cpus smf70bda    AVERAGE
       LQGCAP    Lpar 50 capped flag                      STRING
       LQGCHG    Lpar 50 cp change flag                   STRING
       LQGCSF    Lpar 50 cstore                           GAUGE
       LQGDED    Lpar 50 dedicated flag                   STRING
       LQGDSA    Lpar 50 diagnose samples                 GAUGE
       LQGDUR    Lpar 50 duration                         TIME
       LQGIFAT   Lpar 50 ifa dispatch time                TIME
       LQGIFUT   Lpar 50 ifa up time                      TIME
       LQGIFWT   Lpar 50 ifa wst time                     TIME
       LQGLAC    Lpar 50 4-hr average smf70lac            AVERAGE
       LQGMGTT   Lpar 50 management time                  TIME
       LQGMSU    Lpar 50 interval msu count               COUNT
       LQGMSUH   Lpar 50 interval msu as hourly rate      RATE
       LQGMSU7   Lpar 50 msu defined capacity smf70msu    INT
       LQGNAME   Lpar 50 name                             STRING
       LQGNRPR   Lpar 50 number of processors             INT
       LQGNSW    Lpar 50 pct when lpar was soft capped    PERCENT100
       LQGONT    Lpar 50 lpar online duration smf70ont    TIME
       LQGSHAR   Lpar 50 share initial weight pct         PERCENT100
       LQGSHRC   Lpar 50 share current weight pct         PERCENT100
       LQGSTN    Lpar 50 mvs system name smf70stn         STRING
       LQGUEDT   Lpar 50 effective time                   TIME
       LQGUPDT   Lpar 50 dispatch time                    TIME
       LQGWAIT   Lpar 50 cpu wait flag                    STRING
       LQGWST    Lpar 50 wait state duration smf70wst     TIME
       LQGZIPT   Lpar 50 zip dispatch time                TIME
       LQGZIUT   Lpar 50 zip up time                      TIME
       LQGZIWT   Lpar 50 zip wst time                     TIME
       LQHBDA    Lpar 51 average logical cpus smf70bda    AVERAGE
       LQHCAP    Lpar 51 capped flag                      STRING
       LQHCHG    Lpar 51 cp change flag                   STRING
       LQHCSF    Lpar 51 cstore                           GAUGE
       LQHDED    Lpar 51 dedicated flag                   STRING
       LQHDSA    Lpar 51 diagnose samples                 GAUGE
       LQHDUR    Lpar 51 duration                         TIME
       LQHIFAT   Lpar 51 ifa dispatch time                TIME
       LQHIFUT   Lpar 51 ifa up time                      TIME
       LQHIFWT   Lpar 51 ifa wst time                     TIME
       LQHLAC    Lpar 51 4-hr average smf70lac            AVERAGE
       LQHMGTT   Lpar 51 management time                  TIME
       LQHMSU    Lpar 51 interval msu count               COUNT
       LQHMSUH   Lpar 51 interval msu as hourly rate      RATE
       LQHMSU7   Lpar 51 msu defined capacity smf70msu    INT
       LQHNAME   Lpar 51 name                             STRING
       LQHNRPR   Lpar 51 number of processors             INT
       LQHNSW    Lpar 51 pct when lpar was soft capped    PERCENT100
       LQHONT    Lpar 51 lpar online duration smf70ont    TIME
       LQHSHAR   Lpar 51 share initial weight pct         PERCENT100
       LQHSHRC   Lpar 51 share current weight pct         PERCENT100
       LQHSTN    Lpar 51 mvs system name smf70stn         STRING
       LQHUEDT   Lpar 51 effective time                   TIME
       LQHUPDT   Lpar 51 dispatch time                    TIME
       LQHWAIT   Lpar 51 cpu wait flag                    STRING
       LQHWST    Lpar 51 wait state duration smf70wst     TIME
       LQHZIPT   Lpar 51 zip dispatch time                TIME
       LQHZIUT   Lpar 51 zip up time                      TIME
       LQHZIWT   Lpar 51 zip wst time                     TIME
       LQIBDA    Lpar 52 average logical cpus smf70bda    AVERAGE
       LQICAP    Lpar 52 capped flag                      STRING
       LQICHG    Lpar 52 cp change flag                   STRING
       LQICSF    Lpar 52 cstore                           GAUGE
       LQIDED    Lpar 52 dedicated flag                   STRING
       LQIDSA    Lpar 52 diagnose samples                 GAUGE
       LQIDUR    Lpar 52 duration                         TIME
       LQIIFAT   Lpar 52 ifa dispatch time                TIME
       LQIIFUT   Lpar 52 ifa up time                      TIME
       LQIIFWT   Lpar 52 ifa wst time                     TIME
       LQILAC    Lpar 52 4-hr average smf70lac            AVERAGE
       LQIMGTT   Lpar 52 management time                  TIME
       LQIMSU    Lpar 52 interval msu count               COUNT
       LQIMSUH   Lpar 52 interval msu as hourly rate      RATE
       LQIMSU7   Lpar 52 msu defined capacity smf70msu    INT
       LQINAME   Lpar 52 name                             STRING
       LQINRPR   Lpar 52 number of processors             INT
       LQINSW    Lpar 52 pct when lpar was soft capped    PERCENT100
       LQIONT    Lpar 52 lpar online duration smf70ont    TIME
       LQISHAR   Lpar 52 share initial weight pct         PERCENT100
       LQISHRC   Lpar 52 share current weight pct         PERCENT100
       LQISTN    Lpar 52 mvs system name smf70stn         STRING
       LQIUEDT   Lpar 52 effective time                   TIME
       LQIUPDT   Lpar 52 dispatch time                    TIME
       LQIWAIT   Lpar 52 cpu wait flag                    STRING
       LQIWST    Lpar 52 wait state duration smf70wst     TIME
       LQIZIPT   Lpar 52 zip dispatch time                TIME
       LQIZIUT   Lpar 52 zip up time                      TIME
       LQIZIWT   Lpar 52 zip wst time                     TIME
       LQJBDA    Lpar 53 average logical cpus smf70bda    AVERAGE
       LQJCAP    Lpar 53 capped flag                      STRING
       LQJCHG    Lpar 53 cp change flag                   STRING
       LQJCSF    Lpar 53 cstore                           GAUGE
       LQJDED    Lpar 53 dedicated flag                   STRING
       LQJDSA    Lpar 53 diagnose samples                 GAUGE
       LQJDUR    Lpar 53 duration                         TIME
       LQJIFAT   Lpar 53 ifa dispatch time                TIME
       LQJIFUT   Lpar 53 ifa up time                      TIME
       LQJIFWT   Lpar 53 ifa wst time                     TIME
       LQJLAC    Lpar 53 4-hr average smf70lac            AVERAGE
       LQJMGTT   Lpar 53 management time                  TIME
       LQJMSU    Lpar 53 interval msu count               COUNT
       LQJMSUH   Lpar 53 interval msu as hourly rate      RATE
       LQJMSU7   Lpar 53 msu defined capacity smf70msu    INT
       LQJNAME   Lpar 53 name                             STRING
       LQJNRPR   Lpar 53 number of processors             INT
       LQJNSW    Lpar 53 pct when lpar was soft capped    PERCENT100
       LQJONT    Lpar 53 lpar online duration smf70ont    TIME
       LQJSHAR   Lpar 53 share initial weight pct         PERCENT100
       LQJSHRC   Lpar 53 share current weight pct         PERCENT100
       LQJSTN    Lpar 53 mvs system name smf70stn         STRING
       LQJUEDT   Lpar 53 effective time                   TIME
       LQJUPDT   Lpar 53 dispatch time                    TIME
       LQJWAIT   Lpar 53 cpu wait flag                    STRING
       LQJWST    Lpar 53 wait state duration smf70wst     TIME
       LQJZIPT   Lpar 53 zip dispatch time                TIME
       LQJZIUT   Lpar 53 zip up time                      TIME
       LQJZIWT   Lpar 53 zip wst time                     TIME
       LQKBDA    Lpar 54 average logical cpus smf70bda    AVERAGE
       LQKCAP    Lpar 54 capped flag                      STRING
       LQKCHG    Lpar 54 cp change flag                   STRING
       LQKCSF    Lpar 54 cstore                           GAUGE
       LQKDED    Lpar 54 dedicated flag                   STRING
       LQKDSA    Lpar 54 diagnose samples                 GAUGE
       LQKDUR    Lpar 54 duration                         TIME
       LQKIFAT   Lpar 54 ifa dispatch time                TIME
       LQKIFUT   Lpar 54 ifa up time                      TIME
       LQKIFWT   Lpar 54 ifa wst time                     TIME
       LQKLAC    Lpar 54 4-hr average smf70lac            AVERAGE
       LQKMGTT   Lpar 54 management time                  TIME
       LQKMSU    Lpar 54 interval msu count               COUNT
       LQKMSUH   Lpar 54 interval msu as hourly rate      RATE
       LQKMSU7   Lpar 54 msu defined capacity smf70msu    INT
       LQKNAME   Lpar 54 name                             STRING
       LQKNRPR   Lpar 54 number of processors             INT
       LQKNSW    Lpar 54 pct when lpar was soft capped    PERCENT100
       LQKONT    Lpar 54 lpar online duration smf70ont    TIME
       LQKSHAR   Lpar 54 share initial weight pct         PERCENT100
       LQKSHRC   Lpar 54 share current weight pct         PERCENT100
       LQKSTN    Lpar 54 mvs system name smf70stn         STRING
       LQKUEDT   Lpar 54 effective time                   TIME
       LQKUPDT   Lpar 54 dispatch time                    TIME
       LQKWAIT   Lpar 54 cpu wait flag                    STRING
       LQKWST    Lpar 54 wait state duration smf70wst     TIME
       LQKZIPT   Lpar 54 zip dispatch time                TIME
       LQKZIUT   Lpar 54 zip up time                      TIME
       LQKZIWT   Lpar 54 zip wst time                     TIME
       LQLBDA    Lpar 55 average logical cpus smf70bda    AVERAGE
       LQLCAP    Lpar 55 capped flag                      STRING
       LQLCHG    Lpar 55 cp change flag                   STRING
       LQLCSF    Lpar 55 cstore                           GAUGE
       LQLDED    Lpar 55 dedicated flag                   STRING
       LQLDSA    Lpar 55 diagnose samples                 GAUGE
       LQLDUR    Lpar 55 duration                         TIME
       LQLIFAT   Lpar 55 ifa dispatch time                TIME
       LQLIFUT   Lpar 55 ifa up time                      TIME
       LQLIFWT   Lpar 55 ifa wst time                     TIME
       LQLLAC    Lpar 55 4-hr average smf70lac            AVERAGE
       LQLMGTT   Lpar 55 management time                  TIME
       LQLMSU    Lpar 55 interval msu count               COUNT
       LQLMSUH   Lpar 55 interval msu as hourly rate      RATE
       LQLMSU7   Lpar 55 msu defined capacity smf70msu    INT
       LQLNAME   Lpar 55 name                             STRING
       LQLNRPR   Lpar 55 number of processors             INT
       LQLNSW    Lpar 55 pct when lpar was soft capped    PERCENT100
       LQLONT    Lpar 55 lpar online duration smf70ont    TIME
       LQLSHAR   Lpar 55 share initial weight pct         PERCENT100
       LQLSHRC   Lpar 55 share current weight pct         PERCENT100
       LQLSTN    Lpar 55 mvs system name smf70stn         STRING
       LQLUEDT   Lpar 55 effective time                   TIME
       LQLUPDT   Lpar 55 dispatch time                    TIME
       LQLWAIT   Lpar 55 cpu wait flag                    STRING
       LQLWST    Lpar 55 wait state duration smf70wst     TIME
       LQLZIPT   Lpar 55 zip dispatch time                TIME
       LQLZIUT   Lpar 55 zip up time                      TIME
       LQLZIWT   Lpar 55 zip wst time                     TIME
       LQMBDA    Lpar 56 average logical cpus smf70bda    AVERAGE
       LQMCAP    Lpar 56 capped flag                      STRING
       LQMCHG    Lpar 56 cp change flag                   STRING
       LQMCSF    Lpar 56 cstore                           GAUGE
       LQMDED    Lpar 56 dedicated flag                   STRING
       LQMDSA    Lpar 56 diagnose samples                 GAUGE
       LQMDUR    Lpar 56 duration                         TIME
       LQMIFAT   Lpar 56 ifa dispatch time                TIME
       LQMIFUT   Lpar 56 ifa up time                      TIME
       LQMIFWT   Lpar 56 ifa wst time                     TIME
       LQMLAC    Lpar 56 4-hr average smf70lac            AVERAGE
       LQMMGTT   Lpar 56 management time                  TIME
       LQMMSU    Lpar 56 interval msu count               COUNT
       LQMMSUH   Lpar 56 interval msu as hourly rate      RATE
       LQMMSU7   Lpar 56 msu defined capacity smf70msu    INT
       LQMNAME   Lpar 56 name                             STRING
       LQMNRPR   Lpar 56 number of processors             INT
       LQMNSW    Lpar 56 pct when lpar was soft capped    PERCENT100
       LQMONT    Lpar 56 lpar online duration smf70ont    TIME
       LQMSHAR   Lpar 56 share initial weight pct         PERCENT100
       LQMSHRC   Lpar 56 share current weight pct         PERCENT100
       LQMSTN    Lpar 56 mvs system name smf70stn         STRING
       LQMUEDT   Lpar 56 effective time                   TIME
       LQMUPDT   Lpar 56 dispatch time                    TIME
       LQMWAIT   Lpar 56 cpu wait flag                    STRING
       LQMWST    Lpar 56 wait state duration smf70wst     TIME
       LQMZIPT   Lpar 56 zip dispatch time                TIME
       LQMZIUT   Lpar 56 zip up time                      TIME
       LQMZIWT   Lpar 56 zip wst time                     TIME
       LQNBDA    Lpar 57 average logical cpus smf70bda    AVERAGE
       LQNCAP    Lpar 57 capped flag                      STRING
       LQNCHG    Lpar 57 cp change flag                   STRING
       LQNCSF    Lpar 57 cstore                           GAUGE
       LQNDED    Lpar 57 dedicated flag                   STRING
       LQNDSA    Lpar 57 diagnose samples                 GAUGE
       LQNDUR    Lpar 57 duration                         TIME
       LQNIFAT   Lpar 57 ifa dispatch time                TIME
       LQNIFUT   Lpar 57 ifa up time                      TIME
       LQNIFWT   Lpar 57 ifa wst time                     TIME
       LQNLAC    Lpar 57 4-hr average smf70lac            AVERAGE
       LQNMGTT   Lpar 57 management time                  TIME
       LQNMSU    Lpar 57 interval msu count               COUNT
       LQNMSUH   Lpar 57 interval msu as hourly rate      RATE
       LQNMSU7   Lpar 57 msu defined capacity smf70msu    INT
       LQNNAME   Lpar 57 name                             STRING
       LQNNRPR   Lpar 57 number of processors             INT
       LQNNSW    Lpar 57 pct when lpar was soft capped    PERCENT100
       LQNONT    Lpar 57 lpar online duration smf70ont    TIME
       LQNSHAR   Lpar 57 share initial weight pct         PERCENT100
       LQNSHRC   Lpar 57 share current weight pct         PERCENT100
       LQNSTN    Lpar 57 mvs system name smf70stn         STRING
       LQNUEDT   Lpar 57 effective time                   TIME
       LQNUPDT   Lpar 57 dispatch time                    TIME
       LQNWAIT   Lpar 57 cpu wait flag                    STRING
       LQNWST    Lpar 57 wait state duration smf70wst     TIME
       LQNZIPT   Lpar 57 zip dispatch time                TIME
       LQNZIUT   Lpar 57 zip up time                      TIME
       LQNZIWT   Lpar 57 zip wst time                     TIME
       LQOBDA    Lpar 58 average logical cpus smf70bda    AVERAGE
       LQOCAP    Lpar 58 capped flag                      STRING
       LQOCHG    Lpar 58 cp change flag                   STRING
       LQOCSF    Lpar 58 cstore                           GAUGE
       LQODED    Lpar 58 dedicated flag                   STRING
       LQODSA    Lpar 58 diagnose samples                 GAUGE
       LQODUR    Lpar 58 duration                         TIME
       LQOIFAT   Lpar 58 ifa dispatch time                TIME
       LQOIFUT   Lpar 58 ifa up time                      TIME
       LQOIFWT   Lpar 58 ifa wst time                     TIME
       LQOLAC    Lpar 58 4-hr average smf70lac            AVERAGE
       LQOMGTT   Lpar 58 management time                  TIME
       LQOMSU    Lpar 58 interval msu count               COUNT
       LQOMSUH   Lpar 58 interval msu as hourly rate      RATE
       LQOMSU7   Lpar 58 msu defined capacity smf70msu    INT
       LQONAME   Lpar 58 name                             STRING
       LQONRPR   Lpar 58 number of processors             INT
       LQONSW    Lpar 58 pct when lpar was soft capped    PERCENT100
       LQOONT    Lpar 58 lpar online duration smf70ont    TIME
       LQOSHAR   Lpar 58 share initial weight pct         PERCENT100
       LQOSHRC   Lpar 58 share current weight pct         PERCENT100
       LQOSTN    Lpar 58 mvs system name smf70stn         STRING
       LQOUEDT   Lpar 58 effective time                   TIME
       LQOUPDT   Lpar 58 dispatch time                    TIME
       LQOWAIT   Lpar 58 cpu wait flag                    STRING
       LQOWST    Lpar 58 wait state duration smf70wst     TIME
       LQOZIPT   Lpar 58 zip dispatch time                TIME
       LQOZIUT   Lpar 58 zip up time                      TIME
       LQOZIWT   Lpar 58 zip wst time                     TIME
       LQPBDA    Lpar 59 average logical cpus smf70bda    AVERAGE
       LQPCAP    Lpar 59 capped flag                      STRING
       LQPCHG    Lpar 59 cp change flag                   STRING
       LQPCSF    Lpar 59 cstore                           GAUGE
       LQPDED    Lpar 59 dedicated flag                   STRING
       LQPDSA    Lpar 59 diagnose samples                 GAUGE
       LQPDUR    Lpar 59 duration                         TIME
       LQPIFAT   Lpar 59 ifa dispatch time                TIME
       LQPIFUT   Lpar 59 ifa up time                      TIME
       LQPIFWT   Lpar 59 ifa wst time                     TIME
       LQPLAC    Lpar 59 4-hr average smf70lac            AVERAGE
       LQPMGTT   Lpar 59 management time                  TIME
       LQPMSU    Lpar 59 interval msu count               COUNT
       LQPMSUH   Lpar 59 interval msu as hourly rate      RATE
       LQPMSU7   Lpar 59 msu defined capacity smf70msu    INT
       LQPNAME   Lpar 59 name                             STRING
       LQPNRPR   Lpar 59 number of processors             INT
       LQPNSW    Lpar 59 pct when lpar was soft capped    PERCENT100
       LQPONT    Lpar 59 lpar online duration smf70ont    TIME
       LQPSHAR   Lpar 59 share initial weight pct         PERCENT100
       LQPSHRC   Lpar 59 share current weight pct         PERCENT100
       LQPSTN    Lpar 59 mvs system name smf70stn         STRING
       LQPUEDT   Lpar 59 effective time                   TIME
       LQPUPDT   Lpar 59 dispatch time                    TIME
       LQPWAIT   Lpar 59 cpu wait flag                    STRING
       LQPWST    Lpar 59 wait state duration smf70wst     TIME
       LQPZIPT   Lpar 59 zip dispatch time                TIME
       LQPZIUT   Lpar 59 zip up time                      TIME
       LQPZIWT   Lpar 59 zip wst time                     TIME
       LQQBDA    Lpar 60 average logical cpus smf70bda    AVERAGE
       LQQCAP    Lpar 60 capped flag                      STRING
       LQQCHG    Lpar 60 cp change flag                   STRING
       LQQCSF    Lpar 60 cstore                           GAUGE
       LQQDED    Lpar 60 dedicated flag                   STRING
       LQQDSA    Lpar 60 diagnose samples                 GAUGE
       LQQDUR    Lpar 60 duration                         TIME
       LQQIFAT   Lpar 60 ifa dispatch time                TIME
       LQQIFUT   Lpar 60 ifa up time                      TIME
       LQQIFWT   Lpar 60 ifa wst time                     TIME
       LQQLAC    Lpar 60 4-hr average smf70lac            AVERAGE
       LQQMGTT   Lpar 60 management time                  TIME
       LQQMSU    Lpar 60 interval msu count               COUNT
       LQQMSUH   Lpar 60 interval msu as hourly rate      RATE
       LQQMSU7   Lpar 60 msu defined capacity smf70msu    INT
       LQQNAME   Lpar 60 name                             STRING
       LQQNRPR   Lpar 60 number of processors             INT
       LQQNSW    Lpar 60 pct when lpar was soft capped    PERCENT100
       LQQONT    Lpar 60 lpar online duration smf70ont    TIME
       LQQSHAR   Lpar 60 share initial weight pct         PERCENT100
       LQQSHRC   Lpar 60 share current weight pct         PERCENT100
       LQQSTN    Lpar 60 mvs system name smf70stn         STRING
       LQQUEDT   Lpar 60 effective time                   TIME
       LQQUPDT   Lpar 60 dispatch time                    TIME
       LQQWAIT   Lpar 60 cpu wait flag                    STRING
       LQQWST    Lpar 60 wait state duration smf70wst     TIME
       LQQZIPT   Lpar 60 zip dispatch time                TIME
       LQQZIUT   Lpar 60 zip up time                      TIME
       LQQZIWT   Lpar 60 zip wst time                     TIME
       LQ1BDA    Lpar 35 average logical cpus smf70bda    AVERAGE
       LQ1CAP    Lpar 35 capped flag                      STRING
       LQ1CHG    Lpar 35 cp change flag                   STRING
       LQ1CSF    Lpar 35 cstore                           GAUGE
       LQ1DED    Lpar 35 dedicated flag                   STRING
       LQ1DSA    Lpar 35 diagnose samples                 GAUGE
       LQ1DUR    Lpar 35 duration                         TIME
       LQ1IFAT   Lpar 35 ifa dispatch time                TIME
       LQ1IFUT   Lpar 35 ifa up time                      TIME
       LQ1IFWT   Lpar 35 ifa wst time                     TIME
       LQ1LAC    Lpar 35 4-hr average smf70lac            AVERAGE
       LQ1MGTT   Lpar 35 management time                  TIME
       LQ1MSU    Lpar 35 interval msu count               COUNT
       LQ1MSUH   Lpar 35 interval msu as hourly rate      RATE
       LQ1MSU7   Lpar 35 msu defined capacity smf70msu    INT
       LQ1NAME   Lpar 35 name                             STRING
       LQ1NRPR   Lpar 35 number of processors             INT
       LQ1NSW    Lpar 35 pct when lpar was soft capped    PERCENT100
       LQ1ONT    Lpar 35 lpar online duration smf70ont    TIME
       LQ1SHAR   Lpar 35 share initial weight pct         PERCENT100
       LQ1SHRC   Lpar 35 share current weight pct         PERCENT100
       LQ1STN    Lpar 35 mvs system name smf70stn         STRING
       LQ1UEDT   Lpar 35 effective time                   TIME
       LQ1UPDT   Lpar 35 dispatch time                    TIME
       LQ1WAIT   Lpar 35 cpu wait flag                    STRING
       LQ1WST    Lpar 35 wait state duration smf70wst     TIME
       LQ1ZIPT   Lpar 35 zip dispatch time                TIME
       LQ1ZIUT   Lpar 35 zip up time                      TIME
       LQ1ZIWT   Lpar 35 zip wst time                     TIME
       LQ2BDA    Lpar 36 average logical cpus smf70bda    AVERAGE
       LQ2CAP    Lpar 36 capped flag                      STRING
       LQ2CHG    Lpar 36 cp change flag                   STRING
       LQ2CSF    Lpar 36 cstore                           GAUGE
       LQ2DED    Lpar 36 dedicated flag                   STRING
       LQ2DSA    Lpar 36 diagnose samples                 GAUGE
       LQ2DUR    Lpar 36 duration                         TIME
       LQ2IFAT   Lpar 36 ifa dispatch time                TIME
       LQ2IFUT   Lpar 36 ifa up time                      TIME
       LQ2IFWT   Lpar 36 ifa wst time                     TIME
       LQ2LAC    Lpar 36 4-hr average smf70lac            AVERAGE
       LQ2MGTT   Lpar 36 management time                  TIME
       LQ2MSU    Lpar 36 interval msu count               COUNT
       LQ2MSUH   Lpar 36 interval msu as hourly rate      RATE
       LQ2MSU7   Lpar 36 msu defined capacity smf70msu    INT
       LQ2NAME   Lpar 36 name                             STRING
       LQ2NRPR   Lpar 36 number of processors             INT
       LQ2NSW    Lpar 36 pct when lpar was soft capped    PERCENT100
       LQ2ONT    Lpar 36 lpar online duration smf70ont    TIME
       LQ2SHAR   Lpar 36 share initial weight pct         PERCENT100
       LQ2SHRC   Lpar 36 share current weight pct         PERCENT100
       LQ2STN    Lpar 36 mvs system name smf70stn         STRING
       LQ2UEDT   Lpar 36 effective time                   TIME
       LQ2UPDT   Lpar 36 dispatch time                    TIME
       LQ2WAIT   Lpar 36 cpu wait flag                    STRING
       LQ2WST    Lpar 36 wait state duration smf70wst     TIME
       LQ2ZIPT   Lpar 36 zip dispatch time                TIME
       LQ2ZIUT   Lpar 36 zip up time                      TIME
       LQ2ZIWT   Lpar 36 zip wst time                     TIME
       LQ3BDA    Lpar 37 average logical cpus smf70bda    AVERAGE
       LQ3CAP    Lpar 37 capped flag                      STRING
       LQ3CHG    Lpar 37 cp change flag                   STRING
       LQ3CSF    Lpar 37 cstore                           GAUGE
       LQ3DED    Lpar 37 dedicated flag                   STRING
       LQ3DSA    Lpar 37 diagnose samples                 GAUGE
       LQ3DUR    Lpar 37 duration                         TIME
       LQ3IFAT   Lpar 37 ifa dispatch time                TIME
       LQ3IFUT   Lpar 37 ifa up time                      TIME
       LQ3IFWT   Lpar 37 ifa wst time                     TIME
       LQ3LAC    Lpar 37 4-hr average smf70lac            AVERAGE
       LQ3MGTT   Lpar 37 management time                  TIME
       LQ3MSU    Lpar 37 interval msu count               COUNT
       LQ3MSUH   Lpar 37 interval msu as hourly rate      RATE
       LQ3MSU7   Lpar 37 msu defined capacity smf70msu    INT
       LQ3NAME   Lpar 37 name                             STRING
       LQ3NRPR   Lpar 37 number of processors             INT
       LQ3NSW    Lpar 37 pct when lpar was soft capped    PERCENT100
       LQ3ONT    Lpar 37 lpar online duration smf70ont    TIME
       LQ3SHAR   Lpar 37 share initial weight pct         PERCENT100
       LQ3SHRC   Lpar 37 share current weight pct         PERCENT100
       LQ3STN    Lpar 37 mvs system name smf70stn         STRING
       LQ3UEDT   Lpar 37 effective time                   TIME
       LQ3UPDT   Lpar 37 dispatch time                    TIME
       LQ3WAIT   Lpar 37 cpu wait flag                    STRING
       LQ3WST    Lpar 37 wait state duration smf70wst     TIME
       LQ3ZIPT   Lpar 37 zip dispatch time                TIME
       LQ3ZIUT   Lpar 37 zip up time                      TIME
       LQ3ZIWT   Lpar 37 zip wst time                     TIME
       LQ4BDA    Lpar 38 average logical cpus smf70bda    AVERAGE
       LQ4CAP    Lpar 38 capped flag                      STRING
       LQ4CHG    Lpar 38 cp change flag                   STRING
       LQ4CSF    Lpar 38 cstore                           GAUGE
       LQ4DED    Lpar 38 dedicated flag                   STRING
       LQ4DSA    Lpar 38 diagnose samples                 GAUGE
       LQ4DUR    Lpar 38 duration                         TIME
       LQ4IFAT   Lpar 38 ifa dispatch time                TIME
       LQ4IFUT   Lpar 38 ifa up time                      TIME
       LQ4IFWT   Lpar 38 ifa wst time                     TIME
       LQ4LAC    Lpar 38 4-hr average smf70lac            AVERAGE
       LQ4MGTT   Lpar 38 management time                  TIME
       LQ4MSU    Lpar 38 interval msu count               COUNT
       LQ4MSUH   Lpar 38 interval msu as hourly rate      RATE
       LQ4MSU7   Lpar 38 msu defined capacity smf70msu    INT
       LQ4NAME   Lpar 38 name                             STRING
       LQ4NRPR   Lpar 38 number of processors             INT
       LQ4NSW    Lpar 38 pct when lpar was soft capped    PERCENT100
       LQ4ONT    Lpar 38 lpar online duration smf70ont    TIME
       LQ4SHAR   Lpar 38 share initial weight pct         PERCENT100
       LQ4SHRC   Lpar 38 share current weight pct         PERCENT100
       LQ4STN    Lpar 38 mvs system name smf70stn         STRING
       LQ4UEDT   Lpar 38 effective time                   TIME
       LQ4UPDT   Lpar 38 dispatch time                    TIME
       LQ4WAIT   Lpar 38 cpu wait flag                    STRING
       LQ4WST    Lpar 38 wait state duration smf70wst     TIME
       LQ4ZIPT   Lpar 38 zip dispatch time                TIME
       LQ4ZIUT   Lpar 38 zip up time                      TIME
       LQ4ZIWT   Lpar 38 zip wst time                     TIME
       LQ5BDA    Lpar 39 average logical cpus smf70bda    AVERAGE
       LQ5CAP    Lpar 39 capped flag                      STRING
       LQ5CHG    Lpar 39 cp change flag                   STRING
       LQ5CSF    Lpar 39 cstore                           GAUGE
       LQ5DED    Lpar 39 dedicated flag                   STRING
       LQ5DSA    Lpar 39 diagnose samples                 GAUGE
       LQ5DUR    Lpar 39 duration                         TIME
       LQ5IFAT   Lpar 39 ifa dispatch time                TIME
       LQ5IFUT   Lpar 39 ifa up time                      TIME
       LQ5IFWT   Lpar 39 ifa wst time                     TIME
       LQ5LAC    Lpar 39 4-hr average smf70lac            AVERAGE
       LQ5MGTT   Lpar 39 management time                  TIME
       LQ5MSU    Lpar 39 interval msu count               COUNT
       LQ5MSUH   Lpar 39 interval msu as hourly rate      RATE
       LQ5MSU7   Lpar 39 msu defined capacity smf70msu    INT
       LQ5NAME   Lpar 39 name                             STRING
       LQ5NRPR   Lpar 39 number of processors             INT
       LQ5NSW    Lpar 39 pct when lpar was soft capped    PERCENT100
       LQ5ONT    Lpar 39 lpar online duration smf70ont    TIME
       LQ5SHAR   Lpar 39 share initial weight pct         PERCENT100
       LQ5SHRC   Lpar 39 share current weight pct         PERCENT100
       LQ5STN    Lpar 39 mvs system name smf70stn         STRING
       LQ5UEDT   Lpar 39 effective time                   TIME
       LQ5UPDT   Lpar 39 dispatch time                    TIME
       LQ5WAIT   Lpar 39 cpu wait flag                    STRING
       LQ5WST    Lpar 39 wait state duration smf70wst     TIME
       LQ5ZIPT   Lpar 39 zip dispatch time                TIME
       LQ5ZIUT   Lpar 39 zip up time                      TIME
       LQ5ZIWT   Lpar 39 zip wst time                     TIME
       LQ6BDA    Lpar 40 average logical cpus smf70bda    AVERAGE
       LQ6CAP    Lpar 40 capped flag                      STRING
       LQ6CHG    Lpar 40 cp change flag                   STRING
       LQ6CSF    Lpar 40 cstore                           GAUGE
       LQ6DED    Lpar 40 dedicated flag                   STRING
       LQ6DSA    Lpar 40 diagnose samples                 GAUGE
       LQ6DUR    Lpar 40 duration                         TIME
       LQ6IFAT   Lpar 40 ifa dispatch time                TIME
       LQ6IFUT   Lpar 40 ifa up time                      TIME
       LQ6IFWT   Lpar 40 ifa wst time                     TIME
       LQ6LAC    Lpar 40 4-hr average smf70lac            AVERAGE
       LQ6MGTT   Lpar 40 management time                  TIME
       LQ6MSU    Lpar 40 interval msu count               COUNT
       LQ6MSUH   Lpar 40 interval msu as hourly rate      RATE
       LQ6MSU7   Lpar 40 msu defined capacity smf70msu    INT
       LQ6NAME   Lpar 40 name                             STRING
       LQ6NRPR   Lpar 40 number of processors             INT
       LQ6NSW    Lpar 40 pct when lpar was soft capped    PERCENT100
       LQ6ONT    Lpar 40 lpar online duration smf70ont    TIME
       LQ6SHAR   Lpar 40 share initial weight pct         PERCENT100
       LQ6SHRC   Lpar 40 share current weight pct         PERCENT100
       LQ6STN    Lpar 40 mvs system name smf70stn         STRING
       LQ6UEDT   Lpar 40 effective time                   TIME
       LQ6UPDT   Lpar 40 dispatch time                    TIME
       LQ6WAIT   Lpar 40 cpu wait flag                    STRING
       LQ6WST    Lpar 40 wait state duration smf70wst     TIME
       LQ6ZIPT   Lpar 40 zip dispatch time                TIME
       LQ6ZIUT   Lpar 40 zip up time                      TIME
       LQ6ZIWT   Lpar 40 zip wst time                     TIME
       LQ7BDA    Lpar 41 average logical cpus smf70bda    AVERAGE
       LQ7CAP    Lpar 41 capped flag                      STRING
       LQ7CHG    Lpar 41 cp change flag                   STRING
       LQ7CSF    Lpar 41 cstore                           GAUGE
       LQ7DED    Lpar 41 dedicated flag                   STRING
       LQ7DSA    Lpar 41 diagnose samples                 GAUGE
       LQ7DUR    Lpar 41 duration                         TIME
       LQ7IFAT   Lpar 41 ifa dispatch time                TIME
       LQ7IFUT   Lpar 41 ifa up time                      TIME
       LQ7IFWT   Lpar 41 ifa wst time                     TIME
       LQ7LAC    Lpar 41 4-hr average smf70lac            AVERAGE
       LQ7MGTT   Lpar 41 management time                  TIME
       LQ7MSU    Lpar 41 interval msu count               COUNT
       LQ7MSUH   Lpar 41 interval msu as hourly rate      RATE
       LQ7MSU7   Lpar 41 msu defined capacity smf70msu    INT
       LQ7NAME   Lpar 41 name                             STRING
       LQ7NRPR   Lpar 41 number of processors             INT
       LQ7NSW    Lpar 41 pct when lpar was soft capped    PERCENT100
       LQ7ONT    Lpar 41 lpar online duration smf70ont    TIME
       LQ7SHAR   Lpar 41 share initial weight pct         PERCENT100
       LQ7SHRC   Lpar 41 share current weight pct         PERCENT100
       LQ7STN    Lpar 41 mvs system name smf70stn         STRING
       LQ7UEDT   Lpar 41 effective time                   TIME
       LQ7UPDT   Lpar 41 dispatch time                    TIME
       LQ7WAIT   Lpar 41 cpu wait flag                    STRING
       LQ7WST    Lpar 41 wait state duration smf70wst     TIME
       LQ7ZIPT   Lpar 41 zip dispatch time                TIME
       LQ7ZIUT   Lpar 41 zip up time                      TIME
       LQ7ZIWT   Lpar 41 zip wst time                     TIME
       LQ8BDA    Lpar 42 average logical cpus smf70bda    AVERAGE
       LQ8CAP    Lpar 42 capped flag                      STRING
       LQ8CHG    Lpar 42 cp change flag                   STRING
       LQ8CSF    Lpar 42 cstore                           GAUGE
       LQ8DED    Lpar 42 dedicated flag                   STRING
       LQ8DSA    Lpar 42 diagnose samples                 GAUGE
       LQ8DUR    Lpar 42 duration                         TIME
       LQ8IFAT   Lpar 42 ifa dispatch time                TIME
       LQ8IFUT   Lpar 42 ifa up time                      TIME
       LQ8IFWT   Lpar 42 ifa wst time                     TIME
       LQ8LAC    Lpar 42 4-hr average smf70lac            AVERAGE
       LQ8MGTT   Lpar 42 management time                  TIME
       LQ8MSU    Lpar 42 interval msu count               COUNT
       LQ8MSUH   Lpar 42 interval msu as hourly rate      RATE
       LQ8MSU7   Lpar 42 msu defined capacity smf70msu    INT
       LQ8NAME   Lpar 42 name                             STRING
       LQ8NRPR   Lpar 42 number of processors             INT
       LQ8NSW    Lpar 42 pct when lpar was soft capped    PERCENT100
       LQ8ONT    Lpar 42 lpar online duration smf70ont    TIME
       LQ8SHAR   Lpar 42 share initial weight pct         PERCENT100
       LQ8SHRC   Lpar 42 share current weight pct         PERCENT100
       LQ8STN    Lpar 42 mvs system name smf70stn         STRING
       LQ8UEDT   Lpar 42 effective time                   TIME
       LQ8UPDT   Lpar 42 dispatch time                    TIME
       LQ8WAIT   Lpar 42 cpu wait flag                    STRING
       LQ8WST    Lpar 42 wait state duration smf70wst     TIME
       LQ8ZIPT   Lpar 42 zip dispatch time                TIME
       LQ8ZIUT   Lpar 42 zip up time                      TIME
       LQ8ZIWT   Lpar 42 zip wst time                     TIME
       LQ9BDA    Lpar 43 average logical cpus smf70bda    AVERAGE
       LQ9CAP    Lpar 43 capped flag                      STRING
       LQ9CHG    Lpar 43 cp change flag                   STRING
       LQ9CSF    Lpar 43 cstore                           GAUGE
       LQ9DED    Lpar 43 dedicated flag                   STRING
       LQ9DSA    Lpar 43 diagnose samples                 GAUGE
       LQ9DUR    Lpar 43 duration                         TIME
       LQ9IFAT   Lpar 43 ifa dispatch time                TIME
       LQ9IFUT   Lpar 43 ifa up time                      TIME
       LQ9IFWT   Lpar 43 ifa wst time                     TIME
       LQ9LAC    Lpar 43 4-hr average smf70lac            AVERAGE
       LQ9MGTT   Lpar 43 management time                  TIME
       LQ9MSU    Lpar 43 interval msu count               COUNT
       LQ9MSUH   Lpar 43 interval msu as hourly rate      RATE
       LQ9MSU7   Lpar 43 msu defined capacity smf70msu    INT
       LQ9NAME   Lpar 43 name                             STRING
       LQ9NRPR   Lpar 43 number of processors             INT
       LQ9NSW    Lpar 43 pct when lpar was soft capped    PERCENT100
       LQ9ONT    Lpar 43 lpar online duration smf70ont    TIME
       LQ9SHAR   Lpar 43 share initial weight pct         PERCENT100
       LQ9SHRC   Lpar 43 share current weight pct         PERCENT100
       LQ9STN    Lpar 43 mvs system name smf70stn         STRING
       LQ9UEDT   Lpar 43 effective time                   TIME
       LQ9UPDT   Lpar 43 dispatch time                    TIME
       LQ9WAIT   Lpar 43 cpu wait flag                    STRING
       LQ9WST    Lpar 43 wait state duration smf70wst     TIME
       LQ9ZIPT   Lpar 43 zip dispatch time                TIME
       LQ9ZIUT   Lpar 43 zip up time                      TIME
       LQ9ZIWT   Lpar 43 zip wst time                     TIME
       NRIFACP   Nr of ifa cpus in cpc                    INT
       NRIFLCP   Nr of ifl cpus in cpc                    INT
       NRZIPCP   Nr of zip cpus in cpc                    INT
       PATNCPU   Total number of cpus in the cec          INT
       PCTLYBY   Lpar 33 percent busy                     PERCENT100
       PCTLYOV   Lpar 33 percent overhead                 PERCENT100
       PCTLZBY   Lpar 34 percent busy                     PERCENT100
       PCTLZOV   Lpar 34 percent overhead                 PERCENT100
       PCTQABY   Lpar 44 percent busy                     PERCENT100
       PCTQAOV   Lpar 44 percent overhead                 PERCENT100
       PCTQBBY   Lpar 45 percent busy                     PERCENT100
       PCTQBOV   Lpar 45 percent overhead                 PERCENT100
       PCTQCBY   Lpar 46 percent busy                     PERCENT100
       PCTQCOV   Lpar 46 percent overhead                 PERCENT100
       PCTQDBY   Lpar 47 percent busy                     PERCENT100
       PCTQDOV   Lpar 47 percent overhead                 PERCENT100
       PCTQEBY   Lpar 48 percent busy                     PERCENT100
       PCTQEOV   Lpar 48 percent overhead                 PERCENT100
       PCTQFBY   Lpar 49 percent busy                     PERCENT100
       PCTQFOV   Lpar 49 percent overhead                 PERCENT100
       PCTQGBY   Lpar 50 percent busy                     PERCENT100
       PCTQGOV   Lpar 50 percent overhead                 PERCENT100
       PCTQHBY   Lpar 51 percent busy                     PERCENT100
       PCTQHOV   Lpar 51 percent overhead                 PERCENT100
       PCTQIBY   Lpar 52 percent busy                     PERCENT100
       PCTQIOV   Lpar 52 percent overhead                 PERCENT100
       PCTQJBY   Lpar 53 percent busy                     PERCENT100
       PCTQJOV   Lpar 53 percent overhead                 PERCENT100
       PCTQKBY   Lpar 54 percent busy                     PERCENT100
       PCTQKOV   Lpar 54 percent overhead                 PERCENT100
       PCTQLBY   Lpar 55 percent busy                     PERCENT100
       PCTQLOV   Lpar 55 percent overhead                 PERCENT100
       PCTQMBY   Lpar 56 percent busy                     PERCENT100
       PCTQMOV   Lpar 56 percent overhead                 PERCENT100
       PCTQNBY   Lpar 57 percent busy                     PERCENT100
       PCTQNOV   Lpar 57 percent overhead                 PERCENT100
       PCTQOBY   Lpar 58 percent busy                     PERCENT100
       PCTQOOV   Lpar 58 percent overhead                 PERCENT100
       PCTQPBY   Lpar 59 percent busy                     PERCENT100
       PCTQPOV   Lpar 59 percent overhead                 PERCENT100
       PCTQQBY   Lpar 60 percent busy                     PERCENT100
       PCTQQOV   Lpar 60 percent overhead                 PERCENT100
       PCTQ1BY   Lpar 35 percent busy                     PERCENT100
       PCTQ1OV   Lpar 35 percent overhead                 PERCENT100
       PCTQ2BY   Lpar 36 percent busy                     PERCENT100
       PCTQ2OV   Lpar 36 percent overhead                 PERCENT100
       PCTQ3BY   Lpar 37 percent busy                     PERCENT100
       PCTQ3OV   Lpar 37 percent overhead                 PERCENT100
       PCTQ4BY   Lpar 38 percent busy                     PERCENT100
       PCTQ4OV   Lpar 38 percent overhead                 PERCENT100
       PCTQ5BY   Lpar 39 percent busy                     PERCENT100
       PCTQ5OV   Lpar 39 percent overhead                 PERCENT100
       PCTQ6BY   Lpar 40 percent busy                     PERCENT100
       PCTQ6OV   Lpar 40 percent overhead                 PERCENT100
       PCTQ7BY   Lpar 41 percent busy                     PERCENT100
       PCTQ7OV   Lpar 41 percent overhead                 PERCENT100
       PCTQ8BY   Lpar 42 percent busy                     PERCENT100
       PCTQ8OV   Lpar 42 percent overhead                 PERCENT100
       PCTQ9BY   Lpar 43 percent busy                     PERCENT100
       PCTQ9OV   Lpar 43 percent overhead                 PERCENT100
       STARTIM   Minimum interval start datetime          DATETIME
       SYSNAME   System name from ieasysxx                STRING


     The following 65 variables have had their interpretation type changed
     in table XASM70P:

       LPACSF    changed from  COUNT     to  GAUGE
       LPBCSF    changed from  COUNT     to  GAUGE
       LPCCSF    changed from  COUNT     to  GAUGE
       LPDCSF    changed from  COUNT     to  GAUGE
       LPECSF    changed from  COUNT     to  GAUGE
       LPFCSF    changed from  COUNT     to  GAUGE
       LPGCSF    changed from  COUNT     to  GAUGE
       LPHCSF    changed from  COUNT     to  GAUGE
       LPHMSU7   changed from  COUNT     to  INT
       LPHNRPR   changed from  COUNT     to  INT
       LPICSF    changed from  COUNT     to  GAUGE
       LPIMSU7   changed from  COUNT     to  INT
       LPINRPR   changed from  COUNT     to  INT
       LPJCSF    changed from  COUNT     to  GAUGE
       LPJMSU7   changed from  COUNT     to  INT
       LPJNRPR   changed from  COUNT     to  INT
       LPKCSF    changed from  COUNT     to  GAUGE
       LPKMSU7   changed from  COUNT     to  INT
       LPKNRPR   changed from  COUNT     to  INT
       LPLCSF    changed from  COUNT     to  GAUGE
       LPLMSU7   changed from  COUNT     to  INT
       LPLNRPR   changed from  COUNT     to  INT
       LPMCSF    changed from  COUNT     to  GAUGE
       LPMMSU7   changed from  COUNT     to  INT
       LPMNRPR   changed from  COUNT     to  INT
       LPNCSF    changed from  COUNT     to  GAUGE
       LPNMSU7   changed from  COUNT     to  INT
       LPNNRPR   changed from  COUNT     to  INT
       LPOCSF    changed from  COUNT     to  GAUGE
       LPOMSU7   changed from  COUNT     to  INT
       LPONRPR   changed from  COUNT     to  INT
       LPQCSF    changed from  COUNT     to  GAUGE
       LPQMSU7   changed from  COUNT     to  INT
       LPQNRPR   changed from  COUNT     to  INT
       LPRCSF    changed from  COUNT     to  GAUGE
       LPRMSU7   changed from  COUNT     to  INT
       LPRNRPR   changed from  COUNT     to  INT
       LPSCSF    changed from  COUNT     to  GAUGE
       LPSMSU7   changed from  COUNT     to  INT
       LPSNRPR   changed from  COUNT     to  INT
       LPTCSF    changed from  COUNT     to  GAUGE
       LPTMSU7   changed from  COUNT     to  INT
       LPTNRPR   changed from  COUNT     to  INT
       LPUCSF    changed from  COUNT     to  GAUGE
       LPUMSU7   changed from  COUNT     to  INT
       LPUNRPR   changed from  COUNT     to  INT
       LPVCSF    changed from  COUNT     to  GAUGE
       LPVMSU7   changed from  COUNT     to  INT
       LPVNRPR   changed from  COUNT     to  INT
       LPWCSF    changed from  COUNT     to  GAUGE
       LPWMSU7   changed from  COUNT     to  INT
       LPWNRPR   changed from  COUNT     to  INT
       LPXCSF    changed from  COUNT     to  GAUGE
       LPXMSU7   changed from  COUNT     to  INT
       LPXNRPR   changed from  COUNT     to  INT
       LP0CSF    changed from  COUNT     to  GAUGE
       LP1CSF    changed from  COUNT     to  GAUGE
       LP2CSF    changed from  COUNT     to  GAUGE
       LP3CSF    changed from  COUNT     to  GAUGE
       LP4CSF    changed from  COUNT     to  GAUGE
       LP5CSF    changed from  COUNT     to  GAUGE
       LP6CSF    changed from  COUNT     to  GAUGE
       LP7CSF    changed from  COUNT     to  GAUGE
       LP8CSF    changed from  COUNT     to  GAUGE
       LP9CSF    changed from  COUNT     to  GAUGE


     The following 2 variables have been deleted from table XASM70P:

       NRPRCS    Number of logical partitions             INT
       PARTNCP   Total number of cpus in the cec          INT


 10) The following variable has been added to table XCISJR:

       Variable  Description                              Interpretation

       SJPRXCH   Sjr profile xmx value in text            STRING


 11) The following variable has had its interpretation type changed
     in table XCITRAN:

       TAERRFG   changed from  COUNT     to  INT


 12) The following variable has been deleted from table XCMEXTP:

       Variable  Description                              Interpretation

       CMHDTIM   Start of measurement interval            DATETIME


 13) The following 22 variables have been added to table XCM27CS:

       Variable  Description                              Interpretation

       C00ANSI   Min interval computing system cpu use    MINIMUM
       C275AID   Device adapter id                        STRING
       C275HDD   Nof hdd-s in raid rank                   COUNT
       C275HSS   Hdd sector size                          GAUGE
       C275NVS   Nvs space allocation                     COUNT
       C275RFL   Flags byte                               STRING
       C275RID   Raid rank id                             INT
       C275RMR   Record mode read requests                COUNT
       C275RRQ   Raid rank read requests                  COUNT
       C275RRT   Raid rank read response time             TIME
       C275RSV   Lower interface i/o response             TIME
       C275RTY   Raid rank type                           STRING
       C275SR    Raid rank fb sectors read                COUNT
       C275SW    Raid rank fb sectors written             COUNT
       C275TSP   Tracks transferred to pprc vo            COUNT
       C275WRQ   Raid rank write requests                 COUNT
       C275WRT   Raid rank write response time            TIME
       C275XCW   Xrc or cc contaminated writes            COUNT
       C275XSF   Xrc or cc sidefile read requests         COUNT
       C276LRE   Loc rcd dmn/rec ca writes                COUNT
       C276RCR   Record cache read misses                 COUNT
       C279XRS   Lower interface i/o response             TIME


 14) The following 22 variables have been added to table XCM27C9:

       Variable  Description                              Interpretation

       C00ANSI   Min interval computing system cpu use    MINIMUM
       C275AID   Device adapter id                        STRING
       C275HDD   Nof hdd-s in raid rank                   COUNT
       C275HSS   Hdd sector size                          GAUGE
       C275NVS   Nvs space allocation                     COUNT
       C275RFL   Flags byte                               STRING
       C275RID   Raid rank id                             INT
       C275RMR   Record mode read requests                COUNT
       C275RRQ   Raid rank read requests                  COUNT
       C275RRT   Raid rank read response time             TIME
       C275RSV   Lower interface i/o response             TIME
       C275RTY   Raid rank type                           STRING
       C275SR    Raid rank fb sectors read                COUNT
       C275SW    Raid rank fb sectors written             COUNT
       C275TSP   Tracks transferred to pprc vo            COUNT
       C275WRQ   Raid rank write requests                 COUNT
       C275WRT   Raid rank write response time            TIME
       C275XCW   Xrc or cc contaminated writes            COUNT
       C275XSF   Xrc or cc sidefile read requests         COUNT
       C276LRE   Loc rcd dmn/rec ca writes                COUNT
       C276RCR   Record cache read misses                 COUNT
       C279XRS   Lower interface i/o response             TIME


 15) The following 9 variables have been added to table XDBBPAC:

       Variable  Description                              Interpretation

       QBGADG    Cf unregister page requests              COUNT
       QBGAP1    P-lock lock reqs for space map pages     COUNT
       QBGAP2    P-lock lock reqs for data pages          COUNT
       QBGAP3    P-lock lock reqs for index leaf pages    COUNT
       QBGAS1    P-lock lock suspnd for space map pages   COUNT
       QBGAS2    P-lock lock suspnd for data pages        COUNT
       QBGAS3    P-lock lock suspnd for index leaf pages  COUNT
       QBGAU1    P-lock lock requests                     COUNT
       QBGAWS    Write and register war requests          COUNT


 16) The following variable has had its interpretation type changed
     in table XDBCCTP:

       QPACFLG   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XDBCCTP:

       QPACFLG   changed from  $HEX2.    to  $HEX4.


 17) The following 2 variables have had their interpretation type changed
     in table XDBGBPA:

       QBGBGR1   changed from  STRING    to  HEXFLAGS
       QBGBGR2   changed from  STRING    to  HEXFLAGS


     The following 2 variables have had their format changed in table
     XDBGBPA:

       QBGBGR1   changed from  $HEX8.    to  $HEX12.
       QBGBGR2   changed from  $HEX8.    to  $HEX12.


 18) The following variable has been deleted from table XDBGBPS:

       Variable  Description                              Interpretation

       BEGTIME   Beginning db2 stat interval              DATETIME


 19) The following 4 variables have been added to table XDBSTA0:

       Variable  Description                              Interpretation

       QW1PSRB   Cpu srb time preemptable master asid     TIME
       QW2PSRB   Cpu srb time preemptable dbm1 asid       TIME
       QW3PSRB   Cpu srb time preemptable irlm asid       TIME
       QW4PSRB   Cpu srb time preemptable ddf asid        TIME


 20) The following variable has been deleted from table XDBTATB:

       Variable  Description                              Interpretation

       BEGTIME   Beginning db2 stat interval              DATETIME


 21) The following variable has been deleted from table XDBTATR:

       Variable  Description                              Interpretation

       BEGTIME   Beginning db2 stat interval              DATETIME


 22) The following 4 variables have been added to table XDBTATS:

       Variable  Description                              Interpretation

       QW1PSRB   Cpu srb time preemptable master asid     TIME
       QW2PSRB   Cpu srb time preemptable dbm1 asid       TIME
       QW3PSRB   Cpu srb time preemptable irlm asid       TIME
       QW4PSRB   Cpu srb time preemptable ddf asid        TIME


 23) The following 4 variables have had their interpretation type changed
     in table XEDSVRE:

       MVEXP01   changed from  STRING    to  HEXFLAGS
       MVMEDAT   changed from  STRING    to  HEXFLAGS
       MVMEDCM   changed from  STRING    to  HEXFLAGS
       MVMEDTY   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XEDSVRE:

       MVEXP01   changed from  $HEX2.    to  $HEX8.


 24) The following variable has been added to table XICBGUT:

       Variable  Description                              Interpretation

       VDVFDID   Fdid name of functional device           STRING


     The following variable has been deleted from table XICBGUT:

       VDVNAME   Fdid name of functional device           STRING


 25) The following variable has been added to table XIMFTRN:

       Variable  Description                              Interpretation

       FLGSPCH   Wfi/pwfi processing flag                 STRING


 26) The following 3 variables have been deleted from table XIMPROG:

       Variable  Description                              Interpretation

       CTCKPNT   Checkpoints syncpoints                   COUNT
       MAXLOCK   Maximum locks held                       MAXIMUM
       TOTLOCK   Total locks                              COUNT


 27) The following variable has been added to table XIPAC03:

       Variable  Description                              Interpretation

       IPPACCE   Page accessed count                      COUNT


 28) The following variable has been added to table XJOBS:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME


 29) The following variable has had its format changed in table
     XLMCINI:

       CELL      changed from  HEX4.     to  HEX8.


 30) The following variable has had its format changed in table
     XLMEJEC:

       CELL      changed from  HEX4.     to  HEX8.


 31) The following variable has had its format changed in table
     XLMENTR:

       CELL      changed from  HEX4.     to  HEX8.


 32) The following variable has had its format changed in table
     XLMEVEN:

       CELL      changed from  HEX4.     to  HEX8.


 33) The following variable has had its format changed in table
     XLMMOUN:

       CELL      changed from  HEX4.     to  HEX8.


 34) The following variable has had its format changed in table
     XLMSCUP:

       CELL      changed from  HEX4.     to  HEX8.


 35) The following variable has had its format changed in table
     XLMSVER:

       CELL      changed from  HEX4.     to  HEX8.


 36) The following variable has had its format changed in table
     XLMUNLD:

       CELL      changed from  HEX4.     to  HEX8.


 37) The following 3 variables have been added to table XMQACTQ:

       Variable  Description                              Interpretation

       WTADBGT   Wtas db2 bytes read                      COUNT
       WTADBPT   Wtas db2 bytes written                   COUNT
       WTAVER    Wtas version number                      INT


 38) The following 25 variables have been added to table XMQMSGD:

       Variable  Description                              Interpretation

       LMDEL     Db2 blob delete requests                 COUNT
       LMDSCUW   Db2 blob delete sql delete cum-tm        TIME
       LMDSMXW   Db2 blob delete sql delete max-tm        MAXIMUM
       LMDTCUW   Db2 blob delete thread delete cum-tm     TIME
       LMDTMXW   Db2 blob delete thread delete max-tm     MAXIMUM
       LMINS     Db2 blob insert requests                 COUNT
       LMISCUW   Db2 blob write sql delete cum-tm         TIME
       LMISMXW   Db2 blob write sql delete max-tm         MAXIMUM
       LMITCUW   Db2 blob write thread delete cum-tm      TIME
       LMITMXW   Db2 blob write thread delete max-tm      MAXIMUM
       LMLIS     Db2 blob list requests                   COUNT
       LMLSCUW   Db2 blob list sql delete cum-tm          TIME
       LMLSMXW   Db2 blob list sql delete max-tm          MAXIMUM
       LMLTCUW   Db2 blob list thread delete cum-tm       TIME
       LMLTMXW   Db2 blob list thread delete max-tm       MAXIMUM
       LMSEL     Db2 blob read requests                   COUNT
       LMSSCUW   Db2 blob read sql delete cum-tm          TIME
       LMSSMXW   Db2 blob read sql delete max-tm          MAXIMUM
       LMSTCUW   Db2 blob read thread delete cum-tm       TIME
       LMSTMXW   Db2 blob read thread delete max-tm       MAXIMUM
       LMUPD     Db2 blob update requests                 COUNT
       LMUSCUW   Db2 blob update sql delete cum-tm        TIME
       LMUSMXW   Db2 blob update sql delete max-tm        MAXIMUM
       LMUTCUW   Db2 blob update thread delete cum-tm     TIME
       LMUTMXW   Db2 blob update thread delete max-tm     MAXIMUM


 39) The following 15 variables have been added to table XMQQUEU:

       Variable  Description                              Interpretation

       WQFLGS    Flags                                    STRING
       WQGEDVA   Successful destructive gets              COUNT
       WQGEJCE   Elapsed wait for force journal gets      TIME
       WQGEJCN   Force journal gets                       COUNT
       WQMAQDP   Maximum encountered queue depth          MAXIMUM
       WQPUJCE   Elapsed wait for force journal writes    TIME
       WQPUJCN   Force journal writes                     COUNT
       WQPUPWG   Mqput calls where msg passed             COUNT
       WQPU1JE   Elapsed wait force mqput1 journal writes TIME
       WQPU1JM   Force mqput1 journal writes              COUNT
       WQPU1PW   Mqput1 calls where msg passed            COUNT
       WQSEJCE   Elapsed wait for set                     TIME
       WQSEJCN   Number of set                            INT
       WTAFLAG   Wtasflag                                 HEXFLAGS
       WTAFLG2   Wtasflg2                                 HEXFLAGS


 40) The following 2 variables have been added to table XNDMPS:

       Variable  Description                              Interpretation

       PSSDSN    Dataset name                             STRING
       PSSDSNL   Length of dataset name                   INT


 41) The following 6 variables have been added to table XNDMRJ:

       Variable  Description                              Interpretation

       NDJOBNM   Job name                                 STRING
       NDMCPUT   Ndm cpu time                             TIME
       NDPACCT   Ndm pnode account data                   STRING
       NDRJDSN   Dsname                                   STRING
       NDSACCT   Ndm snode account data                   STRING
       NDSYSRC   System return code                       STRING


 42) The following variable has been deleted from table XNPNNRC:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 43) The following variable has had its interpretation type changed
     in table XNPNSES:

       LSCDSTY   changed from  STRING    to  HEXFLAGS


 44) The following variable has been deleted from table XNPSVCS:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 45) The following variable has been deleted from table XNPSVMN:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 46) The following variable has been deleted from table XNPSVRT:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 47) The following variable has been deleted from table XNPTEXC:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 48) The following variable has been deleted from table XNPVMNE:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 49) The following variable has had its interpretation type changed
     in table XNPVSAL:

       LSCDSTY   changed from  STRING    to  HEXFLAGS


 50) The following variable has been deleted from table XNPXCSL:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 51) The following variable has been deleted from table XNPXETH:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 52) The following variable has been deleted from table XNPXFRP:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 53) The following variable has been deleted from table XNPXNEO:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 54) The following variable has been deleted from table XNPXTRI:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 55) The following variable has been deleted from table XNPXXLK:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 56) The following variable has been deleted from table XNPXXPU:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 57) The following variable has been deleted from table XNPXXVC:

       Variable  Description                              Interpretation

       STARTIM   Start of interval                        DATETIME


 58) The following 2 variables have had their interpretation type changed
     in table XNSACCT:

       NSRCMPF   changed from  STRING    to  HEXFLAGS
       NSRFLAG   changed from  STRING    to  HEXFLAGS


     The following 2 variables have had their format changed in table
     XNSACCT:

       NSRCMPF   changed from  $HEX16.   to  $HEX2.
       NSRFLAG   changed from  $HEX16.   to  $HEX2.


 59) The following variable has had its interpretation type changed
     in table XNSALRT:

       NSPXRES   changed from  STRING    to  HEXFLAGS


 60) The following 3 variables have had their interpretation type changed
     in table XNSAPPL:

       APLFLG2   changed from  STRING    to  HEXFLAGS
       APLUIDR   changed from  STRING    to  HEXFLAGS
       APLULOK   changed from  STRING    to  HEXFLAGS


     The following 3 variables have had their format changed in table
     XNSAPPL:

       APLFLG2   changed from  $HEX16.   to  $HEX2.
       APLUIDR   changed from  $HEX4.    to  $HEX8.
       APLULOK   changed from  $HEX16.   to  $HEX2.


 61) The following 2 variables have had their interpretation type changed
     in table XNSETHR:

       NSPNSUB   changed from  STRING    to  HEXFLAGS
       NSPNS01   changed from  STRING    to  HEXFLAGS


     The following 2 variables have had their format changed in table
     XNSETHR:

       NSPNSUB   changed from  $HEX16.   to  $HEX2.
       NSPNS01   changed from  $HEX16.   to  $HEX2.


 62) The following 2 variables have had their interpretation type changed
     in table XNSFRLY:

       NSPNSUB   changed from  STRING    to  HEXFLAGS
       NSPNS01   changed from  STRING    to  HEXFLAGS


     The following 2 variables have had their format changed in table
     XNSFRLY:

       NSPNSUB   changed from  $HEX16.   to  $HEX2.
       NSPNS01   changed from  $HEX16.   to  $HEX2.


 63) The following variable has had its interpretation type changed
     in table XNSLANL:

       LLANTYP   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XNSLANL:

       LLANTYP   changed from  $HEX16.   to  $HEX2.


 64) The following variable has had its interpretation type changed
     in table XNSLANS:

       LLANTYP   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XNSLANS:

       LLANTYP   changed from  $HEX16.   to  $HEX2.


 65) The following variable has had its interpretation type changed
     in table XNSLINE:

       NSPNSUB   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XNSLINE:

       NSPNSUB   changed from  $HEX16.   to  $HEX2.


 66) The following 2 variables have had their interpretation type changed
     in table XNSNPSI:

       NSNSUBE   changed from  STRING    to  HEXFLAGS
       NSNSUBT   changed from  STRING    to  HEXFLAGS


     The following 2 variables have had their format changed in table
     XNSNPSI:

       NSNSUBE   changed from  $HEX16.   to  $HEX2.
       NSNSUBT   changed from  $HEX16.   to  $HEX2.


 67) The following 2 variables have had their interpretation type changed
     in table XNSTIC3:

       NSPNSUB   changed from  STRING    to  HEXFLAGS
       NSPNS01   changed from  STRING    to  HEXFLAGS


     The following 2 variables have had their format changed in table
     XNSTIC3:

       NSPNSUB   changed from  $HEX16.   to  $HEX2.
       NSPNS01   changed from  $HEX16.   to  $HEX2.


 68) The following 5 variables have had their interpretation type changed
     in table XNSTR:

       NSNSUBE   changed from  STRING    to  HEXFLAGS
       NSNSUBT   changed from  STRING    to  HEXFLAGS
       TRFLAG1   changed from  STRING    to  HEXFLAGS
       TRFLAG4   changed from  STRING    to  HEXFLAGS
       TRFLAG5   changed from  STRING    to  HEXFLAGS


     The following 5 variables have had their format changed in table
     XNSTR:

       NSNSUBE   changed from  $HEX16.   to  $HEX2.
       NSNSUBT   changed from  $HEX16.   to  $HEX2.
       TRFLAG1   changed from  $HEX16.   to  $HEX2.
       TRFLAG4   changed from  $HEX16.   to  $HEX2.
       TRFLAG5   changed from  $HEX16.   to  $HEX2.


 69) The following variable has had its interpretation type changed
     in table XNSVIRT:

       VRSTATE   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XNSVIRT:

       VRSTATE   changed from  $HEX16.   to  $HEX2.


 70) The following variable has been deleted from table XOMMSJO:

       Variable  Description                              Interpretation

       OMFS2ST   Cycle start datetime                     DATETIME


 71) The following 33 variables have been added to table XRMFINT:

       Variable  Description                              Interpretation

       BATIFA    Batch cpu ifa time on ifa                COUNT
       BATIFE    Batch cpu ifaelig time on cp             COUNT
       CICSIFA   Cics cpu ifa time on ifa                 COUNT
       CICSIFE   Cics cpu ifaelig time on cp              COUNT
       IMSIFA    Ims cpu ifa time on ifa                  COUNT
       IMSIFE    Ims cpu ifaelig time on cp               COUNT
       LPRNAME   Logical partition name                   STRING
       LPRNSW    Percent lpar soft capped                 PERCENT100
       OTH0IFA   Oth0 cpu ifa time on ifa                 COUNT
       OTH0IFE   Oth0 cpu ifaelig time on cp              COUNT
       OTH1IFA   Oth1 cpu ifa time on ifa                 COUNT
       OTH1IFE   Oth1 cpu ifaelig time on cp              COUNT
       OTH2IFA   Oth2 cpu ifa time on ifa                 COUNT
       OTH2IFE   Oth2 cpu ifaelig time on cp              COUNT
       OTH3IFA   Oth3 cpu ifa time on ifa                 COUNT
       OTH3IFE   Oth3 cpu ifaelig time on cp              COUNT
       OTH4IFA   Oth4 cpu ifa time on ifa                 COUNT
       OTH4IFE   Oth4 cpu ifaelig time on cp              COUNT
       OTH5IFA   Oth5 cpu ifa time on ifa                 COUNT
       OTH5IFE   Oth5 cpu ifaelig time on cp              COUNT
       OTH6IFA   Oth6 cpu ifa time on ifa                 COUNT
       OTH6IFE   Oth6 cpu ifaelig time on cp              COUNT
       OTH7IFA   Oth7 cpu ifa time on ifa                 COUNT
       OTH7IFE   Oth7 cpu ifaelig time on cp              COUNT
       OTH8IFA   Oth8 cpu ifa time on ifa                 COUNT
       OTH8IFE   Oth8 cpu ifaelig time on cp              COUNT
       OTH9IFA   Oth9 cpu ifa time on ifa                 COUNT
       OTH9IFE   Oth9 cpu ifaelig time on cp              COUNT
       SM70BDA   Logical cpus active for this partition   INT
       SM70GIE   Projected interval end time now local    DATETIME
       TOTSHRC   Total current weight all lpars this cec  GAUGE
       TSOIFA    Tso cpu ifa time on ifa                  COUNT
       TSOIFE    Tso cpu ifaelig time on cp               COUNT


     The following variable has been deleted from table XRMFINT:

       TTSHARC   Total current weight all lpars this cec  GAUGE


 72) The following 15 variables have been added to table XSMFINT:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip-eligible cpu time on cp              TIME
       CPZIPTM   Total equivalent cpu time on zip         TIME
       EXPERR    Excps exceeded 4gig                      STRING
       LOCLINC   Local installation field hex             HEXFLAGS
       SM30ZNF   Zaap normalization factor                GAUGE
       SRMNODA   Srm no data available                    STRING
       ZIEUNIT   Ifa-eligible cpu service units           COUNT
       ZIPUNIT   Ifa-equivalent cpu service units         COUNT


 73) The following variable has been added to table XSPNJOB:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME


 74) The following 4 variables have been added to table XSTCLMU:

       Variable  Description                              Interpretation

       LSBCONT   Lsm configuration byte                   INT
       LSECON1   Passthru port 1 connectivity             HEXFLAGS
       LSECON2   Passthru port 2 connectivity             HEXFLAGS
       OLDLSM    Old lsm three bytes                      HEXFLAGS


 75) The following variable has been added to table XSTEPS:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME


 76) The following 3 variables have been added to table XSTVS13:

       Variable  Description                              Interpretation

       ST13CTP   Cartridge type                           STRING
       ST13HST   Originating host name                    STRING
       ST13MNR   Mounted without a recall?                STRING


 77) The following 3 variables have been added to table XSTVS14:

       Variable  Description                              Interpretation

       ST14CTP   Cartridge type                           STRING
       ST14HST   Originating host name                    STRING
       ST14ULN   Mvcs to unlink                           COUNT


 78) The following variable has been added to table XTAPES:

       Variable  Description                              Interpretation

       SM21FL1   General flag bytes                       HEXFLAGS


 79) The following variable has been added to table XTMDB6:

       Variable  Description                              Interpretation

       D6RECNR   Record number in input file              INT


 80) The following variable has been added to table XTMDB6B:

       Variable  Description                              Interpretation

       D6RECNR   Record number in input file              INT


 81) The following variable has been added to table XTMDB6S:

       Variable  Description                              Interpretation

       D6RECNR   Record number in input file              INT


 82) The following variable has been added to table XTMDB7:

       Variable  Description                              Interpretation

       D7RECNR   D7 record number                         INT


 83) The following variable has been added to table XTMDB7B:

       Variable  Description                              Interpretation

       D7RECNR   D7 record number                         INT


 84) The following variable has been added to table XTMDB7S:

       Variable  Description                              Interpretation

       D7RECNR   D7 record number                         INT


 85) The following variable has had its interpretation type changed
     in table XTYSOLV:

       SOLVFLA   changed from  STRING    to  HEXFLAGS


 86) The following 8 variables have been added to table XTYTMNT:

       Variable  Description                              Interpretation

       JCTJOBI   Job type and jes number                  STRING
       PROGRAM   Program name                             STRING
       RESGROU   Resource group name                      STRING
       RPTCLAS   Reporting class name                     STRING
       SRVCLAS   Service class name                       STRING
       TMNTEXI   Mount exit?                              STRING
       TYPETAS   Type of task                             STRING
       WLMNAME   Workload name                            STRING


     The following variable has had its format changed in table
     XTYTMNT:

       ASID      changed from  HEX2.     to  HEX4.


 87) The following variable has been deleted from table XTY1032:

       Variable  Description                              Interpretation

       STARTIM   Beginning of interval                    DATETIME


 88) The following variable has been added to table XTY1415:

       Variable  Description                              Interpretation

       SMF14LG   Dsntype large format?                    STRING


 89) The following 4 variables have been added to table XTY16:

       Variable  Description                              Interpretation

       ICEMON    Memory objects allocated                 COUNT
       ICEMOSI   Mosize value in effect                   COUNT
       ICEMOUS   Megabytes used for memory objects        COUNT
       MEMOBJU   Memory object used?                      STRING


 90) The following variable has been added to table XTY21:

       Variable  Description                              Interpretation

       SM21FL1   General flag bytes                       HEXFLAGS


 91) The following 2 variables have had their interpretation type changed
     in table XTY22_A:

       SMF22CY   changed from  STRING    to  HEXFLAGS
       SMF22PC   changed from  STRING    to  HEXFLAGS


 92) The following 2 variables have been added to table XTY26J2:

       Variable  Description                              Interpretation

       JOEPURG   Joe purged due to pso/sapi?              STRING
       UNSPUNJ   Job went thru unspun in its lifetime?    STRING


 93) The following 15 variables have been added to table XTY30_V:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip-eligible cpu time on cp              TIME
       CPZIPTM   Total equivalent cpu time on zip         TIME
       EXCPERR   Excps exceeded 4gig                      STRING
       LOCLINC   Local installation field hex             HEXFLAGS
       SM30ZNF   Zaap normalization factor                COUNT
       SRMNODA   Srm no data available                    STRING
       ZIEUNIT   Ifa-eligible cpu service units           COUNT
       ZIPUNIT   Ifa-equivalent cpu service units         COUNT


 94) The following variable has been added to table XTY30_1:

       Variable  Description                              Interpretation

       LOCLINC   Local installation field hex             HEXFLAGS


 95) The following 15 variables have been added to table XTY30_4:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip-eligible cpu time on cp              TIME
       CPZIPTM   Total equivalent cpu time on zip         TIME
       EXCPERR   Excps exceeded 4gig                      STRING
       LOCLINC   Local installation field hex             HEXFLAGS
       SM30ZNF   Zaap normalization factor                COUNT
       SRMNODA   Srm no data available                    STRING
       ZIEUNIT   Ifa-eligible cpu service units           COUNT
       ZIPUNIT   Ifa-equivalent cpu service units         COUNT


 96) The following 15 variables have been added to table XTY30_5:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip-eligible cpu time on cp              TIME
       CPZIPTM   Total equivalent cpu time on zip         TIME
       EXCPERR   Excps exceeded 4gig                      STRING
       LOCLINC   Local installation field hex             HEXFLAGS
       SM30ZNF   Zaap normalization factor                COUNT
       SRMNODA   Srm no data available                    STRING
       ZIEUNIT   Ifa-eligible cpu service units           COUNT
       ZIPUNIT   Ifa-equivalent cpu service units         COUNT


 97) The following 14 variables have been added to table XTY30_6:

       Variable  Description                              Interpretation

       CPCIPTM   Interval cputime while enqueue promoted  TIME
       CPDZETM   Zip-eligible dep enclave cpu time on cp  TIME
       CPDZITM   Dependent enclave cpu time on zip        TIME
       CPDZQTM   Zip-qualified dep enclave cpu time       TIME
       CPEZETM   Zip-eligible ind enclave cpu time on cp  TIME
       CPEZITM   Independent enclave cpu time on zip      TIME
       CPEZQTM   Zip-qualified ind enclave cpu time       TIME
       CPZIETM   Zip-eligible cpu time on cp              TIME
       CPZIPTM   Total equivalent cpu time on zip         TIME
       EXCPERR   Excps exceeded 4gig                      STRING
       LOCLINC   Local installation field hex             HEXFLAGS
       SRMNODA   Srm no data available                    STRING
       ZIEUNIT   Ifa-eligible cpu service units           COUNT
       ZIPUNIT   Ifa-equivalent cpu service units         COUNT


 98) The following variable has been added to table XTY32:

       Variable  Description                              Interpretation

       EXCPERR   Excps exceeded 4gig                      STRING


 99) The following variable has been added to table XTY33_1:

       Variable  Description                              Interpretation

       EXCPERR   Excptotl exceeded 4gig                   STRING


100) The following variable has been deleted from table XTY42CU:

       Variable  Description                              Interpretation

       LATTIME   Last update timestamp                    DATETIME


101) The following 2 variables have been added to table XTY6:

       Variable  Description                              Interpretation

       SM6INDC   Record level indicator                   INT
       SM6PAD1   Section indicator                        HEXFLAGS


102) The following 2 variables have been added to table XTY6ENH:

       Variable  Description                              Interpretation

       SM6INDC   Record level indicator                   INT
       SM6PAD1   Section indicator                        HEXFLAGS


103) The following 200 variables have been added to table XTY70:

       Variable  Description                              Interpretation

       LCPDEDA   Lcpu 10 dedicated?                       STRING
       LCPDEDB   Lcpu 11 dedicated?                       STRING
       LCPDEDC   Lcpu 12 dedicated?                       STRING
       LCPDEDD   Lcpu 13 dedicated?                       STRING
       LCPDEDE   Lcpu 14 dedicated?                       STRING
       LCPDEDF   Lcpu 15 dedicated?                       STRING
       LCPDEDG   Lcpu 16 dedicated?                       STRING
       LCPDEDH   Lcpu 17 dedicated?                       STRING
       LCPDEDI   Lcpu 18 dedicated?                       STRING
       LCPDEDJ   Lcpu 19 dedicated?                       STRING
       LCPDEDK   Lcpu 20 dedicated?                       STRING
       LCPDEDL   Lcpu 21 dedicated?                       STRING
       LCPDEDN   Lcpu 22 dedicated?                       STRING
       LCPDEDO   Lcpu 23 dedicated?                       STRING
       LCPDEDP   Lcpu 24 dedicated?                       STRING
       LCPDEDQ   Lcpu 25 dedicated?                       STRING
       LCPDEDR   Lcpu 26 dedicated?                       STRING
       LCPDEDS   Lcpu 27 dedicated?                       STRING
       LCPDEDT   Lcpu 28 dedicated?                       STRING
       LCPDEDU   Lcpu 29 dedicated?                       STRING
       LCPDEDV   Lcpu 30 dedicated?                       STRING
       LCPDEDW   Lcpu 31 dedicated?                       STRING
       LCPDEDX   Lcpu 32 dedicated?                       STRING
       LCPDED0   Lcpu 0 dedicated?                        STRING
       LCPDED1   Lcpu 1 dedicated?                        STRING
       LCPDED2   Lcpu 2 dedicated?                        STRING
       LCPDED3   Lcpu 3 dedicated?                        STRING
       LCPDED4   Lcpu 4 dedicated?                        STRING
       LCPDED5   Lcpu 5 dedicated?                        STRING
       LCPDED6   Lcpu 6 dedicated?                        STRING
       LCPDED7   Lcpu 7 dedicated?                        STRING
       LCPDED8   Lcpu 8 dedicated?                        STRING
       LCPDED9   Lcpu 9 dedicated?                        STRING
       LCPWAIA   Lcpu 10 wait complete?                   STRING
       LCPWAIB   Lcpu 11 wait complete?                   STRING
       LCPWAIC   Lcpu 12 wait complete?                   STRING
       LCPWAID   Lcpu 13 wait complete?                   STRING
       LCPWAIE   Lcpu 14 wait complete?                   STRING
       LCPWAIF   Lcpu 15 wait complete?                   STRING
       LCPWAIG   Lcpu 16 wait complete?                   STRING
       LCPWAIH   Lcpu 17 wait complete?                   STRING
       LCPWAII   Lcpu 18 wait complete?                   STRING
       LCPWAIJ   Lcpu 19 wait complete?                   STRING
       LCPWAIK   Lcpu 20 wait complete?                   STRING
       LCPWAIL   Lcpu 21 wait complete?                   STRING
       LCPWAIN   Lcpu 22 wait complete?                   STRING
       LCPWAIO   Lcpu 23 wait complete?                   STRING
       LCPWAIP   Lcpu 24 wait complete?                   STRING
       LCPWAIQ   Lcpu 25 wait complete?                   STRING
       LCPWAIR   Lcpu 26 wait complete?                   STRING
       LCPWAIS   Lcpu 27 wait complete?                   STRING
       LCPWAIU   Lcpu 29 wait complete?                   STRING
       LCPWAIV   Lcpu 30 wait complete?                   STRING
       LCPWAIW   Lcpu 31 wait complete?                   STRING
       LCPWAIX   Lcpu 32 wait complete?                   STRING
       LCPWAI0   Lcpu 0 wait complete?                    STRING
       LCPWAI1   Lcpu 1 wait complete?                    STRING
       LCPWAI2   Lcpu 2 wait complete?                    STRING
       LCPWAI3   Lcpu 3 wait complete?                    STRING
       LCPWAI4   Lcpu 4 wait complete?                    STRING
       LCPWAI5   Lcpu 5 wait complete?                    STRING
       LCPWAI6   Lcpu 6 wait complete?                    STRING
       LCPWAI7   Lcpu 7 wait complete?                    STRING
       LCPWAI8   Lcpu 8 wait complete?                    STRING
       LCPWAI9   Lcpu 9 wait complete?                    STRING
       LPRNAME   Logical partition name                   STRING
       LPRNSW    Percent lpar soft capped                 PERCENT100
       LPRSHAC   Lpar current weight                      GAUGE
       LPRSHAR   Lpar initial weight                      GAUGE
       MACHTIM   Machine tod datetime stamp               DATETIME
       NRZIPS    Number of zip engines available          INT
       PCIFBYA   Ifa a percent cpu busy time              PERCENT100
       PCIFBYB   Ifa b percent cpu busy time              PERCENT100
       PCIFBYC   Ifa c percent cpu busy time              PERCENT100
       PCIFBYD   Ifa d percent cpu busy time              PERCENT100
       PCIFBYE   Ifa e percent cpu busy time              PERCENT100
       PCIFBYF   Ifa f percent cpu busy time              PERCENT100
       PCIFBYG   Ifa g percent cpu busy time              PERCENT100
       PCIFBYH   Ifa h percent cpu busy time              PERCENT100
       PCIFBYI   Ifa i percent cpu busy time              PERCENT100
       PCIFBYJ   Ifa j percent cpu busy time              PERCENT100
       PCIFBYK   Ifa k percent cpu busy time              PERCENT100
       PCIFBYL   Ifa l percent cpu busy time              PERCENT100
       PCIFBYN   Ifa n percent cpu busy time              PERCENT100
       PCIFBYO   Ifa o percent cpu busy time              PERCENT100
       PCIFBYP   Ifa p percent cpu busy time              PERCENT100
       PCIFBYQ   Ifa q percent cpu busy time              PERCENT100
       PCIFBYR   Ifa r percent cpu busy time              PERCENT100
       PCIFBYS   Ifa s percent cpu busy time              PERCENT100
       PCIFBYT   Ifa t percent cpu busy time              PERCENT100
       PCIFBYU   Ifa u percent cpu busy time              PERCENT100
       PCIFBYV   Ifa v percent cpu busy time              PERCENT100
       PCIFBYW   Ifa w percent cpu busy time              PERCENT100
       PCIFBYX   Ifa x percent cpu busy time              PERCENT100
       PCIFBY0   Ifa 0 percent cpu busy time              PERCENT100
       PCIFBY1   Ifa 1 percent cpu busy time              PERCENT100
       PCIFBY2   Ifa 2 percent cpu busy time              PERCENT100
       PCIFBY3   Ifa 3 percent cpu busy time              PERCENT100
       PCIFBY4   Ifa 4 percent cpu busy time              PERCENT100
       PCIFBY5   Ifa 5 percent cpu busy time              PERCENT100
       PCIFBY6   Ifa 6 percent cpu busy time              PERCENT100
       PCIFBY7   Ifa 7 percent cpu busy time              PERCENT100
       PCIFBY8   Ifa 8 percent cpu busy time              PERCENT100
       PCIFBY9   Ifa 9 percent cpu busy time              PERCENT100
       PCZIBYA   Zip a percent cpu busy time              PERCENT100
       PCZIBYB   Zip b percent cpu busy time              PERCENT100
       PCZIBYC   Zip c percent cpu busy time              PERCENT100
       PCZIBYD   Zip d percent cpu busy time              PERCENT100
       PCZIBYE   Zip e percent cpu busy time              PERCENT100
       PCZIBYF   Zip f percent cpu busy time              PERCENT100
       PCZIBYG   Zip g percent cpu busy time              PERCENT100
       PCZIBYH   Zip h percent cpu busy time              PERCENT100
       PCZIBYI   Zip i percent cpu busy time              PERCENT100
       PCZIBYJ   Zip j percent cpu busy time              PERCENT100
       PCZIBYK   Zip k percent cpu busy time              PERCENT100
       PCZIBYL   Zip l percent cpu busy time              PERCENT100
       PCZIBYN   Zip n percent cpu busy time              PERCENT100
       PCZIBYO   Zip o percent cpu busy time              PERCENT100
       PCZIBYP   Zip p percent cpu busy time              PERCENT100
       PCZIBYQ   Zip q percent cpu busy time              PERCENT100
       PCZIBYR   Zip r percent cpu busy time              PERCENT100
       PCZIBYS   Zip s percent cpu busy time              PERCENT100
       PCZIBYT   Zip t percent cpu busy time              PERCENT100
       PCZIBYU   Zip u percent cpu busy time              PERCENT100
       PCZIBYV   Zip v percent cpu busy time              PERCENT100
       PCZIBYW   Zip w percent cpu busy time              PERCENT100
       PCZIBYX   Zip x percent cpu busy time              PERCENT100
       PCZIBY0   Zip 0 percent cpu busy time              PERCENT100
       PCZIBY1   Zip 1 percent cpu busy time              PERCENT100
       PCZIBY2   Zip 2 percent cpu busy time              PERCENT100
       PCZIBY3   Zip 3 percent cpu busy time              PERCENT100
       PCZIBY4   Zip 4 percent cpu busy time              PERCENT100
       PCZIBY5   Zip 5 percent cpu busy time              PERCENT100
       PCZIBY6   Zip 6 percent cpu busy time              PERCENT100
       PCZIBY7   Zip 7 percent cpu busy time              PERCENT100
       PCZIBY8   Zip 8 percent cpu busy time              PERCENT100
       PCZIBY9   Zip 9 percent cpu busy time              PERCENT100
       PCZIPBY   All zips percent busy (dispatched)       PERCENT100
       PLATBUS   Platform percent hardware busy           PERCENT100
       PLATCPU   Platform number of engines               INT
       SM70BDA   Logical cpus active for this partition   INT
       SM70HOF   Hypervisor datetime offset               TIME
       SM70HWM   Cpc physical model identifier            STRING
       SM70OIL   Original interval length                 INT
       SM70Q00   Percent when in ready le n cp-s          PERCENT100
       SM70Q01   Percent when in ready le n+1 cp-s        PERCENT100
       SM70Q02   Percent when in ready le n+2 cp-s        PERCENT100
       SM70Q03   Percent when in ready le n+3 cp-s        PERCENT100
       SM70Q04   Percent when in ready le n+4 cp-s        PERCENT100
       SM70Q05   Percent when in ready le n+5 cp-s        PERCENT100
       SM70Q06   Percent when in ready le n+6 cp-s        PERCENT100
       SM70Q07   Percent when in ready le n+7 cp-s        PERCENT100
       SM70Q08   Percent when in ready le n+8 cp-s        PERCENT100
       SM70Q09   Percent when in ready le n+9 cp-s        PERCENT100
       SM70Q10   Percent when in ready le n+10 cp-s       PERCENT100
       SM70Q11   Percent when in ready le n+11 cp-s       PERCENT100
       SM70Q12   Percent when in ready le n+12 cp-s       PERCENT100
       SM70SUP   Zip processors online at end of interval INT
       SM70SYN   Sync value                               INT
       STFBIT0   Smf70lac no longer includes cpu wait?    STRING
       STFBI01   Smf70mdl model capacity only?            STRING
       TOTSHAR   Total initial weight all lpars this cec  GAUGE
       TOTSHRC   Total current weight all lpars this cec  GAUGE
       ZIPACTT   Zip processor cpu active time            TIME
       ZIPAVAI   Zip processor available?                 STRING
       ZIPUPTM   Zip processors up time                   TIME
       ZIPWATA   Zip wait duration zip 10                 TIME
       ZIPWATB   Zip wait duration zip 11                 TIME
       ZIPWATC   Zip wait duration zip 12                 TIME
       ZIPWATD   Zip wait duration zip 13                 TIME
       ZIPWATE   Zip wait duration zip 14                 TIME
       ZIPWATF   Zip wait duration zip 15                 TIME
       ZIPWATG   Zip wait duration zip 16                 TIME
       ZIPWATH   Zip wait duration zip 17                 TIME
       ZIPWATI   Zip wait duration zip 18                 TIME
       ZIPWATJ   Zip wait duration zip 19                 TIME
       ZIPWATK   Zip wait duration zip 20                 TIME
       ZIPWATL   Zip wait duration zip 21                 TIME
       ZIPWATM   Total zip wait duration                  TIME
       ZIPWATN   Zip wait duration zip 22                 TIME
       ZIPWATO   Zip wait duration zip 23                 TIME
       ZIPWATP   Zip wait duration zip 24                 TIME
       ZIPWATQ   Zip wait duration zip 25                 TIME
       ZIPWATR   Zip wait duration zip 26                 TIME
       ZIPWATS   Zip wait duration zip 27                 TIME
       ZIPWATT   Zip wait duration zip 28                 TIME
       ZIPWATU   Zip wait duration zip 29                 TIME
       ZIPWATV   Zip wait duration zip 30                 TIME
       ZIPWATW   Zip wait duration zip 31                 TIME
       ZIPWATX   Zip wait duration zip 32                 TIME
       ZIPWAT0   Zip wait duration zip 0                  TIME
       ZIPWAT1   Zip wait duration zip 1                  TIME
       ZIPWAT2   Zip wait duration zip 2                  TIME
       ZIPWAT3   Zip wait duration zip 3                  TIME
       ZIPWAT4   Zip wait duration zip 4                  TIME
       ZIPWAT5   Zip wait duration zip 5                  TIME
       ZIPWAT6   Zip wait duration zip 6                  TIME
       ZIPWAT7   Zip wait duration zip 7                  TIME
       ZIPWAT8   Zip wait duration zip 8                  TIME
       ZIPWAT9   Zip wait duration zip 9                  TIME


     The following variable has had its interpretation type changed
     in table XTY70:

       SM70DSA   changed from  INT       to  GAUGE


104) The following 10 variables have been added to table XTY70PR:

       Variable  Description                              Interpretation

       MACHTIM   Machine tod datetime stamp               DATETIME
       NRIFACP   Number of ifa cpus in this box           INT
       NRIFLCP   Number of ifl cpus in this box           INT
       NRZIPCP   Number of zip cpus in this box           INT
       SM70GIE   Projected interval end time now local    DATETIME
       SM70HOF   Hypervisor datetime offset               TIME
       SM70HWM   Cpc physical model identifier            STRING
       SM70UPI   User partition id                        INT
       STFBIT0   Smf70lac no longer includes cpu wait?    STRING
       STFBI01   Smf70mdl model capacity only?            STRING


     The following variable has had its interpretation type changed
     in table XTY70PR:

       SM70DSA   changed from  COUNT     to  GAUGE


105) The following 5 variables have been added to table XTY70Y2:

       Variable  Description                              Interpretation

       CRYIH2R   Sha-256 hashing rate                     RATE
       CRYIH2S   Sha-256 hashing size                     INT
       R72NH2B   Sha-256 data bytes hash                  INT
       R72NH2C   Sha-256 calls to hash                    COUNT
       R72NH2I   Sha-256 pcmf instr used to hash          INT


106) The following variable has been added to table XTY72GO:

       Variable  Description                              Interpretation

       R73NFFS   Normalization factor for zip times       INT


107) The following variable has been added to table XTY73L:

       Variable  Description                              Interpretation

       SYSNAME   System name from ieasysxx                STRING


108) The following variable has been added to table XTY73PC:

       Variable  Description                              Interpretation

       SYSNAME   System name from ieasysxx                STRING


109) The following variable has been added to table XTY74CA:

       Variable  Description                              Interpretation

       R75DCCU   Configured control unit type             INT


110) The following 3 variables have had their interpretation type changed
     in table XTY74PA:

       R72PDIR   changed from  STRING    to  HEXFLAGS
       R72PSTA   changed from  STRING    to  HEXFLAGS
       R742PTY   changed from  STRING    to  HEXFLAGS


111) The following variable has had its interpretation type changed
     in table XTY74ST:

       R744STY   changed from  STRING    to  HEXFLAGS


112) The following 5 variables have been added to table XTY791:

       Variable  Description                              Interpretation

       R71NFFI   Normalization factor for ifa             INT
       R71NFFS   Normalization factor for zip             INT
       R71TIFC   Ifa-eligible cpu time on cp              TIME
       R71TSUC   Zip-eligible cpu time on cp              TIME
       R71TSUP   Zip time spent on standard cps           TIME


     The following variable has had its interpretation type changed
     in table XTY791:

       R791FLG   changed from  STRING    to  HEXFLAGS


     The following variable has had its format changed in table
     XTY791:

       R791FLG   changed from  $HEX1.    to  $HEX2.


     The following variable has been deleted from table XTY791:

       R71TIFE   Ifa-eligible cpu time on cp              TIME


113) The following 5 variables have been added to table XTY792:

       Variable  Description                              Interpretation

       R72NFFI   Normalization factor for ifa             INT
       R72NFFS   Normalization factor for zip             INT
       R72TIFC   Ifa-eligible cpu time on cp              TIME
       R72TSUC   Zip-eligible cpu time on cp              TIME
       R72TSUP   Zip time spent on standard cps           TIME


     The following variable has been deleted from table XTY792:

       R72TIFE   Ifa-eligible cpu time on cp              TIME


114) The following 4 variables have been added to table XTY799:

       Variable  Description                              Interpretation

       R799CX2   Timing facility not active?              STRING
       R799CX3   Extended cmb mode?                       STRING
       R799CX4   Model-dependent data not available?      STRING
       R799CX5   Initial cmr time is available?           STRING


115) The following 14 variables have been added to table XTY8000:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


116) The following variable has been added to table XTY8001:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


117) The following variable has been added to table XTY8002:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


118) The following variable has been added to table XTY8003:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


119) The following variable has been added to table XTY8004:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


120) The following variable has been added to table XTY8005:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


121) The following variable has been added to table XTY8006:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


122) The following variable has been added to table XTY8007:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


123) The following variable has been added to table XTY8008:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


     The following variable has had its interpretation type changed
     in table XTY8008:

       KW08UAC   changed from  STRING    to  HEXFLAGS


124) The following 3 variables have been added to table XTY8009:

       Variable  Description                              Interpretation

       K301DEL   Segment deleted via a noxxx keyword?     STRING
       K301IGN   Keyword ignored insuffient authority?    STRING
       TOKDANM   Token area data element name             STRING


125) The following 35 variables have been added to table XTY8010:

       Variable  Description                              Interpretation

       K10ER00   Keyword ignored error dfltgrp?           STRING
       K10ER01   Keyword ignored error group?             STRING
       K10ER02   Keyword ignored error password?          STRING
       K10ER03   Keyword ignored error nopassword?        STRING
       K10ER04   Keyword ignored error name?              STRING
       K10ER05   Keyword ignored error authority?         STRING
       K10ER06   Keyword ignored error data?              STRING
       K10ER07   Keyword ignored error grpacc?            STRING
       K10ER08   Keyword ignored error nogrpacc?          STRING
       K10ER09   Keyword ignored error uacc?              STRING
       K10ER10   Keyword ignored error adsp?              STRING
       K10ER11   Keyword ignored error noadsp?            STRING
       K10ER12   Keyword ignored error owner?             STRING
       K10ER13   Keyword ignored error special?           STRING
       K10ER14   Keyword ignored error nospecial?         STRING
       K10ER15   Keyword ignored error operations?        STRING
       K10ER16   Keyword ignored error nooperations?      STRING
       K10ER17   Keyword ignored error clauth?            STRING
       K10ER18   Keyword ignored error noclauth?          STRING
       K10ER19   Keyword ignored error auditor?           STRING
       K10ER20   Keyword ignored error noauditor?         STRING
       K10ER21   Keyword ignored error oidcard?           STRING
       K10ER22   Keyword ignored error nooidcard?         STRING
       K10ER23   Keyword ignored error revoke?            STRING
       K10ER24   Keyword ignored error resume?            STRING
       K10ER25   Keyword ignored error audit?             STRING
       K10ER26   Keyword ignored error noaudit?           STRING
       K10ER27   Keyword ignored error model?             STRING
       K10ER28   Keyword ignored error nomodel?           STRING
       K10ER29   Keyword ignored error when?              STRING
       K10ER30   Keyword ignored error addcategory?       STRING
       K10ER31   Keyword ignored error delcategory?       STRING
       K301DEL   Segment deleted via a noxxx keyword?     STRING
       K301IGN   Keyword ignored insuffient authority?    STRING
       TOKDANM   Token area data element name             STRING


     The following 2 variables have had their interpretation type changed
     in table XTY8010:

       AUTHFLG   changed from  STRING    to  HEXFLAGS
       UACCFLG   changed from  STRING    to  HEXFLAGS


126) The following variable has been added to table XTY8011:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


     The following variable has had its interpretation type changed
     in table XTY8011:

       UACCFLG   changed from  STRING    to  HEXFLAGS


     The following 4 variables have been deleted from table XTY8011:

       K11IG28   Keyword ignored seclabel?                STRING
       K11IG29   Keyword ignored noseclabel?              STRING
       K11SP28   Keyword specified seclabel?              STRING
       K11SP29   Keyword specified noseclabel?            STRING


127) The following 3 variables have been added to table XTY8012:

       Variable  Description                              Interpretation

       K301DEL   Segment deleted via a noxxx keyword?     STRING
       K301IGN   Keyword ignored insuffient authority?    STRING
       TOKDANM   Token area data element name             STRING


128) The following 35 variables have been added to table XTY8013:

       Variable  Description                              Interpretation

       K10ER00   Keyword ignored error dfltgrp?           STRING
       K10ER01   Keyword ignored error group?             STRING
       K10ER02   Keyword ignored error password?          STRING
       K10ER03   Keyword ignored error nopassword?        STRING
       K10ER04   Keyword ignored error name?              STRING
       K10ER05   Keyword ignored error authority?         STRING
       K10ER06   Keyword ignored error data?              STRING
       K10ER07   Keyword ignored error grpacc?            STRING
       K10ER08   Keyword ignored error nogrpacc?          STRING
       K10ER09   Keyword ignored error uacc?              STRING
       K10ER10   Keyword ignored error adsp?              STRING
       K10ER11   Keyword ignored error noadsp?            STRING
       K10ER12   Keyword ignored error owner?             STRING
       K10ER13   Keyword ignored error special?           STRING
       K10ER14   Keyword ignored error nospecial?         STRING
       K10ER15   Keyword ignored error operations?        STRING
       K10ER16   Keyword ignored error nooperations?      STRING
       K10ER17   Keyword ignored error clauth?            STRING
       K10ER18   Keyword ignored error noclauth?          STRING
       K10ER19   Keyword ignored error auditor?           STRING
       K10ER20   Keyword ignored error noauditor?         STRING
       K10ER21   Keyword ignored error oidcard?           STRING
       K10ER22   Keyword ignored error nooidcard?         STRING
       K10ER23   Keyword ignored error revoke?            STRING
       K10ER24   Keyword ignored error resume?            STRING
       K10ER25   Keyword ignored error audit?             STRING
       K10ER26   Keyword ignored error noaudit?           STRING
       K10ER27   Keyword ignored error model?             STRING
       K10ER28   Keyword ignored error nomodel?           STRING
       K10ER29   Keyword ignored error when?              STRING
       K10ER30   Keyword ignored error addcategory?       STRING
       K10ER31   Keyword ignored error delcategory?       STRING
       K301DEL   Segment deleted via a noxxx keyword?     STRING
       K301IGN   Keyword ignored insuffient authority?    STRING
       TOKDANM   Token area data element name             STRING


     The following 2 variables have had their interpretation type changed
     in table XTY8013:

       AUTHFLG   changed from  STRING    to  HEXFLAGS
       UACCFLG   changed from  STRING    to  HEXFLAGS


129) The following variable has been added to table XTY8014:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


     The following 2 variables have had their interpretation type changed
     in table XTY8014:

       AUTHFLG   changed from  STRING    to  HEXFLAGS
       UACCFLG   changed from  STRING    to  HEXFLAGS


130) The following variable has been added to table XTY8015:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


131) The following variable has been added to table XTY8016:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


132) The following variable has been added to table XTY8017:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


133) The following variable has been added to table XTY8018:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


134) The following variable has been added to table XTY8019:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


135) The following variable has been added to table XTY8020:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


     The following variable has had its interpretation type changed
     in table XTY8020:

       UACFLGS   changed from  STRING    to  HEXFLAGS


136) The following variable has been added to table XTY8021:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


     The following variable has had its interpretation type changed
     in table XTY8021:

       UACFLGS   changed from  STRING    to  HEXFLAGS


     The following 6 variables have been deleted from table XTY8021:

       K21GL00   Globalaudit keyword all?                 STRING
       K21GL01   Globalaudit keyword success?             STRING
       K21GL02   Globalaudit keyword failures?            STRING
       K21GL03   Globalaudit keyword none?                STRING
       K21GL04   Globalaudit keyword success codes        INT
       K21GL05   Globalaudit keyword failure codes        INT


137) The following variable has been added to table XTY8022:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


138) The following variable has been added to table XTY8023:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


139) The following 4 variables have been added to table XTY8024:

       Variable  Description                              Interpretation

       ACEEUSE   User name from acee                      STRING
       CLASNM2   Second class name                        STRING
       CLASNM3   Third class name                         STRING
       CLASNM4   Fourth class name                        STRING


     The following 6 variables have had their interpretation type changed
     in table XTY8024:

       KW24LNG   changed from  STRING    to  HEXFLAGS
       KW24LNI   changed from  STRING    to  HEXFLAGS
       KW24MOP   changed from  STRING    to  HEXFLAGS
       KW24PRL   changed from  STRING    to  HEXFLAGS
       KW24SP2   changed from  STRING    to  HEXFLAGS
       KW24SRL   changed from  STRING    to  HEXFLAGS


     The following 6 variables have had their format changed in table
     XTY8024:

       KW24LNG   changed from  $HEX2.    to  $HEX8.
       KW24LNI   changed from  $HEX2.    to  $HEX8.
       KW24MOP   changed from  $HEX8.    to  $HEX10.


140) The following variable has been added to table XTY8025:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


141) The following variable has been added to table XTY8026:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


142) The following variable has been added to table XTY8027:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


143) The following variable has been added to table XTY8028:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


144) The following variable has been added to table XTY8029:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


145) The following variable has been added to table XTY8030:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING


146) The following 14 variables have been added to table XTY8032:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


147) The following 14 variables have been added to table XTY8033:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


148) The following 14 variables have been added to table XTY8034:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


149) The following 14 variables have been added to table XTY8038:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


150) The following 14 variables have been added to table XTY8039:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


151) The following 14 variables have been added to table XTY8042:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


152) The following 14 variables have been added to table XTY8043:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


153) The following 14 variables have been added to table XTY8044:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


154) The following 14 variables have been added to table XTY8045:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


155) The following 14 variables have been added to table XTY8048:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


156) The following 14 variables have been added to table XTY8050:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


157) The following 14 variables have been added to table XTY8054:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


158) The following 14 variables have been added to table XTY8055:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


159) The following 14 variables have been added to table XTY8057:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


160) The following 14 variables have been added to table XTY8061:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


161) The following 14 variables have been added to table XTY8062:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


162) The following 14 variables have been added to table XTY8064:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


163) The following 14 variables have been added to table XTY8066:

       Variable  Description                              Interpretation

       TOKDANM   Token area data element name             STRING
       TOKGID    Gid                                      INT
       TOKPOE    Port of entry                            STRING
       TOKPOEX   Port of entry class index                INT
       TOKPROG   Program                                  STRING
       TOKSCL    Seclabl                                  STRING
       TOKSGRP   Submitting groupname                     STRING
       TOKSNOD   Submitter node                           STRING
       TOKSTYP   Session type                             INT
       TOKSUBS   Omvs                                     STRING
       TOKSUSR   Submitting userid                        STRING
       TOKUID    Uid                                      INT
       TOKUSER   Userid                                   STRING
       TOKXNOD   Execution node                           STRING


164) The following variable has had its format changed in table
     XTY8218:

       SM82CGB   changed from  $HEX2.    to  $HEX8.


165) The following variable has been added to table XTY88:

       Variable  Description                              Interpretation

       SM88EAF   Ixlogr staging async buffer full         INT


166) The following 3 variables have been added to table XTY89:

       Variable  Description                              Interpretation

       MACHTIM   Machine tod datetime stamp               DATETIME
       SM89DTO   Local datetime offset dvtldto            TIME
       SM89HOF   Hypervisor datetime offset               TIME


167) The following variable has had its interpretation type changed
     in table XTY91IC:

       SM91IEC   changed from  STRING    to  HEXFLAGS


168) The following variable has had its interpretation type changed
     in table XTY91OC:

       SM91OEC   changed from  STRING    to  HEXFLAGS


169) The following variable has been deleted from table XTY9112:

       Variable  Description                              Interpretation

       INTBTIM   Interval begin timestamp                 DATETIME


170) The following variable has been added to table XTY9212:

       Variable  Description                              Interpretation

       SM92MMD   Unique device number for the file        INT


171) The following variable has been added to table XTY9213:

       Variable  Description                              Interpretation

       SM92UDX   Unique device number for the file        INT


     The following variable has been deleted from table XTY9213:

       SM92UDN   Unique device number for the file        INT


172) The following 10 variables have been added to table XTY94:

       Variable  Description                              Interpretation

       S9SDEM1   Secure data erase mounts dc 1            COUNT
       S9SDEM2   Secure data erase mounts dc 2            COUNT
       S94LCSG   Vtc 0 write protect mode                 INT
       S94LCSH   Vtc 1 write protect mode                 INT
       S94LCSI   Vtc 2 write protect mode                 INT
       S94LCSJ   Vtc 3 write protect mode                 INT
       S94LCSK   Vtc 4 write protect mode                 INT
       S94LCSL   Vtc 5 write protect mode                 INT
       S94LCSM   Vtc 6 write protect mode                 INT
       S94LCSN   Vtc 7 write protect mode                 INT


     The following 11 variables have had their interpretation type changed
     in table XTY94:

       S94CPF0   changed from  PERCENT   to  INT
       S94CPF1   changed from  PERCENT   to  INT
       S94CPF2   changed from  PERCENT   to  INT
       S94CPF3   changed from  PERCENT   to  INT
       S94CPF4   changed from  PERCENT   to  INT
       S94CPF5   changed from  PERCENT   to  INT
       S94CPF6   changed from  PERCENT   to  INT
       S94CPF7   changed from  PERCENT   to  INT
       S94LCSA   changed from  COUNT     to  INT
       S94LCSD   changed from  COUNT     to  INT
       S94LCSE   changed from  COUNT     to  INT


     The following 11 variables have had their format changed in table
     XTY94:

       S94CPF0   changed from  PERCENT9.2to  _NONE_
       S94CPF1   changed from  PERCENT9.2to  _NONE_
       S94CPF2   changed from  PERCENT9.2to  _NONE_
       S94CPF3   changed from  PERCENT9.2to  _NONE_
       S94CPF4   changed from  PERCENT9.2to  _NONE_
       S94CPF5   changed from  PERCENT9.2to  _NONE_
       S94CPF6   changed from  PERCENT9.2to  _NONE_
       S94CPF7   changed from  PERCENT9.2to  _NONE_


173) The following 18 variables have been added to table XTY99_2:

       Variable  Description                              Interpretation

       PCADP     Curr achieavable demand pct              PERCENT100
       PESCS     Asids explicit storage critical          COUNT
       PGRIN     Group name                               STRING
       PIFAD     Ifa delay samples                        COUNT
       PIFAU     Ifa using samples                        COUNT
       PIFLAG    Flags                                    HEXFLAGS
       PSAMHST   Sample history rows used                 COUNT
       PSBCPUD   Sample based cpu delays                  COUNT
       PSBCPUU   Sample based cpu usings                  COUNT
       PSBIOD    Sample based i/o delays                  COUNT
       PSBNIOD   Sysplex wide non i/o delays              COUNT
       PSPMDP    Minpct proctime demanded                 PERCENT100
       PSWCPUU   Sysplex wide cpu using samps             COUNT
       PSWCT     Short wait count accumulate              COUNT
       PSWIDLE   Sysplex wide wide idle samps             COUNT
       PSWNONI   Sysplex wide non-idle samps              COUNT
       PSWOTHR   Sysplex wide other samps                 COUNT
       SM99SCI   Service class index                      INT


174) The following variable has been added to table XTY99_7:

       Variable  Description                              Interpretation

       SM97SCS   Sub channel set=                         INT


175) The following 7 variables have been added to table XT11970:

       Variable  Description                              Interpretation

       FSPCCPL   Control correction protection level      STRING
       FSPCIPH   Cipher specification                     STRING
       FSPDCPL   Data correction protection level         STRING
       FSPLGME   Login method                             STRING
       FSPMECH   Protection mechanism                     STRING
       FSPPRBF   Negotiated protection buffer size        GAUGE
       FSPPROT   Protocol level                           STRING


176) The following variable has been added to table XUOW:

       Variable  Description                              Interpretation

       DB2IDLE   Db2 idle time                            TIME




Support for SMF NDMCT De-accumulation

The SMF data collector used by the %CMPROCES and %CPPROCES macros has been updated to execute the proper de-accumulation of the NDMCT (NDM Copy Termination) SMF record. Previously, this could only be achieved by adding the necessary MXG code to an exit point. With this fix, exit points or other extra code are not needed.


Updates to sar Data Support on Linux

The default behaviour for processing SAR output from the linux operating system has changed with this hotfix.

The SAR output from the Linux operating system appears to place parentheses around the machine name and, although not representing a major problem, additional code has been added to strip them out. This does mean that the value for the MACHINE column may change slightly and may impact existig reporting or filters that are currently in place. For example, if MACHINE contains the value (PRODLINUX), it will now contain simply PRODLINUX.


Updates to SiteScope Data Support for Daylight Savings Time adjustments

Because SiteScope does not record the duration of the intervals in its data files, it has to be derived. To achieve this, the SiteScope staging code calculates it based on the DATETIME stamps in the data file. However, this calculation method does not currently take into account Daylight Saving Time changes. As such, the duration values may misrepresent the actual duration of the interval when the DATETIME stamp reflects such a change. With this update, the calculation method can automatically adjust the duration when a Daylight Saving Time change takes place if it has been requested.

When the initial calculated duration for an interval is one hour greater than or one hour less than it should be due to a change in Daylight Saving Time, the duration may be adjusted by adding or subtracting 60 minutes. The duration will be corrected in this way only if:

Example 1 - Fall Back Scenario

When the DATETIME stamps in a SiteScope data file reflect a time change due to the end of Daylight Saving Time, there may be data like the following:

01:50:42 10/30/2005 good Monitor: 12% full, 5089MB free, 5122MB total 1:29344 1 5089
01:00:42 10/30/2005 good Monitor: 13% full, 5089MB free, 5122MB total 1:29344 1 5089

The calculated duration for the interval at 01:50:42 10/30/2005 would be -50 minutes. This will be handled in one of the two ways described in the following 2 cases.

Case 1 - &adjustDurationForDSTChange NE 1

If the global macro variable adjustDurationForDSTChange is NOT set, then the duration for that interval will be set to missing:

DATETIME                   CLASS                        DURATION

01:50:42 10/30/2005        DiskSpaceMonitor             .
01:00:42 10/30/2005        DiskSpaceMonitor             10

Case 2 - &adjustDurationForDSTChange EQ 1

If the global macro variable adjustDurationForDSTChange is set to 1, a daylight saving time change will be recognized as the cause of the negative duration value. 60 minutes will be added to the calculated duration value to get a corrected duration value of 10 minutes:

DATETIME                   CLASS                        DURATION
01:50:42 10/30/2005        DiskSpaceMonitor             10
01:00:42 10/30/2005        DiskSpaceMonitor             10

Example 2 - Spring Forward Scenario

When the DATETIME stamps in a SiteScope data file reflect a time change due to the beginning of Daylight Saving Time, there may be data like the following:

01:55:42 04/02/2006 good Monitor: 12% full, 5089MB free, 5122MB total 1:29344 1 5089
03:00:42 04/02/2006 good Monitor: 13% full, 5089MB free, 5122MB total 1:29344 1 5089

The calculated duration for the interval at 01:55:42 04/02/2006 would be 65 minutes. This will be handled in one of the two ways described in the following 2 cases.

Case 1 - &adjustDurationForDSTChange NE 1

If the global macro variable adjustDurationForDSTChange is NOT set, do nothing.

DATETIME                   CLASS                        DURATION
01:55:42 04/02/2006        DiskSpaceMonitor             65
03:00:42 04/02/2006        DiskSpaceMonitor             5

Case 2 - &adjustDurationForDSTChange EQ 1

If the global macro variable adjustDurationForDSTChange is set to 1, a daylight saving time change will be recognized and the duration will be adjusted. 60 minutes will be subtracted from the calculated duration value to get a corrected duration value of 5 minutes.

DATETIME                   CLASS                        DURATION
01:55:42 04/02/2006        DiskSpaceMonitor             5
03:00:42 04/02/2006        DiskSpaceMonitor             5

To specify that the calculated durations be adjusted for Daylight Saving Time changes, the macro variable adjustDurationForDSTChange should be set to 1 before the %cpproces macro is submitted, as in the following example:

%let adjustDurationForDSTChange = 1;
%cpproces(
           COLLECTR=SITESCOP,
           TOOLNM=SASDS,
           RAWDATA=<location of SiteScope log>,
           GROUPDIR=<location of SiteScope group file directory>
         );

If this macro variable is not set or if it is set to any value other than 1, then the interval durations will NOT be adjusted for Daylight Saving Time changes. As such, the default behavior of this staging code is to remain the same and not recalculate the interval duration.

Viewing/Editing the Active PDB’s DST Definition

The Daylight Saving Time (DST) definition describes the Daylight Saving Time period. There are two ways to express the definition: as a concatenation of ranges (one each for next year, this year, last year, and the year before) and as a formula that takes the system’s year into account. Both forms of the definition work correctly. The advantage of the formula is that it does not require periodic updates. The PDB’s value for the DST definition can be displayed and edited in one of two ways:

Note:

Viewing/Editing the Active PDB's DST Definition in the GUI (UNIX, Windows)

In the SAS IT Resource Management GUI for UNIX and Windows, the active PDB’s DST definition can be displayed and edited using the following steps:

  1. On the main window’s Administration tab, select Manage PDBs. The Manage PDBs window opens. The PDB that is active is listed at the top of the window.
  2. Select Properties. The Set Active PDB Options window opens.
  3. Select the Time Zone tab. One of the fields on the tab displays the DST definition.
  4. To make changes in the DST expression, edit the field.
  5. Select OK to return to the Manage PDBs window.
  6. Select Close to return to the main window.

Updates to NTSMF Data Support

The NTSMF data dictionary has been updated to add support for the "DTS.CPU" and "DTS.LogicalProcessor" objects. The following tables list the new NTSMF tables and variables.

Table Name Description
NTDTCPU Windows NT DTS.CPU
NTDTSLP Windows NT DTS.LogicalProcessor

 

Variable Name Description
Table: NTDTCPU
ANCSTR DTS.CPU: Ancestry
BRAND DTS.CPU: Brand
DTSCPU DTS.CPU: DTS.CPU
L1CACHE DTS.CPU: L1 Cache - L1 Cache size is broken down into Data and Instruction entries. The format for L1 is "nKB Instr + nKB Data" or "nKuops Trace + nKBData" where uops means MicroOperations.
L2CACHE DTS.CPU: L2 Cache - The format for L2 Cache is nKB or nMB where n is an integer.
L3CACHE DTS.CPU: L3 Cache - The format for L3 Cache is nKB or nMB where n is an integer.
LPRACTV DTS.CPU: # Logical Processors Active
LPSPRTD DTS.CPU: # Logical Processors Supported
SPEED DTS.CPU: Speed
VNDRNM DTS.CPU: Vendor Name
Table: NTDTSLP
DTSCPU DTS.LogicalProcessor: DTS.CPU
LGPRCSR DTS.LogicalProcessor: DTS.LogicalProcessor


Updates to allow support for BMC Patrol Data in IT Service Level Management

Customers have encountered problems when using Patrol data to determine availability, especially when that data is subsequently used within SAS IT Service Level Management.

This is because the method that ITRM uses to calculate the duration of a given interval sometimes results in values that do not actually match the difference between it and the subsequent observation's datetime stamps. When this data is subsequently processed into IT Service Level Management, the effect is to sometimes show that a server is available for greater than 100%.

While BMC Patrol data may not be the best ITRM data source to represent the availability of servers, a new macro, CPGENSLM, has been created to help solve the problem. It is used to identify an existing Patrol table and single analysis column that contains information required to determine availability. After %cpstart has activated the appropriate PDB in write mode, run the macro as follows:

%CPGENSLM(srctab=< source table >,
          srccol=< source column >,
          _rc=< macro_variable >);

Where source table is the name of an existing BMC Patrol table in the PDB, source column is the name of a metric within that table that can be used to determine availability, and macro_variable is the name of a macro variable that can be subsequently tested for successful completion.

The result will be a PTSLMnn table being added to the PDB (where nn is between 01 and 99). This table is defined with COLLECTR=GENERIC with the agelimits for all non-DETAIL summary levels set to 0.

When the next %CPPROCES is executed for the Patrol collector, the staging code will automatically identify the existence of any PTSLMnn tables and create SAS datasets in the WORK library to be used as input to the PTSLMnn tables. After the %CPPROCES macro stages the Patrol data, an additional %CPPROCES macro should be executed to process the WORK datasets into the generic PTSLMnn tables, as follows:

%CPPROCES(PTSLM01,
          COLLECTR=GENERIC,
          GENLIB=WORK);

Support for duplicate ID values in BMC Patrol Data

Customers have reported seeing messages similar to the following when processing Patrol data:

ERROR: The ID value xxxxxxxx occurs twice in the same BY group

The result is that the Patrol data is not processed into the PDB. The cause of this problem is typically due to the raw Patrol data containing duplicate BY group data. An example of data that will cause this problem is shown below. In this example, the same logical disk drive 'D:' exists on the same machine and has data with the same datetime stamps but different data values. If Patrol generates data similar to this, either the data has to be corrected manually, or a choice of which data values to use has to be made.

machineA/NT_LOGICAL_DISKS.D:/LDldFreeSpacePercent
        Thu Jul 16 13:02:55 1998 37.2816
        Thu Jul 16 13:04:56 1998 37.2816
machineA/NT_LOGICAL_DISKS.D:/LDldFreeSpacePercent
        Thu Jul 16 13:02:55 1998 38.2816
        Thu Jul 16 13:04:56 1998 38.2816

If this situation is encountered, the data should first be examined and a determination made as to why it contains the duplicate by-group data. If it is decided that the data should be processed without change, a new macro variable, CPDUPSOK, should be specified prior to the invocation of the %CPPROCES macro, as follows:

%let cpdupsok=Y;

Specifying this macro variable with a Y will result in the LET option being added to the PROC TRANSPOSE that is executed as part of the staging code. This option will allow duplicate values of an ID variable instead of generating an error message. PROC TRANSPOSE transposes the observation that contains the last occurrence of a particular ID value within the data set or BY group.

The default value for this macro variable is N, which will continue to cause the staging code to fail when duplicate ID variables are encountered.


Updates to MXG-based dictionaries using MXG 23.03

Summary of Changes:

Warnings

 WARNING: Before applying any data dictionary maintenance, please read the
 following warnings:

   -  The following variable has changed from being character to numeric.

          Table      Variable     MXG Variable

          XNDMSD     SDSEQ          SDSEQ


      If this table already exists in your PDB and you wish to apply
      dictionary maintenance to the table, you will need to delete the
      variable first.  This can be done either by using the interactive
      interface or, preferably, by running the %CPDDUTL macro specifying a
      PDS member which contains the following statements:

           SET TABLE NAME=XNDMSD;
           DELETE VARIABLE NAME=SDSEQ;
           BUILD VIEWS NAME=XNDMSD;

      Applying subsequent maintenance to the table will create a new
      variable to replace it.


 FAILURE TO DO THESE TASKS WILL RESULT IN AN ERROR CONDITION WHILST APPLYING
 MAINTENANCE.

Overview

 The SAS IT Resource Management data dictionary has been updated using MXG
 23.03.  In the process of building these dictionaries, some MXG issues were
 found which precipitated changes in MXG and further modifications to these
 dictionaries.  Therefore, some of these updates are actually based on code
 that subsequently became part of 23.04 and 23.05.  If you are running an
 older version of MXG, the dictionary may contain variables that are not
 available in your version of MXG.  Later versions of MXG are compatible.
 If new variables or tables have been added in a later version, we will add
 them to our supplied data dictionary in a maintenance release.  If you need
 to add them prior to that time, you can use CREATE VARIABLE or CREATE TABLE
 statements using the batch dictionary update utility, %CPDDUTL.


 To apply maintenance to your PDB dictionary, run the data dictionary
 utility macro, %CPDDUTL, in a batch job. See below for a list of some
 possible combinations of control statements for %CPDDUTL. See the macro
 reference documentation or the online help index for more details regarding
 this macro. Please also note that SCOPE=ALL is now an obsolete parameter
 setting for the MAINTAIN function.

    - To obtain a report of new variables that could be added to your
      dictionary, specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=NEWVARS
                        NOUPDATE;

    - To obtain a report of all changes to existing variables before you
      update your dictionary, specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=EXISTING
                        NOUPDATE;

    - To update your dictionary such that only new variables are added (no
      existing variables are modified), specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=NEWVARS
                        UPDATE;

    - To update your dictionary such that existing variables are modified,
      specify:

         MAINTAIN TABLE NAME=_ALL_
                        REPORT
                        SCOPE=EXISTING
                        UPDATE;

 The last two examples also produce a report of what is being changed.  If
 you want to suppress this, specify NOREPORT in place of REPORT.

 If you want to apply maintenance or obtain a report on only one table,
 specify its name as the NAME= parameter value in place of _ALL_. Note that
 you cannot specify multiple tables.


Highlights


 Support for MXG 23.03 also implies support for the following
 enhancements to existing tables:

       Support for IFA CPU time in RMFINTRV
       Support for z/OS 1.5.
       Support for RACF Events 27, 28, 29 for unix.
       Support for z/VM Linux Application Server data.
       Support for z/VM TCP/IP Application Server data.
       Support for TMS Release 11 - no changes.
       Support for Storagetek VSM subtype 20.
       Support for many new RACF events.
       Support for CICS/TS 3.1.
       Support for MQ Series in TPF operating system.
       Support for OS/400 5.3.0.
       Support for z/VM 4.4 and 5.1.
       Support for VPS V1 R8.0 VPS-FAX data.
       Support for Mainview IMS IMF 4.1.00.
       Support for NetSpy Version 7.0.
       Support for OS/400 5.3.0.
       Support for zAAP IFA engines.
       Support for VTS R7.3.
       Support for z/OS 1.6 WITH IFA engines.
       Support for z/VM 4.4.
       Support for NTSMF Release 2.4.7.
       Support for BETA93 Release 3.5 subtypes 0-5.
       Support for ASG/Landmark TMON for DB2 V4.0.
       Support for ASG/TMON TCE for CICS/ESA 2.3.
       Support for NTSMF Exchange/Outlook/DTS CPU objects.
       Support for RMF 74 subtype 8 ESS Link Stats record.
       Support for HMF V2.7 new subtypes, compatible.
       Support for ESS GEPARMKY 003Bx and 0045x fields.
       Support for IPAC subtype 5 IPAC05.
       Support for OS/400 5.2 QAPMMIOP record new fields.
       Support for NT objects SESSION and USER in TNG cubes.
       Support for optional RMI data in CICSTRAN.
       Support for SMF 117 WBIMB WebSphere Business Integration Message
                   Broker.
       Support for SMF 82 Crypto subtypes 14 thru 19.

Supplied table changes


 1) The following tables have been deleted from the supplied data dictionary:

        Table                   Description

        VBYCPU      INTERVAL    VM CPU Engine Data (MXG)
        VBYTIME     INTERVAL    VM System and Storage Data (MXG)
        VSUMCPU     INTERVAL    VM Summarized CPU Data (MXG)
        VSUMUSR     EVENT       VM Summarized User Data (MXG)
        XNDMEV      EVENT       NDM subtype ev
        XNDMSB      EVENT       NDM subtype sb
        XNDMWS      EVENT       NDM subtype ws
        XTY82       EVENT       Ty82: old type82 zero obs

    Data that used to be contained in these VM tables can now be found in the
    VMINTRV table.

    Data that used to be contained in these NDM tables can now be found in
    other XND tables. See MXG Change 22.133 for details.

    As its label and description suggested, this specific type of TYPE 82
    SMF data is out-dated and has now been retired.


 2) The following tables have been added to the supplied data dictionary:

        Table       Table Type  Description

        NDTSCPU     INTERVAL    WIN NT - dts cpu
        NDTSLOG     INTERVAL    WIN NT - dts logicalprocessor
        NIASACP     INTERVAL    WIN NT - accounting proxy
        NIASAUT     INTERVAL    WIN NT - authentication proxy
        NMSXAS      INTERVAL    WIN NT - exchg activesyncnotifyomapush
        NMSXDC      INTERVAL    WIN NT - exchg dsaccess domain cntrlr
        NMSXGC      INTERVAL    WIN NT - exchg dsaccess global counts
        NMXFS       INTERVAL    WIN NT - msexchange transprt filter sink
        NMXIM       INTERVAL    WIN NT - msexchangeim
        NNTDB2A     INTERVAL    WIN NT - db2 applications
        NNTDB2D     INTERVAL    WIN NT - db2 databases
        NOUTLOO     INTERVAL    WIN NT - outlook
        NRSVPIN     INTERVAL    WIN NT - rsvp interfaces
        NRSVPSE     INTERVAL    WIN NT - rsvp service
        NSMMSE      INTERVAL    WIN NT - s,ms smsmse 4.5
        NSTRSRJ     INTERVAL    WIN NT - microstrategy server jobs
        NSTRSRU     INTERVAL    WIN NT - microstrategy server users
        VAPLCMS     INTERVAL    VM - cms multitasking
        VAPLSLM     INTERVAL    VM - linux memory
        VAPLSLN     INTERVAL    VM - linux networking
        VAPLSLP     INTERVAL    VM - linux processor summary
        VAPLSL0     INTERVAL    VM - linux processor detail
        VAPLTCA     INTERVAL    VM - TCP/IP cpu
        VAPLTCB     INTERVAL    VM - TCP/IP ccb
        VAPLTCC     INTERVAL    VM - TCP/IP tree size
        VAPLTCD     INTERVAL    VM - TCP/IP home
        VAPLTCE     INTERVAL    VM - TCP/IP ipv6 home
        VAPLTCY     INTERVAL    VM - TCP/IP acb process/device
        VAPLTC0     INTERVAL    VM - TCP/IP MIB
        VAPLTC1     EVENT       VM - TCP/IP tcb open
        VAPLTC2     EVENT       VM - TCP/IP tcb close
        VAPLTC3     INTERVAL    VM - TCP/IP pool limit
        VAPLTC4     INTERVAL    VM - TCP/IP pool size
        VAPLTC5     INTERVAL    VM - TCP/IP lcb link
        VAPLTC6     EVENT       VM - TCP/IP ucb open
        VAPLTC7     INTERVAL    VM - TCP/IP ucb close
        VAPLTC8     INTERVAL    VM - TCP/IP link definition
        VAPLTC9     INTERVAL    VM - TCP/IP acb
        VAPLVMR     EVENT       VM - vmrm workloads
        VIODQDA     INTERVAL    VM - activate qdio device
        VIODQDD     INTERVAL    VM - qdio deactivate
        VIODQDS     INTERVAL    VM - qdio activity
        VIODSZI     INTERVAL    VM - scsi device activity
        VIODVSF     INTERVAL    VM - virtual switch failover
        VIODVSR     INTERVAL    VM - virtual switch recovery
        VIODVSW     INTERVAL    VM - virtual switch activity
        VMTRCCC     EVENT       VM - cpu capability change
        VMTRQDC     EVENT       VM - qdio device config
        VPRCIOP     INTERVAL    VM - iop utilization
        VSCLIOP     INTERVAL    VM - i/o priority changes
        XCIPIR      INTERVAL    CICS pipeline resource stats
        XCIPIW      INTERVAL    CICS webservice resource stats
        XCIWBG      INTERVAL    CICS urimaps global
        XCIWBR      INTERVAL    CICS urimaps resource
        XNM2200     EVENT       NETM22: event/view statistics record
        XNM3000     EVENT       NETM30: resource/service view record
        XNM5000     EVENT       NETM50: performance record
        XSTVS30     EVENT       STC VSM 30
        XTMBACT     EVENT       TPMX instances: jbact
        XTMBAFF     EVENT       TPMX instances: jbaff
        XTMBBND     EVENT       TPMX instances: jbbnd
        XTMBDEA     EVENT       TPMX instances: jbdea
        XTMBLL1     EVENT       TPMX instances: jbll1
        XTMBLL2     EVENT       TPMX instances: jbll2
        XTMBLL3     EVENT       TPMX instances: jbll3
        XTMBLL4     EVENT       TPMX instances: jbll4
        XTMBLL5     EVENT       TPMX instances: jbll5
        XTMBLL6     EVENT       TPMX instances: jbll6
        XTMBLL7     EVENT       TPMX instances: jbll7
        XTMBLL8     EVENT       TPMX instances: jbll8
        XTMBLL9     EVENT       TPMX instances: jbll9
        XTMBL10     EVENT       TPMX instances: jbl10
        XTMBL11     EVENT       TPMX instances: jbl11
        XTMBL12     EVENT       TPMX instances: jbl12
        XTMBL13     EVENT       TPMX instances: jbl13
        XTMBL14     EVENT       TPMX instances: jbl14
        XTMBL15     EVENT       TPMX instances: jbl15
        XTMBL16     EVENT       TPMX instances: jbl16
        XTMBL17     EVENT       TPMX instances: jbl17
        XTMBL18     EVENT       TPMX instances: jbl18
        XTMBL19     EVENT       TPMX instances: jbl19
        XTMBL20     EVENT       TPMX instances: jbl20
        XTMBL21     EVENT       TPMX instances: jbl21
        XTMBL22     EVENT       TPMX instances: jbl22
        XTMBL23     EVENT       TPMX instances: jbl23
        XTMBL24     EVENT       TPMX instances: jbl24
        XTMBVOL     EVENT       TPMX instances: jbvol
        XTMCAFT     EVENT       TPMX instances: jcaft
        XTMCBFR     EVENT       TPMX instances: jcbfr
        XTMLIMT     EVENT       TPMX instances: jlimt
        XTMLLIM     EVENT       TPMX instances: jllim
        XTMVVOL     EVENT       TPMX instances: jvvol
        XTPFMQC     EVENT       TPF - mq series channel information
        XTPFMQQ     EVENT       TPF - mq series queue information
        XTYHMFP     EVENT       HMF ultranet snmp enf statistics
        XTYHMFQ     EVENT       HMF ultranet snmp transport
        XTYHMFS     EVENT       HMF ultranet snmp decompress
        XTYSTAT     INTERVAL    MXG tape exit monitor stats
        XTY748      INTERVAL    RMF ess link statistics
        XTY748A     INTERVAL    RMF ess rank array data
        XTY748R     INTERVAL    RMF ess rank statistics data
        XTY748X     INTERVAL    RMF ess extent pool statistics
        XTY8000     EVENT       RACF event 00 undocumented
        XTY8028     EVENT       RACF event 28 directory search
        XTY8029     EVENT       RACF event 29 check access to dir
        XTY8030     EVENT       RACF event 30 check access to file
        XTY8032     EVENT       RACF event 32 change directory
        XTY8033     EVENT       RACF event 33 change file mode
        XTY8034     EVENT       RACF event 34 file ownerahip
        XTY8038     EVENT       RACF event 38 init of process
        XTY8039     EVENT       RACF event 39 term of process
        XTY8042     EVENT       RACF event 42 make directory
        XTY8043     EVENT       RACF event 43 make node
        XTY8044     EVENT       RACF event 44 mount file system
        XTY8045     EVENT       RACF event 45 open new file
        XTY8048     EVENT       RACF event 48 remove directory
        XTY8050     EVENT       RACF event 50 set effective uid
        XTY8054     EVENT       RACF event 54 unlink
        XTY8055     EVENT       RACF event 55 unmount file system
        XTY8057     EVENT       RACF event 57 check privilege
        XTY8061     EVENT       RACF event 61 ipcget
        XTY8062     EVENT       RACF event 62 ipcctl
        XTY8064     EVENT       RACF event 64 chkown2
        XTY8066     EVENT       RACF event 66 racdcert
        XTY8214     EVENT       CRYPTO clear master key entry
        XTY8215     EVENT       CRYPTO retained key create/delete
        XTY8216     EVENT       CRYPTO csfpci calls by tke
        XTY8217     EVENT       CRYPTO interval timing/usage
        XTY8218     EVENT       CRYPTO online or offline configuration
        XTY8219     EVENT       CRYPTO begin/end pci-x-cc operation
        XTY99_3     EVENT       OS/390 type 99 subtype 3 srvclass period
        XTY994I     EVENT       OS/390 type 99 subtype 4 device cluster
        XTY998L     EVENT       OS/390 type 99 subtype 8 lpar
        XTY998P     EVENT       OS/390 type 99 subtype 8 priority table


 3) The following tables have had their labels and descriptions changed:

        Table                   Description

        NWSRMPP     INTERVAL    WIN NT -  process
                    changed to  WIN NT - process


 4) The following tables have had variable changes (variables added,
    deleted, or modified) in the supplied data dictionary:

        Table       Table Type  Description

        NDATABA     INTERVAL    WIN NT database
        NDB2        INTERVAL    WIN NT db2 database manager
        NEPOXY      INTERVAL    WIN NT - epoxy
        NMSXIS      INTERVAL    WIN NT ms exchange info store
        NMSXPU      INTERVAL    WIN NT ms exchange info store public
        NMXAL       INTERVAL    WIN NT - msexchangeal
        NMXOC       INTERVAL    WIN NT - msexchangedsaccess processes
        NTCNFIG     EVENT       WIN NT SMF configuration
        VAPLSRV     INTERVAL    VM Application Data (MXG)
        VBYUSR      INTERVAL    VM User Data (MXG)
        VDEVTOT     INTERVAL    VM Device Data (MXG)
        VIODDEV     INTERVAL    VM Device Activity
        VIODDTD     INTERVAL    VM Detach Device
        VIODMOF     INTERVAL    VM/ESA - Set subchan measure off
        VIODSTC     INTERVAL    VM/ESA - State change
        VIODVOF     EVENT       VM Vary Off Device
        VIODVON     INTERVAL    VM Vary On Device
        VMINTRV     INTERVAL    VM Interval Data (consolidated by MXG)
        VMTRDEV     EVENT       VM Device Configuration Data
        VMTRMEM     EVENT       VM Memory Configuration Data
        VMTRPAG     EVENT       VM Paging Configuration Data
        VMTRSYS     EVENT       VM System Configuration Data
        VSCLADL     INTERVAL    VM Add User To Dispatch List
        VSCLAEL     INTERVAL    VM Add User To Eligible List
        VSCLDDL     INTERVAL    VM Drop User From Dispatch List
        VSTOASC     INTERVAL    VM Address Space Created
        VSTOASP     INTERVAL    VM Auxiliary Storage Management
        VSTOASS     INTERVAL    VM Auxiliary Shared Storage Management
        VSTOATC     INTERVAL    VM Page/Spool Area of a CP Volume
        VSUMIOD     INTERVAL    VM Summarized Device Activity (MXG)
        VSYTCUG     INTERVAL    VM Logical CPU Utilization Data (Global)
        VSYTCUP     INTERVAL    VM CPU Util. Data (Logical Partition)
        VSYTEPM     INTERVAL    VM/ESA - Extended channel measure
        VSYTRSG     INTERVAL    VM Real Storage Data (Global)
        VSYTSCG     INTERVAL    VM Scheduler Activity (Global)
        VSYTSYG     INTERVAL    VM/ESA - System data global
        VSYTUSR     INTERVAL    VM User Data
        VSYTXSG     INTERVAL    VM Expanded Storage Data (Global)
        VUSEATE     INTERVAL    VM User Activity Data at Transaction End
        VUSEDFC     INTERVAL    VM DEFINE CPU
        VUSEITE     INTERVAL    VM User Interaction at Transaction End
        VUSELOF     INTERVAL    VM User Logoff Data
        VUSELON     INTERVAL    VM User Logon
        XASMCEC     INTERVAL    LPAR CEC level LPAR details
        XASMTAP     EVENT       MXG tape monitor summary analysis
        XASM70L     INTERVAL    LPAR summarized detail
        XASM70P     INTERVAL    LPAR RMF interval data
        XBETA0      EVENT       BETA 93 input of lists
        XBETA1      EVENT       BETA 93 output of lists
        XBETA20     EVENT       BETA 93 browse/print of list/report
        XBETA41     EVENT       BETA 93 reload of a list
        XBETA5      EVENT       BETA 93 action performed against list
        XCICINT     INTERVAL    CICS interval statistics
        XCICSUM     INTERVAL    CICS transactions - hourly summary
        XCIDS       INTERVAL    CICS dispatcher statistics
        XCIEXCE     INTERVAL    CICS exceptions
        XCIONSR     INTERVAL    CICS ISC/IRC system entry
        XCIRDFI     EVENT       CICS resource file detail
        XCISPOO     INTERVAL    CICS dispatcher tcb pools
        XCITRAN     EVENT       CICS transactions
        XDBACCT     EVENT       DB2 accounting
        XDBCCTP     EVENT       DB2 accounting-packages/dbrm
        XDBSTA0     INTERVAL    DB2 interval statistics (subtype 0)
        XDBSTA1     INTERVAL    DB2 interval statistics (subtype 1)
        XDBTATS     INTERVAL    DB2 interval statistics: summary
        XDB2A       INTERVAL    DB2 accounting - summarised to hour
        XDB2B       INTERVAL    DB2 accounting - buf pool hourly summary
        XDCDSET     EVENT       DCOLLECT active data set information
        XEDSARE     EVENT       DFSMSrmm action record
        XEDSDRE     EVENT       DFSMSrmm data set information
        XEDSKRE     EVENT       DFSMSrmm vital record specification
        XEDSORE     EVENT       DFSMSrmm owner information
        XEDSOVO     EVENT       DFSMSrmm owner owned volume list
        XEDSPRE     EVENT       DFSMSrmm software product record
        XEDSPVO     EVENT       DFSMSrmm software product volume record
        XEDSRRE     EVENT       DFSMSrmm library shelf location
        XEDSSEC     EVENT       DFSMSrmm security record
        XEDSSRE     EVENT       DFSMSrmm storage location shelf location
        XEDSVRE     EVENT       DFSMSrmm volume information
        XHSM        INTERVAL    HSM fsr statistics - hourly summary
        XICBGCH     INTERVAL    Iceberg channel interface statistics
        XICB8SN     EVENT       Iceberg 08 snapshot - snapped extent
        XJOBS       EVENT       Completed jobs
        XJOBSKD     INTERVAL    Job scheduling class summary
        XMQACCT     EVENT       MQM accounting statistics
        XMQACTQ     EVENT       MQM task queue accounting
        XMQQUEU     EVENT       MQM queue detail
        XNDMFA      EVENT       NDM subtype fa
        XNDMFI      EVENT       NDM subtype fi
        XNDMGO      EVENT       NDM subtypes go if nl
        XNDMPI      EVENT       NDM subtypes pq tq
        XNDMSD      EVENT       NDM subtype sd
        XNDMSY      EVENT       NDM subtype sy
        XNDMTP      EVENT       NDM subtype tp
        XNJPURG     EVENT       JES2 NJE purge information
        XNPVSUM     INTERVAL    NPM netware server volume summary
        XNSNCP      INTERVAL    NetSpy - NCP resource entry
        XNSTCP      INTERVAL    Netspy - tcp connections
        XNSTCPS     INTERVAL    Netspy - tcp stack
        XOVEXCE     EVENT       OMEGAMON for VTAM exceptions
        XPRINT      EVENT       Print events
        XPRINTR     INTERVAL    Printer utilisation
        XQACONF     EVENT       AS400 - system configuration data
        XQADISK     INTERVAL    AS400 - disk storage data
        XQAIFC      EVENT       AS400 - ifc
        XQAJOBL     INTERVAL    AS400 - job data
        XQAJOBM     INTERVAL    AS400 - job data
        XQASYSC     INTERVAL    AS400 - system performance data
        XQASYST     INTERVAL    AS400 - system performance data
        XQATCP      EVENT       AS400 - tcp
        XRMFINT     INTERVAL    Combined RMF interval data
        XSMFINT     INTERVAL    SMF interval accounting
        XSPNJOB     EVENT       Incomplete (spun) jobs
        XSTEPS      EVENT       Completed jobs steps
        XSUMPRT     INTERVAL    Printer utilisation
        XTCCSUM     INTERVAL    Landmark CICS MON 1.3+ - hourly summary
        XTCSUM      INTERVAL    Landmark CICS MON <1.3 - hourly summary
        XTC2CMX     INTERVAL    Landmark CICS MON 2 - cmx segment
        XTC2IDS     INTERVAL    Landmark CICS MON 2 - ids segment
        XTC2IWT     INTERVAL    Landmark CICS MON 2 - iwt segment
        XTC2PA      INTERVAL    Landmark CICS MON 2 - pa-transaction
        XTC2PI      INTERVAL    Landmark CICS MON 2 - pi-interval
        XTC2SUM     INTERVAL    Landmark CICS MON 2 - hourly summary
        XTC2SYS     INTERVAL    Landmark CICS MON 2 - file interval
        XTC2TJ      INTERVAL    Landmark CICS MON 2 - java data
        XTC2TKP     INTERVAL    Landmark CICS MON 2 - tkp dispatcher
        XTC2TOS     INTERVAL    Landmark CICS MON 2 - tos sockets
        XTC2TR      INTERVAL    Landmark CICS MON 2 - region interval
        XTC2TSK     EVENT       Landmark CICS MON 2 - transactions
        XTMDDBR     EVENT       TMON for DB2 thread detail - resource
        XTMDDB2     EVENT       TMON for DB2 thread detail
        XTPALOC     INTERVAL    MXG tape allocations - hourly summary
        XTPFINT     INTERVAL    TPF - interval statistics
        XTPMNTS     INTERVAL    MXG tape monitor mount summary
        XTYHMFT     EVENT       HMF cnt2 compression entry
        XTYHMFU     EVENT       HMF cnt2 ifentry
        XTYHMFV     EVENT       HMF sysgroup/cnt2sys hdw
        XTYTARC     EVENT       MXG tape monitor allocation recovery
        XTYTCPC     EVENT       IBM TCP/IP ftp client
        XTYTCPF     EVENT       IBM TCP/IP ftp server
        XTYTMNT     EVENT       MXG tape monitor mount event
        XTYTPMX     EVENT       Thruput manager job analyzer - extended
        XTY1415     EVENT       Non-VSAM data set activity
        XTY22_A     EVENT       3990 storage control configuration
        XTY26J3     EVENT       JES3 purge information
        XTY30_V     EVENT       Job/TSO interval accounting
        XTY30_4     EVENT       Job/TSO step/program termination
        XTY30_5     EVENT       Job/TSO termination
        XTY30_6     EVENT       System address space data
        XTY30MR     EVENT       Multi-system remote enclave cpu
        XTY30TD     EVENT       Type 30 tape devices
        XTY57J2     EVENT       JES2 network transmission
        XTY6        EVENT       Output writer
        XTY6ENH     EVENT       Enhanced output writer (thruput)
        XTY70       INTERVAL    RMF CPU activity and address space stats
        XTY70PR     INTERVAL    RMF PR/SM statistics
        XTY71       INTERVAL    RMF paging and swapping activity
        XTY72DL     INTERVAL    RMF goal mode delay states
        XTY72GO     INTERVAL    RMF goal mode period resources
        XTY73       INTERVAL    RMF channel path activity
        XTY74CA     INTERVAL    RMF Cache Reporter - cache controllers
        XTY747P     INTERVAL    RMF FCD Global, Switch, and Port data
        XTY77       INTERVAL    RMF system enqueue data
        XTY78CF     INTERVAL    RMF device configuration data
        XTY78CU     INTERVAL    RMF LCU queuing statistics
        XTY78IO     INTERVAL    RMF I/O queueing
        XTY78SP     INTERVAL    RMF virtual storage private area subpool
        XTY79E      INTERVAL    RMF mon II ES9000 I/O queueing
        XTY79EF     INTERVAL    RMF mon II ES9000 I/O config
        XTY791      INTERVAL    RMF mon II address space state data
        XTY792      INTERVAL    RMF mon II address space resource data
        XTY8X24     EVENT       RACF event 24 setropts extra type 21-s
        XTY8001     EVENT       RACF event 01 JOB init or TSO logon
        XTY8002     EVENT       RACF event 02 resource access
        XTY8003     EVENT       RACF event 03 end of volume
        XTY8004     EVENT       RACF event 04 rename data set
        XTY8005     EVENT       RACF event 05 scratch data set or tape
        XTY8006     EVENT       RACF event 06 delete vol1 of multi-vol
        XTY8007     EVENT       RACF event 07 define data set of tape
        XTY8008     EVENT       RACF event 08 addsd command
        XTY8009     EVENT       RACF event 09 addgroup command
        XTY8010     EVENT       RACF event 10 adduser command
        XTY8011     EVENT       RACF event 11 adduser command
        XTY8012     EVENT       RACF event 12 altgroup command
        XTY8013     EVENT       RACF event 13 altuser command
        XTY8014     EVENT       RACF event 14 connect command
        XTY8015     EVENT       RACF event 15 deldsd command
        XTY8016     EVENT       RACF event 16 delgroup command
        XTY8017     EVENT       RACF event 17 deluser command
        XTY8018     EVENT       RACF event 18 deluser command
        XTY8019     EVENT       RACF event 19 permit command
        XTY8020     EVENT       RACF event 20 ralter command
        XTY8021     EVENT       RACF event 21 rdefine command
        XTY8022     EVENT       RACF event 22 rdelete command
        XTY8023     EVENT       RACF event 23 remove command
        XTY8024     EVENT       RACF event 24 setropts
        XTY8025     EVENT       RACF event 25 rvary command
        XTY8026     EVENT       RACF event 26 appclu session establish
        XTY8027     EVENT       RACF event 27 general audit
        XTY8059     EVENT       RACF event 59 raclink
        XTY892      INTERVAL    Measured usage state interval
        XTY90       EVENT       MVS operator command issued
        XTY9024     EVENT       Operator cmd: vary wlm service policy
        XTY94       INTERVAL    IBM tape library dataserver stats
        XTY9421     INTERVAL    IBM tape library volume pool detail
        XUOW        EVENT       CICS/DB2 combined resource summary
        XWSEVTP     EVENT       WSF2 EVT printer accounting record

Supplied variable changes


  1) The following 9 variables have been added to table NDATABA:

       Variable  Description                              Interpretation

       DBORDRT   I/o database reads/sec                   RATE
       DBOWRRT   I/o database writes/sec                  RATE
       IOBRDRT   I/o database reads per sec               RATE
       IOBWRRT   I/o database writes per sec              RATE
       IOGRDRT   I/o log reads per sec                    RATE
       IOGWRRT   I/o log writes per sec                   RATE
       LGORDRT   I/o log reads/sec                        RATE
       LGOWRRT   I/o log writes/sec                       RATE
       LOGECKD   Log generation checkpoint depth          COUNT


  2) The following 13 variables have been added to table NDB2:

       Variable  Description                              Interpretation

       DBMAAFP   Agents assigned from pool                COUNT
       DBMACEP   Agents created due to empty agent pool   COUNT
       DBMACON   Attempted connections for db2 connect    COUNT
       DBMCCON   Current connections for db2 connect      GAUGE
       DBMCWCS   Conns waiting for client to send request COUNT
       DBMCWHR   Conns waiting for host to reply          COUNT
       DBMDCPS   Drda connection pool switch connections  COUNT
       DBMHJTH   Hash join threshold                      COUNT
       DBMIDRA   Inactive drda agents                     COUNT
       DBMMXAO   Max agents overflows                     MAXIMUM
       DBMMXCA   Maximum coordinating agents              MAXIMUM
       DBMNODS   Nodes                                    COUNT
       DBMSTAG   Stolen agents                            COUNT


  3) The following 2 variables have been added to table NEPOXY:

       Variable  Description                              Interpretation

       EXYBYAL   Bytes allocated                          COUNT
       EXYSGAL   Segments allocated                       COUNT


  4) The following 64 variables have been added to table NMSXIS:

       Variable  Description                              Interpretation

       MSISAUF   Acl upgrade failures                     COUNT
       MSISCRA   Client rpcs attempted                    COUNT
       MSISCRF   Client rpcs failed                       COUNT
       MSISCRS   Client rpcs succeeded                    COUNT
       MSISEME   Exchmem  memory errors                   COUNT
       MSSAUCU   Acl upgrade completed upgrades           COUNT
       MSSAUHR   Acl upgrade hits in upgrade retrylist    COUNT
       MSSAUPU   Acl upgrade partial upgrades             COUNT
       MSSAUTA   Acl upgrade times attempted              COUNT
       MSSCBFR   Client background rpcs failed/sec        RATE
       MSSCBRF   Client background rpcs failed            COUNT
       MSSCBRS   Client background rpcs succeeded         COUNT
       MSSCBSR   Client background rpcs succeeded/sec     RATE
       MSSCFFR   Client foreground rpcs failed/sec        RATE
       MSSCFRF   Client foreground rpcs failed            COUNT
       MSSCFRS   Client foreground rpcs succeeded         COUNT
       MSSCFSR   Client foreground rpcs succeeded/sec     RATE
       MSSCL0S   Client latency > 10 sec rpcs             COUNT
       MSSCL2S   Client latency > 2 sec rpcs              COUNT
       MSSCL5S   Client latency > 5 sec rpcs              COUNT
       MSSCRAR   Client rpcs attempted/sec                RATE
       MSSCRFB   Client rpcs failed server too busy       COUNT
       MSSCRFC   Client rpcs failed call cancelled        COUNT
       MSSCRFD   Client rpcs failed access denied         COUNT
       MSSCRFF   Client rpcs failed call failed           COUNT
       MSSCRFO   Client rpcs failed all other errors      COUNT
       MSSCRFR   Client rpcs failed/sec                   RATE
       MSSCRFU   Client rpcs failed server unavailable    COUNT
       MSSCRSR   Client rpcs succeeded/sec                RATE
       MSSCTRL   Client total reported latency            COUNT
       MSSDMCE   Dl membership cache entries count        COUNT
       MSSDMCH   Dl membership cache hits                 COUNT
       MSSDMCM   Dl membership cache misses               COUNT
       MSSDMCS   Dl membership cache size                 GAUGE
       MSSECBA   Exchmem current bytes allocated          GAUGE
       MSSECVA   Exchmem current  virtual allocations     GAUGE
       MSSECVB   Exchmem current virtual bytes allocated  GAUGE
       MSSEHME   Exchmem heaps with memory errors         COUNT
       MSSEMBA   Exchmem maximum bytes allocated          MAXIMUM
       MSSEMVB   Exchmem maximum virtual bytes allocated  MAXIMUM
       MSSETVA   Exchmem total  virtual allocations       COUNT
       MSSEXAH   Exchmem  additional heaps                COUNT
       MSSEXHE   Exchmem  heaps                           COUNT
       MSSODAB   Oab full download attempts blocked       COUNT
       MSSODDA   Oab differential download attempts       COUNT
       MSSODDB   Oab differential download bytes          COUNT
       MSSODDR   Oab differential download bytes/sec      RATE
       MSSOFDA   Oab full download attempts               COUNT
       MSSOFDB   Oab full download bytes                  COUNT
       MSSOFDR   Oab full download bytes/sec              RATE
       MSSRCBR   Rpc clients bytes read                   COUNT
       MSSRCBW   Rpc clients bytes written                COUNT
       MSSRFBR   Client rpcs failed server too busy/sec   RATE
       MSSRFCR   Client rpcs failed call cancelled/sec    RATE
       MSSRFDR   Client rpcs failed access denied/sec     RATE
       MSSRFFR   Client rpcs failed call failed/sec       RATE
       MSSRFOR   Client rpcs failed all other errors/sec  RATE
       MSSRFUR   Client rpcs failed server unavail/sec    RATE
       MSSRUBR   Rpc clients uncompressed bytes read      COUNT
       MSSRUBW   Rpc clients uncompressed bytes written   COUNT
       MSSSQPT   Slow qp threads                          COUNT
       MSSSSTH   Slow search threads                      COUNT
       VSEDECN   Virus scan messages deleted              COUNT
       VSEDERT   Virus scan messages deleted/sec          RATE


  5) The following 6 variables have been added to table NMSXPU:

       Variable  Description                              Interpretation

       LOLDLRT   Local delivery rate                      RATE
       LOLDLVY   Local deliveries                         COUNT
       RVHITRT   Restricted view cache hit rate           RATE
       RVMISRT   Restricted view cache miss rate          RATE
       SETSKRT   Search task rate                         RATE
       SLFNDRT   Slow findrow rate                        RATE


  6) The following variable has been added to table NMXAL:

       Variable  Description                              Interpretation

       LDPMORC   Ldap modify calls/sec                    RATE


  7) The following 3 variables have been added to table NMXOC:

       Variable  Description                              Interpretation

       LDPRCRT   Ldap read calls per sec                  RATE
       LDPSERT   Ldap search calls/sec                    RATE
       PID       Process id                               INT


  8) The following variable has had its informat changed in table
     NTCNFIG:

       MEMINBX   changed from  16.2      to  16.


  9) The following 58 variables have been added to table VAPLSRV:

       Variable  Description                              Interpretation

       BFAPCAT   Bytefile zapcat requests                 COUNT
       BFBRLWA   Bytefile byterange lock waits            COUNT
       BFCCESS   Bytefile ckfile accessibility requests   COUNT
       BFCHMOD   Bytefile change mode requests            COUNT
       BFCHOWN   Bytefile change owner requests           COUNT
       BFCLOSE   Bytefile close file requests             COUNT
       BFEADDI   Bytefile read directory requests         COUNT
       BFEADLI   Bytefile read link contents req          COUNT
       BFEGFCL   Bytefile unlink file cleanup req         COUNT
       BFENAME   Bytefile rename requests                 COUNT
       BFIACES   Bytefile pipe access requests            COUNT
       BFIAUDT   Bytefile change audit requests           COUNT
       BFICANC   Bytefile cancel requests                 COUNT
       BFICLOS   Bytefile pipe close requests             COUNT
       BFIOOWR   Bytefile pipeopen write requests         COUNT
       BFIPORD   Bytefile pipeopen read requests          COUNT
       BFIREAD   Bytefile pipe read requests              COUNT
       BFISTAT   Bytefile pipe status requests            COUNT
       BFIUTIM   Bytefile pipe utime requests             COUNT
       BFIWRIT   Bytefile pipe write requests             COUNT
       BFKBLKS   Bytefile create block special            COUNT
       BFKCHAR   Bytefile create char special             COUNT
       BFKEXTL   Bytefile create external link            COUNT
       BFKFIFO   Bytefile create named pipe reqs          COUNT
       BFKREGF   Bytefile create regular file req         COUNT
       BFKSYML   Bytefile create symbolic link            COUNT
       BFLINK    Bytefile create link requests            COUNT
       BFLOCKE   Bytefile logical lock exceeds            COUNT
       BFLOCKR   Bytefile logical lock retries            COUNT
       BFLOSDI   Bytefile close directory requests        COUNT
       BFMKCAT   Bytefile makecat requests                COUNT
       BFMKDIR   Bytefile create directory reqs           COUNT
       BFNLINK   Bytefile unlink requests                 COUNT
       BFNLOCK   Bytefile unlock byte requests            COUNT
       BFOCKBY   Bytefile lock byte requests              COUNT
       BFOKRET   Bytefile token return requests           COUNT
       BFOOKUP   Bytefile lookup requests                 COUNT
       BFPENDI   Bytefile open directory requests         COUNT
       BFPENIR   Bytefile openfile intent readreq         COUNT
       BFPENIW   Bytefile openfile intent writreq