Previous Topic

Next Topic

Book Contents

Book Index

Display for Database IOAVAR Only

If you select the IOAVAR database, the following screen is displayed:

Figure 14 Control-M Values of Database Screen (Database IOAVAR)

VALUES OF DATABASE: IOAVAR                                               (IV.V)

COMMAND ===>                                                    SCROLL===> CRSR

ROW       VARNAME                                 VALUE

00022889 %%\M\DEBUG\WORK\MART                    N19GLB4                      

00023866 %%\M\DEBUG\WORK\VAR1                    N19GLOBAL                    

00024902 %%\M\DEBUG\WORK\VAR2                    N19GLB                       

00025863 %%\M\DEBUG\WORK\VAR3                    N19GLB1                      

00026943 %%\M\DEBUG\WORK\VAR4                    N19GLBVAR12345               

00027792 %%\M\DEBUG\WORK\VAR5                    N19GLB3                      

00028972 %%\M\DEBUG\WORK\VAR6                    N19GLB4                      

00029831 %%\M\DEBUG\WORK\N19GLTS1\VAR1           N19GLOBAL2                   

00030765 %%\M\DEBUG\VAR2                         N19GLOBAL3                   

00031985 %%\M\DEBUG\WORK\VAR7                    N19GLB2                      

00032972 %%\M\DEBUG\WORK\N19GLTS1\VAR8           GLBVAR7896                   

00033769 %%\M\DEBUG\VAR11                        N19GLB5                      

00034919 %%\M\DEBUG\WORK\PRM7                    IOA600                       

00035955 %%\M\DEBUG\WORK\PRM8                    ODATE                        

00036932 %%\M\DEBUG\WORK\PRM9                    DRIVER                       

00037778 %%\M\DEBUG\WORK\N19GLTS1\PRM10          GLBVAR7896                   

00038808 %%\M\DEBUG\TRAN                         IALL                         

======== >>>>>>>>>>>>>>> NO MORE ROWS FOR THIS DATABASE <<<<<<<<<<<<<< ========

                                                                               

OPTIONS:  Z ZOOM     I INSERT   D DELETE   R REPEAT                    14.21.37

For database IOAVAR, the Values of Database screen displays the following information about the variables in the database:

Table 73 Fields of the IOA Values of Database Screen

Field

Description

ROW

Each variable is assigned its own row in the database. This column displays the row number of the variable.

VARNAME

The variable path and name, with the following format:

%%\M\app_name\group_name\job_name\var_name

where

  • %% – Indicates that the string is a variable. Constant.

    and the levels in the variable path are represented by:

  • M – Indicates that the string is a Control‑M variable. Constant. Mandatory.
  • app_name – The Control‑M application where var_name resides. Optional.
  • group_name – The Control‑M group within app_name where var_name resides. Optional.
  • job_name – The Control‑M job within group_name where var_name resides. Optional.

    and the variable name is

  • var_name – Mandatory.

All levels in the path within the VARNAME string are separated by a \ (backslash).

Up to 30 characters of VARNAME are displayed. If VARNAME longer, the full variable path and name can be viewed in the Variable Zoom screen, which is described in Variable Database Zoom Screen.

VALUE

Value of the variable. Up to thirty characters of the value are displayed. If the value is longer, the full value can be viewed in the Variable Zoom screen, which is described in Variable Database Zoom Screen.

Note: The value of the variable may specify a character string value that contains any printable character.

When creating an IOA Global variable using the CTMAPI utility, and blanks are needed as part of the value, they should be coded using the %%BLANKnn AutoEdit parameter. See the Control-M for z/OS User Guide for more information about the CTMAPI utility and the %%BLANKnn AutoEdit parameter.

Parent Topic

Displaying the Values of Databases Screen