Previous Topic

Next Topic

Book Contents

Book Index

Values of Database Screen

The Values of Database screen can be entered directly from the entry panel or from the Database List screen.

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

Figure 81 IOA 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\TBLBKP\GENERATION_NUMBER_A    001                         

00036932 %%\M\OPER\TBLBKP\GENERATION_NUMBER_B    001                         

00037778 %%\M\OPER\TBLBKP\GENERATION_NUMBER_C    003                         

00038808 %%\M\OPER\TBLBKP\GENERATION_NUMBER_D    002                         

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

                                                                             

OPTIONS:  Z ZOOM     I INSERT   D DELETE   R REPEAT                    09.19.41

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

Table 100 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\table_name\job_name\var_name

where:

  • %% – Indicates that the string is a variable. Constant.
  • M – Indicates that the string is a Control-M variable. Constant. Mandatory.
  • app_name – The Control-M application where var_name resides. Optional.
  • table_name – The Control-M table within app_name where var_name resides. Optional.
  • job_name – The Control-M job within table_name where var_name resides. Optional.
  • var_name – The variable name. Mandatory.

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

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

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 Zoom Screen.

Use the scrolling PFKeys to scroll the variable database LEFT (PF10/PF22) and RIGHT (PF11/PF23).

Parent Topic

IOA Variables Database Facility