Previous Topic: FormatNext Topic: GDELETE Command


Operands

The GDEFINE command has the following operands:

varname

Specifies the name of the transient variable defined in the GDEFINE command.

n

Specifies thelength of thevariable. Thedefault length iseight.

TYPE=

Specifies the type of variable defined in the UDEFINE command. Must specify CHAR, UPCHAR, NUM, BIN, or HEX.

CHAR

Indicates that the variable is a character variable.

UPCHAR

Indicates that the variable is an uppercase character variable.

NUM

Indicates that the variable is a numeric variable.

BIN

Indicates that the variable is a binary variable.

HEX

Indicates that the variable is a hexadecimal variable.

NOTRUNC

Indicates that any trailing blanks in the variable will not be deleted when variable substitution takes place. This operand can be used only with the CHAR and UPCHAR operands.