NET/MASTER Network Control Language (NCL) Reference Summary

Built-in Functions
106161 Tandem Computers Incorporated 39
A2E The A2E built-in function translates an input string from ASCII to EBCDIC.
A2E(
string
[, T ] )
ABBREV The ABBREV built-in function tests a string for a valid abbreviation by comparing its
leading characters to an abbreviation in another string.
ABBREV(
string
,
abbreviation
[,
length
] )
ABS The ABS built-in function returns the absolute value of a number.
ABS(
number
)
B2C The B2C built-in function converts a string of binary digits to characters.
B2C(
string
)
BITAND, BITOR, and
BITXOR
The BITAND, BITOR, and BITXOR built-in functions perform, respectively, logical
AND, OR, and exclusive OR (XOR) operations on two strings.
BITAND(
string1
[, [
string2
] [,
pad
] ] )
BITOR(
string1
[, [
string2
] [,
pad
] ] )
BITXOR(
string1
[, [
string2
] [,
pad
] ] )