RXSUBCOM Utility Program

RXSUBCOM issues the following errors:

Error 116 - The RXSUBCOM parameter REGISTER is incorrect.

Explanation:

RXSUBCOM REGISTER requires the following parameters:

RXSUBCOM REGISTER Environment_Name Dll_Name Procedure_Name

Environment_Name

is the name of the subcommand handler.

. Dll_Name

is the name of the file containing the subcommand handler routine.

. Procedure_Name

is the name of the procedure that REXX calls as a subcommand handler.

Error 117 - The RXSUBCOM parameter DROP is incorrect.

Explanation:

RXSUBCOM DROP requires that the subcommand handler name be specified.

RXSUBCOM DROP Environment_Name [Dll_Name]

Environment_Name

is the name of the subcommand handler.

. Dll_Name

is the name of the file containing the subcommand handler routine (optional).

Error 118 - The RXSUBCOM parameter LOAD is incorrect.

Explanation:

RXSUBCOM LOAD requires that the subcommand handler name be specified.

RXSUBCOM LOAD Environment_Name [Dll_Name]

Environment_Name

is the name of the subcommand handler.

. Dll_Name

is the name of the file containing the subcommand handler routine (optional).

Error 125 - The RXSUBCOM parameter QUERY is incorrect.

Explanation:

RXSUBCOM QUERY requires the environment name be specified.

RXSUBCOM QUERY Environment_Name [Dll_Name]

Environment_Name

is the name of the subcommand handler.

. Dll_Name

is the name of the file containing the subcommand handler routine (optional).