Command Reference Guide

Administration Commands
query_tp_load_info
path character 255
arguments character 255
type constant
timeout decimal
userid character 64
group character 64
stdin character 255
stdout character 255
stderr character 255
env character 255
If the command executes successfully, SNAplus2 returns the following parameters:
tp_name
The TP name of the TP load info entry.
lualias
The LU alias of the TP load info entry.
This parameter is used only if the TP is an APPC application; it is not used if the TP is a CPI-C application.
description
Optional text string describing the TP load info.
path
The full path name of the TP executable.
arguments
Command-line arguments required by the TP. These arguments are separated with spaces.
type
Species the TP type. Possible values are:
QUEUED
The TP is a queued TP.
QUEUED-BROADCAST
The TP is a broadcast queued TP.
NON-QUEUED
The TP is a nonqueued TP.
timeout
Timeout in seconds after the TP is loaded. The value 1 indicates an innite timeout.
userid
User ID required to access and run the TP.
group
Group ID required to access and run the TP.
stdin
Full path name of standard input le or device.
stdout
Full path name of standard output le or device.
565