Configuring an Invokable TP Using snaptpinstall

File Format for snaptpinstall

on the RECEIVE_ALLOCATE verb when it starts up, to enable SNAplus2 to route the incoming Attach to the correct TP.

This name must be enclosed within square brackets. The name can be specified as an ASCII string, enclosed in double quotation marks (for example, ["TPNAME1"]). Alternatively, it can be specified as a hexadecimal array representing the EBCDIC characters of the TP name (for example, [<53504E414D45F1>]) or as a combination of the two (for example, [<3f>"TP1"]). In this example, the first character is the unprintable character 0x3f, and the following characters are "TP1".

SNAplus2 converts a supplied ASCII string to EBCDIC, but does not perform any conversion on a hexadecimal string (which is assumed to be in EBCDIC already). It then pads the name with EBCDIC spaces on the right (to a total of 64 characters) before matching against the specified TP name.

PATH

The path and file name of the executable file for this TP. If you specify a file name with no path, SNAplus2 uses the normal Windows mechanisms for locating the executable file.

This line is optional. If it is not included, SNAplus2 assumes that the executable file name is the same as the TP name, and uses the normal Windows mechanisms for locating the executable file.

ARGUMENTS

Any command-line arguments to be passed to the TP, separated by spaces. These arguments are passed to the TP in the same order as they appear on the command line.

This line is optional. If it is not included, the TP is invoked without any command-line arguments.

TYPE

Specify one of the following values:

QUEUED

346

Appendix C