DISPLAY VTAMSTOR command

Read syntax diagramSkip visual syntax diagram
Display storage contents associated with a storage address:

>>-DISPLAY-- --NET--,--VTAMSTOR--------------------------------->

>--,--ADDRESS--=--storage_address------------------------------->

   .-,--LENGTH--=--32----------------------.   
>--+---------------------------------------+-------------------><
   +-,--LENGTH--=--decimal_number_of_bytes-+   
   '-,--XLENGTH--=--hex_number_of_bytes----'   

Read syntax diagramSkip visual syntax diagram
Display storage contents associated with a module:

>>-DISPLAY-- --NET--,--VTAMSTOR--,--MODULE--=--module_name-----><

Read syntax diagramSkip visual syntax diagram
Display storage contents associated with a network address:

>>-DISPLAY-- --NET--,--VTAMSTOR--------------------------------->

                                                              .-,--X-.      
>--,--NETADDR--=--(--+-----------------+--,--element_address--+------+--)-->
                     '-subarea_address-'                      +-,--D-+      
                                                              '-,--X-'      

>--+-------------------------+---------------------------------><
   '-,--NETID--=--network_id-'   

Read syntax diagramSkip visual syntax diagram
Display storage contents associated with a resource name:

>>-DISPLAY-- --NET--,--VTAMSTOR--------------------------------->

>--,--RESOURCE--=--resource_name-------------------------------->

   .-,--TYPE--=--RESOURCE-----.   
>--+--------------------------+--------------------------------><
   '-,--TYPE--=--+-CDRM-----+-'   
                 +-CP-------+     
                 +-LUALIAS--+     
                 +-RESOURCE-+     
                 +-SHADOW---+     
                 +-SSCP-----+     
                 +-USERVAR--+     
                 '-XCFCP----'     

Abbreviations

Operand Abbreviation
ADDRESS ADDR
DISPLAY D
LENGTH LEN
MODULE MOD
RESOURCE RSC
XLENGTH XLEN

Purpose

The DISPLAY VTAMSTOR command displays storage contents associated with VTAM® modules and resources.

Operands

ADDRESS=storage_address
Specifies the address (in hexadecimal). The storage address must be in the range of 0–7FFFFFFF.
LENGTH=decimal_number_of_bytes
Specifies the number of bytes in decimal to display. The valid range is 1–value of DSPLYMAX multiplied by 16.
MODULE=module_name
Specifies a module name (or CSECT name). The module name must be eight characters in length and begin with the VTAM prefixes ACY, IST, IUT, or IVT.
NETADDR
Specifies the network address of a resource. The following notes apply to subrarea_address and element_address:
subarea_address
Specifies the subarea portion of the network address. Leading zeros are acceptable but not required. If omitted, subarea_address defaults to the subarea number of the host. Acceptable values are 1–FFFF in hexadecimal; 1–65535 in decimal. If the value is greater than the host's MXSUBNUM start option, the command will be rejected.
element_address
Specifies the element portion of the network address. Leading zeros are acceptable but not required. Acceptable values range from 0–FFFF in hexadecimal; 0–65535 in decimal.
D
Indicates that the subarea and element addresses are specified in decimal.
X
Indicates that the subarea and element addresses are specified in hexadecimal.
Note:
  1. To display an Enhanced network address, you must incorporate the index into either the subarea_address or the element_address. Leading zeros are acceptable but not required. If omitted, the index defaults to 0. Acceptable values are 1-1FA in hexadecimal and 1-506 in decimal.
  2. To incorporate the index into either the subarea_address or the element_address, perform the following actions:
    • In hexadecimal format, concatenate the index in front of the 2–byte subarea or element. For example, subarea 2, index 1, element 3 can be entered as NETADDR=(10002,3) or NETADDR=(2,10003).
    • In decimal format, multiply the index by 65536 and add it to the subarea or element. For example, subarea 2, index 1, element 3 can be entered as NETADDR=(65538,3,d) or NETADDR=(2,65539,d).
NETID=network_id
Specifies the network identifier. If omitted, the network identifier of the host is used.
RESOURCE=resource_name
Specifies the network-qualified name of the resource for which the resource definition table entry is to be displayed. If the network identifier is omitted, the network of the host is used.
Tip: If you are specifying a model resource (APPL or CDRSC), you can use wildcard characters in the name you specify. The use of wildcard characters on the RESOURCE operand does not depend on the value of the DSPLYWLD start option.
TYPE
Specifies the type of resource that the RESOURCE operand identifies. This operand is valid only when used with the RESOURCE operand. If several types of resources share the same name, TYPE can be used to identify which resource the command should act on.
TYPE=CDRM
Displays the resource definition table entry for the SSCP (represented as a CDRM).
TYPE=CP
Displays the resource definition table entry for the host CP (represented as an application) or an adjacent CP (represented as a CDRSC)
TYPE=LUALIAS
Displays the resource definition table entry for the CDRSC whose name is associated with the LUALIAS. If a network-qualified name is specified, VTAM does not search for an LUALIAS with that resource name. For more information about CDRSCs that are defined with an LUALIAS, see the z/OS Communications Server: SNA Resource Definition Reference.
TYPE=RESOURCE
Displays the resource definition table entry for the resource named on the RESOURCE operand. VTAM searches for the resource in the following order:
  1. VTAM searches for an SSCP (CDRM), a host CP (application), or an adjacent CP (CDRSC) by the name specified on the RESOURCE operand and displays the resource definition table entry for the first resource found.
  2. If VTAM does not find an SSCP, a host CP, or an adjacent CP, it searches for a resource with the name specified on the RESOURCE operand and displays the resource definition table entry for the resource, if it finds it.
  3. If VTAM does not find a resource by that name, it searches for a USERVAR with the name specified on the RESOURCE operand and displays the resource definition table entry for the resource, if it finds it.
  4. If VTAM does not find a USERVAR by that name, or a USERVAR is found but the resource defined as the value of the USERVAR is not found, it searches for an LUALIAS with the name specified on the RESOURCE operand and displays the resource definition table entry for the CDRSC, if it finds it.
TYPE=SHADOW
Displays the resource definition table entry for a shadow resource, if it exists. Included in the information displayed is the real resource that caused the displayed resource to become a shadow resource.

For more information about shadow resources, see the z/OS Communications Server: SNA Network Implementation Guide.

TYPE=SSCP
Displays the resource definition table entry for the SSCP (represented as a CDRM).
TYPE=USERVAR
Displays the resource definition table entry for the resource whose name is associated with the USERVAR.
TYPE=XCFCP
For an APPN node, this displays the resource definition table entry (RDTE) for the dynamic XCF local SNA PU representing the connection to another VTAM in the XCF group, when the RESOURCE operand specifies the CP name or SSCP name of the other VTAM. For a pure subarea node, this displays the RDTE of the dynamic XCF TRLE representing the connectivity to another VTAM node in the XCF group, when the RESOURCE operand specifies the CP name or SSCP name of the other VTAM.
XLENGTH=hex_number_of_bytes
Specifies the number of bytes in hexadecimal to display. The valid range is 1–value of DSPLYMAX multiplied by 16, converted to hexadecimal.

Resulting display

The resulting display differs depending on the operands specified.
  • If the ADDRESS operand is specified, the command displays the contents of storage at the specified address.
  • If the MODULE operand is specified, the command displays:
    • The entry point address of the module
    • The service level of the module
    • The first 32 bytes of the module
  • If the NETADDR operand is specified, the command displays:
    • The name of the associated resource
    • The resource definition table entry
  • If the RESOURCE operand is specified, the command displays:
    • The resource definition table entry

Examples

Displaying storage contents associated with a storage address:
d net,vtamstor,address=8756000,length=128 
IST097I DISPLAY ACCEPTED                                     
IST350I DISPLAY TYPE = VTAMSTOR                              
IST1573I STORAGE DISPLAY BEGINS AT LOCATION 08756000                 
IST1574I   -010 0881E120 00000000 E3406000 000C8010 *.A......T -.....
IST1574I   +000 00000000 00000000 B376630A 68184202 *................
IST1574I   +010 B3765E66 C27F6007 0878C580 0881DFE0 *..;.B"-...E..A..
IST1574I   +020 D9C5D3E2 1A240000 08926B90 0886F010 *RELS.....K,..F0.
IST1574I   +030 88F11578 00000000 0886F010 00000000 *H1.......F0.....
IST1574I   +040 E4D72342 1A000000 006F6318 006F6320 *UP.......?...?..
IST1574I   +050 006F6450 000000D4 04000004 00000000 *.?.&...M........
IST1574I   +060 D9C5D3E2 1A150000 08926B90 08D631F0 *RELS.....K,..O.0
IST1574I   +070 88DE40D8 00000000 006F6318 00000000 *H. Q.....?......
IST314I END   
Displaying storage contents associated with a module:
d net,vtamstor,module=istinm01
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = VTAMSTOR
IST1571I ISTINM01 ENTRY POINT IS 01EA00E8  LEVEL IS  96.184
IST1574I   +000 47F0F014 0FC9E2E3 C9D5D4F0 F140F9F6 *.00..ISTINM01 96
IST1574I   +010 4BF1F8F4 90ECD00C 18CF41B0 CFFF50D0 *.184..........&.
IST314I END
Displaying storage contents associated with a network address:
d net,vtamstor,netaddr=(10001,A)
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = VTAMSTOR
IST075I NAME = NETA.SSCP2A, TYPE = ADJACENT CP
IST1863I SUBAREA INDEX ELEMENT
IST1864I X'0001' ( 1) X'0001' ( 1) X'000A' ( 10)
IST1573I RDTE STORAGE DISPLAY BEGINS AT LOCATION 06EDB0D0
IST1574I +000 E2E2C3D7 F2C14040 86ECB02C 00830700 *SSCP2A F....C..
IST1574I +010 00000000 00000000 00200000 06EDB180 *................
IST1574I +020 06EDB138 00000000 FFAC1088 00000000 *...........H....
IST1574I +030 0741A048 00000000 00000000 05050505 *................
IST1574I +040 00090001 10000000 00000000 00000000 *................
IST1574I +050 00000000 00000000 C06D0100 00800000 *........._......
IST1574I +060 00000000 00000000 06E0C188 06E0C010 *..........AH....
IST1574I +070 06E0C188 06E0C010 00000002 00000000 *..AH............
IST1574I +080 02010101 24700033 38000000 00000000 *................
IST1574I +090 00000000 00000000 00000000 00000000 *................
IST1574I +0A0 00000000 06DFE010 06EDD070 00000000 *................
IST1574I +0B0 B776A13C E49F1B88 01000000 20000000 *....U..H........
IST1574I +0C0 00000000 06DF7010 E2E2C3D7 F1C14040 *........SSCP1A 
IST1574I +0D0 00000000 00000000 D5C5E3C1 40404040 *........NETA 
IST1574I +0E0 E2E2C3D7 F2C14040 40404040 40404040 *SSCP2A 
IST1574I +0F0 00000000 00000000 00000000 00000000 *................
IST1574I +100 00009004 00F00000 06E00010 00000000 *.....0..........
IST1574I +110 00000000 E2E2C3D7 F2C14040 D5C5E3C1 *....SSCP2A NETA
IST1574I +120 40404040 00000000 00000000 00000000 * ............
IST1574I +130 00000000 *.... 
IST924I -------------------------------------------------------------
IST1573I RDTE PROFILE STORAGE DISPLAY BEGINS AT LOCATION 06EDD070 
IST1574I +000 00000001 00000000 00000000 00000000 *................
IST1574I +010 00000000 00000000 00000000 00000000 *................
IST1574I +020 00000000 40404040 40404040 40404040 *.... 
IST1574I +030 40404040 00000000 00000000 00000000 * ............
IST1574I +040 00000000 00000000 00000000 00000000 *................
IST1574I +050 00000000 00000000 *........ 
IST314I END 
Displaying storage contents associated with a resource name:
d net,vtamstor,resource=neta.appl8
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = VTAMSTOR
IST075I NAME = NETA.APPL8, TYPE = APPL
IST1863I SUBAREA INDEX ELEMENT
IST1864I X'0001' ( 1) X'0001' ( 1) X'0055' ( 85)
IST1573I RDTE STORAGE DISPLAY BEGINS AT LOCATION 06ED34A4
IST1574I +000 C1D7D7D3 F8404040 80000000 00550200 *APPL8 ........
IST1574I +010 00000001 00010055 00000000 06ED3554 *................
IST1574I +020 06ED350C 00000124 00000124 00000000 *................
IST1574I +030 06ED1C08 00000000 00000000 02000200 *................
IST1574I +040 00010008 10010010 00000000 00E030A8 *...............Y
IST1574I +050 800219E6 00000000 C06D0000 00800000 *...W....._......
IST1574I +060 00000000 00000000 00000000 00000000 *................
IST1574I +070 00000000 00000000 00000000 00000000 *................
IST1574I +080 07010701 00750000 08800000 06ED3380 *................
IST1574I +090 06ED35C8 00000000 00000000 20000400 *...H............
IST1574I +0A0 00000000 00000000 06EDD010 00000000 *................
IST1574I +0B0 00000000 00000000 00000000 00000000 *................
IST1574I +0C0 01FD0000 00000000 0000A000 0001C000 *................
IST1574I +0D0 C1D7D7D3 F8404040 40404040 40404040 *APPL8 
IST1574I +0E0 00000000 00000000 00000000 00000000 *................
IST1574I +0F0 00000000 00000000 00000000 00000000 *................
IST1574I +100 00000000 00000000 00000000 00000000 *................
IST1574I +110 40404040 40404040 000F4240 00000000 * ... ....
IST1574I +120 00000000 *.... 
IST924I -------------------------------------------------------------
IST1573I RDTE PROFILE STORAGE DISPLAY BEGINS AT LOCATION 06EDD010 
IST1574I +000 00000046 00000000 00000000 00000000 *................
IST1574I +010 00000000 00000000 00000000 00000000 *................
IST1574I +020 00000000 00000000 00000000 00000000 *................
IST1574I +030 00000000 00000000 00000000 00000000 *................
IST1574I +040 00000000 00000000 00000000 00000000 *................
IST1574I +050 00000000 00000000 *........ 
IST314I END