z/OS ISPF User's Guide Vol I
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ARRAY command

z/OS ISPF User's Guide Vol I
SC19-3627-00

Read syntax diagramSkip visual syntax diagram
>>-ARRAY--+-----------------------+----------------------------><
          |            .-4------. |   
          '-dimension--+--------+-'   
                       '-length-'     

where:
dimension
The number of array elements in decimal.
length
The length of each element in hexadecimal.

When you are viewing an array, you can show the array elements as separate blocks of storage.

For example, the static link list table is an array. Assuming that each element is 45 bytes (hexadecimal 2D) and that you want the first 30 entries, enter ISRDDN and type:
B 10.?+4DC?+8
ARRAY 30 2D

You see a screen similar to Figure 1.

Figure 1. ARRAY Storage Format
 BROWSE    STORAGE  Start:00F3E6C0                    Line 00000001 Col 001 080
      +1 (00F3E6C0)   0CE2E8E2 F14BD3C9 D5D2D3C9 C2404040  * .SYS1.LINKLIB    *
         (00F3E6D0)   40404040 40404040 40404040 40404040  *                  *
         (00F3E6E0)   40404040 40404040 40404040 40        *                  *

      +2 (00F3E6ED)   0BE2E8E2 F14BD4C9 C7D3C9C2 40404040  * .SYS1.MIGLIB     *
         (00F3E6FD)   40404040 40404040 40404040 40404040  *                  *
         (00F3E70D)   40404040 40404040 40404040 40        *                  *

      +3 (00F3E71A)   0BE2E8E2 F14BC3E2 E2D3C9C2 40404040  * .SYS1.CSSLIB     *
         (00F3E72A)   40404040 40404040 40404040 40404040  *                  *
         (00F3E73A)   40404040 40404040 40404040 40        *                  *

      +4 (00F3E747)   11E2E8E2 E74BC9E2 C4F14BD3 C9D5D2D3  * .SYSX.ISD1.LINKL *
         (00F3E757)   C9C24040 40404040 40404040 40404040  * IB               *
         (00F3E767)   40404040 40404040 40404040 40        *                  *

      +5 (00F3E774)   15E2E8E2 E74BE2E8 E2D7D3C5 E7C44BD3  * .SYSX.SYSPLEXD.L *
         (00F3E784)   C9D5D2D3 C9C24040 40404040 40404040  * INKLIB           *
         (00F3E794)   40404040 40404040 40404040 40        *                  *

 Command ===>                                                  Scroll ===> PAGE
  F1=HELP      F2=          F3=END       F4=DATASETS  F5=FIND      F6=CHANGE
  F9=SWAP     F10=LEFT     F11=RIGHT    F12=SUBMIT

In the ARRAY format display, the offsets on the left are the array element number followed by the address of the displayed line.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014