HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_TP_LOAD_INFO
AP_TYPE_TP_STDIN
Standard input. The value string specifies the full path name of the standard input file or device. If
this LTV is not specified, the default is
/dev/null.
AP_TYPE_TP_STDOUT
Standard output. The value string specifies the full path name of the standard output file or device.
If this LTV is not specified, the default is /dev/null.
AP_TYPE_TP_STDERR
Standard error. The value string specifies the full path name of the standard error file or device. If
this LTV is not specified, the default is /dev/null.
AP_TYPE_TP_ENV
Environment. The value string specifies an environment variables required by the TP, in the form
VARIABLE = VALUE.
If the TP is a CPI-C application, note that you cannot set the environment variable APPCLLU using
this LTV. The local LU cannot be specified in the TP load information for an automatically-loaded
CPI-C application.
• A value field consisting of up to 255 bytes of ASCII data.
3.48.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.48.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_TP_TYPE
The type parameter was not set to a valid value.
AP_INVALID_LTV_LENGTH
An LTV length parameter was not set to a valid value.
AP_INVALID_LTV_TYPE
The LTV type parameter was not set to a valid value.
AP_INVALID_LTV_VALUE
An LTV value parameter contained data that was not valid.
AP_INVALID_TP_NAME
The TP name parameter contains EBCDIC spaces.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
268