PS TEXT FORMAT Reference Manual

TFORM Messages
B-2 11387 Tandem Computers Incorporated
BAD MACRO/FUNCTION NAME
A macro or function name must conform to the same rules as a variable
name. The macro name in a MACRO BEGIN or MACRO APPEND
command, or a function name in a FUNCTION BEGIN or FUNCTION
APPEND, violates one or more of those rules. This message also results if
an ENDMACRO or ENDFUNCTION command contains a name that isn’t
the same as the name in the corresponding macro- or function-beginning
command.
BAD SYSTEM NAME
A system name must begin with a backslash followed by a letter, may
contain only letters and numerals in the rest of the name, and may not
exceed a total of eight characters. An identifier that violates one or more of
these rules appeared in a place where a system name was expected.
BAD VALUE FOR CURRENT FORM LENGTH, MARGINS, GAPS, HEADERS,AND FOOTERS
Although individual STYLE vertical-measurement specifications may be
valid, collectively they indicate an impossible condition (for example, the
sum of the top and bottom margins, headers, footers, and gaps exceeds the
total form length). The first STYLE command that causes this condition
triggers this error message.
BAD VALUE FOR CURRENT FORM WIDTH, MARGINS, OFFSET, AND INDENTS
The combined STYLE horizontal-measurement specifications indicate a
condition that can’t exist (left margin being to the right of the right margin,
for example). The first STYLE command that causes this condition triggers
this error message.