TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-207
#INLINETO Built-In Variable
#INLINETO Built-In Variable
Use #INLINETO to determine whether TACL copies to a variable level the lines that
inline processes write to their OUT files (when neither the OUT nor the OUTV options
have been specified).
Result
#INLINETO returns the fully qualified name of the variable level to which inline process
output is appended, if such a variable has been defined; otherwise, #INLINETO returns
nothing.
Considerations
•
When you first log on, #INLINETO is initialized to a null value.
•
Use #PUSH #INLINETO (or PUSH #INLINETO) to save a copy of your current
setting of the copy flag.
•
Use #POP #INLINETO (or POP #INLINETO) to restore the identity of the output
copy variable to that of the last one pushed.
•
Use #SET #INLINETO (or SET VARIABLE #INLINETO) to establish a variable to
which copies of inline process output are to be appended.
The syntax of #SET #INLINETO is:
variable-level
is the name of an existing variable level. It must not be a DIRECTORY, a
STRUCT, or a STRUCT item. If you omit variable-level, you disable this
copying feature.
#INLINETO
#SET #INLINETO [ variable-level ]