Previous Topic

Next Topic

Book Contents

Book Index

The Values of Database Screen for the IOAVAR Database

If you are viewing the IOAVAR database, the display is different from the screen you normally would see for other variable databases.

To enter this screen, type V (View Variables) for the IOAVAR database in the Database List screen. The variables in the selected database are displayed, as shown in Figure 69.

Figure 69 Values of Database Screen

VALUES OF DATABASE: IOAVAR                                               (IV.V)

COMMAND ===>                                                    SCROLL===> CRSR

ROW       VARNAME                                 VALUE                        

                                                                                

00022889 %%\M\ACCTS\BCKP\PDTAPE_0001_1           045673                        

00023866 %%\M\ACCTS\BCKP\PDTAPE_0001_2           1045683                       

00024902 %%\M\ACCTS\BCKP\PDTAPE_0001_3           045677                        

00025863 %%\M\ACCTS\BCKP\PDTAPE_0001_4           043433                        

00026943 %%\M\ACCTS\BCKP\PDTAPE_0001_5           045543                        

00027792 %%\M\ACCTS\BCKP\PDTAPE_0001_6           045556                        

00028972 %%\M\ACCTS\BCKP\PDTAPE_0001_7           045666                        

00029831 %%\M\ACCTS\EMPLY\EMP_00123_SCHOOL       STATE UNIVERSITY OF NEW YORK A

00030765 %%\M\OPER\KPL\SPACE_TYPE_5              TRK                           

00031985 %%\M\SYS\DBLG\NAME_OF_COMPUTER_1        A                             

00032972 %%\M\SYS\DBLG\NAME_OF_COMPUTER_2        D                             

00033769 %%\M\SYS\DBLG\NAME_OF_COMPUTER_3        K                             

00034919 %%\M\SYS\DBLG\NAME_OF_COMPUTER_4        W                             

00035955 %%\M\OPER\GRPBKP\GENERATION_NUMBER_A    001                           

00036932 %%\M\OPER\GRPBKP\GENERATION_NUMBER_B    001                           

00037778 %%\M\OPER\GRPBKP\GENERATION_NUMBER_C    003                           

00038808 %%\M\OPER\GRPBKP\GENERATION_NUMBER_D    002                           

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

                                                                                

OPTIONS:  Z ZOOM     I INSERT   D DELETE   R REPEAT                    09.19.41

Each line in the screen represents a variable in the database. Variables and their values are loaded into memory automatically at Control-O or CMEM Monitor startup.

The Values of Database screen displays the information shown in Table 81 about the variables in the IOAVAR database.

Table 81 Fields of the 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, in the following format:

%%\M\app_name\grp_name\job_name\var_name

In this format,

  • %% is a constant that indicates that the string is a variable
  • M is a mandatory constant that indicates that the string is a Control-M variable
  • the levels in the variable path are represented by the following variables

    app_name is optional and is the Control-M application where var_name resides, is optional and

    grp_name is optional and is the Control-M group within app_name where var_name resides

    job_name is optional and is the Control-M job within group_name where var_name resides

  • var_name is mandatory and is the variable name

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

Up to 30 characters of VARNAME are displayed. If the value of VARNAME is 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 30 characters of the value are displayed. If the value of VALUE is longer, the full value can be viewed in the Variable Zoom screen, which is described in Variable Database Zoom Screen.

Standard up and down scrolling conventions are supported in this screen.

Use the scrolling PFKeys to scroll LEFT (PF10/PF22) and RIGHT (PF11/PF23) in the Values of Database screen.

Parent Topic

The Values of Database Screen