NET/MASTER Network Control Language (NCL) Reference Summary
Built-in Functions
106161 Tandem Computers Incorporated 47
VALDEV2
The VALDEV2 built-in function determines whether a supplied string is a valid
Guardian device name in the specified system.
VALDEV2(
device-spec
)
VALFILE1 The VALFILE1 built-in function determines whether a supplied string is a valid
Guardian file name.
VALFILE1(
file-spec
)
VALFILE2 The VALFILE2 built-in function determines whether a supplied string is a valid
Guardian file name in the specified system.
VALFILE2(
file-spec
)
VALFILE3 The VALFILE3 built-in function determines whether a supplied string is a valid
Guardian file name and supplies it with default values for any missing volume or
subvolume names.
VALFILE3(
file-spec
[,
subvol-spec
] )
VALPROC1 The VALPROC1 built-in function determines whether a supplied string is a valid
Guardian process name.
VALPROC1(
process-spec
)
VALPROC2 The VALPROC2 built-in function determines whether a supplied string is a valid
Guardian process name in the specified system.
VALPROC2(
process-spec
)
VARSUB The VARSUB built-in function performs variable substitution on a string and returns
the substituted string.
VARSUB(
string
[ [ ,
number
] ,
subchar
] )
VERIFY The VERIFY built-in function verifies that one or more characters in a string are also in
a specified reference string.
VERIFY(
string
,
reference
[ [,
option
] [,
start
] ] )