PS TEXT FORMAT Reference Manual
TFORM Messages
B-4 11387 Tandem Computers Incorporated
"ENDIF" COMMAND MISSING
An IF construct must end with an ENDIF command; TFORM found more
IF commands in the input file than ENDIF commands.
"ENDFUNCTION" COMMAND MISSING
A FUNCTION definition must end with an ENDFUNCTION command;
TFORM found more FUNCTION BEGIN and/or FUNCTION APPEND
commands than ENDFUNCTION commands.
"ENDLOOP" COMMAND MISSING
A LOOP construct must end with an ENDLOOP command; TFORM found
more LOOP commands than ENDLOOP commands.
"ENDMACRO" COMMAND MISSING
A MACRO definition must end with an ENDMACRO command; TFORM
found more MACRO BEGIN and/or MACRO APPEND commands than
ENDMACRO commands.
FILE ALREADY EXISTS
The edit file name you used to name the outfile in your TFORM RUN
command already exists. You must either use a unique name for the outfile
name or purge your existing file so the outfile name is unique.