TAL Reference Summary
Warning Messages
TAL Reference Summary
122 096256 Tandem Computers Incorporated
78 TAL cannot set RP value for forward branch
A CODE statement causes a conditional jump out of an optimized FOR loop. The
compiler can generate correct code for the nonjump condition of the CODE statement,
but not for the jump condition. To set the RP value for the forward branch, use a
CODE (STRP ...) statement or an RP directive. .
79 Invalid directive option. Remainder of line skipped.
An incorrect option appears in a directive. The compiler ignores the remainder of the
directive line. Replace the incorrect option with a correct option.
80 This is a reserved toggle name
A reference to a reserved toggle name appears in the source code. Choose a different
toggle name for your code.
81 The PAGES option of the SQL directive must be on the
command line
An SQL directive specifying the PAGES option appears in a directive line. The
compiler ignores this directive. Specify this directive only in the compilation
command.
83 Too many user-defined named toggles
You have exceeded the maximum number of named toggles. Use fewer named
toggles.
84 Invalid parameter list
An incorrect parameter list appears in a procedure or subprocedure declaration. If
your program is adversely affected, correct the parameter list.