Previous Topic

Next Topic

Book Contents

Book Index

Changing Display Types

While in the Globals Display screen, the display type can be changed using the DISPLAY command. The format of the command is

DISPLAY x

In this command, x is the identifying letter for the desired type. DISPLAY can be abbreviated to DI.

Note: For a list of display types, enter DISPLAY ? to show the Display Options window. To select a display type in the window, type S (Select) in the Option field next to the ID. To exit the window without selecting a display type, press PF03/PF15 (END).

Example

DI A displays the ALL FIELDS display type.

Valid predefined display types are

Display Type D (Default)

Figure 58 is an example of the Default display type for the Globals Display screen.

Figure 58 Example of the GLOBALS Option Default Display Type (D)

-----------< D >-------  CONTROL-O - Global Variables  -------------------(OA)

COMMAND ===>                                                    SCROLL===> HALF

      NAME                           VALUE

      USER_RULER                     ----+----1

      STATUS_CICS                    ACTIVE   123418 000406

      INIT_NUM                       20

      STATUS_IDMS                    ACTIVE

      SMFID_IDMS                     SYS2

      CTO_RELOAD_DONE                000406

      ABEND_COUNT                    2

      CICS_NAME                      CICSTEST

      USER_RULER2                    ----+----1----+----2----+----3----+----4----+-

      DTAPE_TIME                     141723 000410

      DEVNAME_3400                   TAPE

      DEVNAME_3490                   CART

      DEVNAME_348S                   CART

      RESNAME_TAPE                   TAPE

      RESNAME_CART                   CART

      DEV_1                          TAPE

      DEV_2                          CART

      DEV_O_TAPE                     0

      DEV_T_TAPE                     0

      DEV_O_CART                     0

CMDS: SHPF, REFRESH                                                   10.08.08

Fields in the Default (D) Display Type

The fields in the GLOBALS option Default display type (D) are shown in Table 69.

Table 69 Fields of the GLOBALS Option Display Type D (Default)

Field

Description

<D>

Indicates the Default display type.

Name

Name of the Global variable.

Value

Value of the Global variable.

Display Type A (All Fields)

Figure 59 shows an example of the All Fields display type for the Globals Display screen. This display type is requested by typing the DISPLAY A command (abbreviated DI A) in the COMMAND field of the screen.

Figure 59 Example of the GLOBALS Option Display Type A (All Fields)

   -----------< A >-------  CONTROL-O - Global Variables  -------------------(OA)

  COMMAND ===>                                                    SCROLL===> HALF

    NAME                           POOLID   VALUE

    USER_RULER1                    $GLOBAL  ----+----1

    STATUS_CICS                    $GLOBAL  ACTIVE   123418 000606

    INIT_NUM                       $GLOBAL  20

    STATUS_IDMS                    $GLOBAL  ACTIVE

    SMFID_IDMS                     $GLOBAL  SYS2

    CTO_RELOAD_DONE                $GLOBAL  000606

    ABEND_COUNT                    $GLOBAL  2

    CICS_NAME                      $GLOBAL  CICSTEST

    USER_RULER2                    $GLOBAL  ----+----1----+----2----+----3----+----4----+-  

    DTAPE_TIME                     DEVICES  141723 000606

    DEVNAME_3400                   DEVICES  TAPE

    DEVNAME_3490                   DEVICES  CART

    DEVNAME_348S                   DEVICES  CART

    RESNAME_TAPE                   DEVICES  TAPE

    RESNAME_CART                   DEVICES  CART

    DEV_1                          DEVICES  TAPE

    DEV_2                          DEVICES  CART

    DEV_O_TAPE                     DEVICES  0

    DEV_T_TAPE                     DEVICES  0

  CMDS: SHPF, REFRESH                                                   10.28.57

Parent Topic

The GLOBALS Option