pTAL Reference Manual (G06.24+, H06.09+, J06.03+)
Example 348 INNERLIST and NOINNERLIST Directives
PROC any;
BEGIN
INT x, y, z; ! No innerlisting here
! Statements that initialize variables
?INNERLIST ! Start innerlisting here
! Statements that manipulate variables
?NOINNERLIST ! Stop innerlisting here
END;
INVALID_FOR_PTAL
INVALID_FOR_PTAL forces the compiler to report an error message. Use it to identify a TAL source
file that the pTAL or EpTAL compiler must not compile.
NoneDefault:
After IF or IFNOT and before ENDIFPlacement:
Applies to code between itself and ENDIFScope:
NoneDependencies:
References:
• IF and IFNOT (page 398)
• ENDIF (page 390)
LINES
LINES sets the maximum number of output lines per page if the list file is a line printer or a process.
num-lines
is an unsigned decimal constant in the range 10 through 32,767.
LINES 60Default:
AnywherePlacement:
Applies until overridden by another LINES directiveScope:
Has no effect if the list file is a terminalDependencies:
LIST
INVALID_FOR_PTAL 401