PS TEXT FORMAT Reference Manual

TFORM Messages
B-8 11387 Tandem Computers Incorporated
INVALID SCOPE FOR "VERBATIM"
A VERBATIM command can have only two possible scopes: a number of
lines (one line is implied when no scope is stated) or BLANK (until the next
blank source line). ON, OFF, COMMAND, and so on, are unacceptable.
LINE WAS LONGER THAN TEXT AREA WIDTH BY
int
COLUMNS
When JOIN is off, TFORM can’t break a line that’s too long for the available
area, so it issues this error message.
MACRO/FUNCTION CANNOT BE DELETED WHILE IT IS RUNNING
A MACRO DELETE or a FUNCTION DELETE command appeared within
the macro or function it affects, or within a macro or function it invokes
while it is running.
MORE THAN ONE CHAR FOR CHAR VALUE
You may use a single value for a “char” in any command line that includes
“char” as an option. TFORM returns this error message if it finds more
than one character between the quotation marks.
"NEW" COMMAND NOT ALLOWED WITHIN SCOPE OF "KEEP"
You can’t put a NEW command between KEEP ON and KEEP OFF
commands, within the number of lines specified after a KEEP command, or
before the next blank line or command line, whichever is specified in the
KEEP command.