*SET Redefine Procedure-specific Control Character

*SET [TAB=x] [, NOC=y] [, PAR=p] [, EM=Y|N] [, CASE=Y|N|X]

Redefine the control characters that have a special function in the CFS procedure language.

TAB Tabulator character (Default: C'~')

NOC 'Don't Care' character character (Default: C'|').

PAR Parameter character for CFS procedure variables (Default: C'&').

A full description of CFS procedure variables can be found in the "Procedure Variables" section on page 19-.

EM Processing CFS Commands.

EM=Y In procedure mode, command input is terminated with the End marker.

EM=N In procedure mode, command input is terminated with ENTER, i.e. transmitted without the End marker, as in Dialog mode.

CASE Processing Lowercase Characters in the *IF &var=..Statement.

CASE=Y Lowercase characters will be recognised when comparing two variables, or a variable with a constant.

CASE=N Lowercase characters will not be recognised when comparing two variables, or a variable with a constant; i.e. they will be converted into uppercase before the comparison.