RXSUBCOM issues the following errors:
Explanation:
RXSUBCOM REGISTER requires the following parameters:
RXSUBCOM REGISTER Environment_Name Dll_Name Procedure_Name
is the name of the subcommand handler.
is the name of the file containing the subcommand handler routine.
is the name of the procedure that REXX calls as a subcommand handler.
Explanation:
RXSUBCOM DROP requires that the subcommand handler name be specified.
RXSUBCOM DROP Environment_Name [Dll_Name]
is the name of the subcommand handler.
is the name of the file containing the subcommand handler routine (optional).
Explanation:
RXSUBCOM LOAD requires that the subcommand handler name be specified.
RXSUBCOM LOAD Environment_Name [Dll_Name]
is the name of the subcommand handler.
is the name of the file containing the subcommand handler routine (optional).
Explanation:
RXSUBCOM QUERY requires the environment name be specified.
RXSUBCOM QUERY Environment_Name [Dll_Name]
is the name of the subcommand handler.
is the name of the file containing the subcommand handler routine (optional).