NET/MASTER Network Control Language (NCL) Reference Summary

Panel Control Statements
106161 Tandem Computers Incorporated 67
#ALIAS The #ALIAS panel control statement specifies alternative names for fields in a panel
description file. The #ALIAS statement allows you to use short names in a panel
description file and longer, more meaningful names in an NCL procedure.
#ALIAS
name
{ VARS=
variable*
[ RANGE=(
start,end
) ] |
VARS=
input-vars-list
}
#ERR The #ERR panel control statement specifies what happens when internal panel
validation finds an error. Internal validation checks panels and redisplays them if it
finds any errors.
#ERR [ ALARM={ YES | NO } ]
[ { BKGCOLOR | BKGCOLOUR }=
color-option
]
[ { COLOR | COLOUR }=
color-option
]
[ HLITE={ BLINK | NONE | REVERSE | USCORE } ]
[ INTENS={ HIGH | LOW } ]
color-option
:
BLUE GREEN RED WHITE
DEFAULT PINK TURQUOISE YELLOW