TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-85
INLTO Command
INLTO Command
Use the INLTO command to establish a variable level that is to receive copies of lines
written by inline processes to their OUT files. TACL appends copied lines to the end of
the variable level. (Use of the INLINE facility is described in the TACL Programming
Guide.
variable-level
is the name of an existing variable level.
Considerations
•
To permit OUT file copying, the inline process must have been started with neither
the OUT option nor the OUTV option.
•
The INLTO command offers a simplified method of setting the #INLINETO Built-In
Variable on page 9-207.
•
You can display the current setting for INLTO with the ENV command.
•
You can save the previous output variable identity by pushing #INLINETO; you can
revert to that output variable by popping #INLINETO.
•
variable-level must not be a DIRECTORY, a STRUCT, or a STRUCT item.
•
If you omit variable-level, the copying feature is disabled.
Example
This command defines KEEPER as the variable level to receive inline process output.
329> INLTO keeper
INLTO [ variable-level ]