Previous Topic

Next Topic

Book Contents

Book Index

Examples

Table 184 ISVAR Function Examples

Function

Returns value:

ISVAR(INVTOT)

where INVTOT is an existing Control-M/Analyzer local variable.

TRUE

ISVAR(TOTAL)

where TOTAL is not an existing
Control-M/Analyzer local variable.

FALSE

ISVAR(DB_QC.TOTAL)

where DB_QC.TOTAL is defined in the
Control-M/Analyzer Database.

TRUE

ISVAR(DB_QC.TOTAL@KJAN)

where the Database variable TOTAL of

group QC has a generation with a user

key of JAN.

TRUE

Parent Topic

ISVAR: Functions