Scroll to navigation

RXSUBCOM(1) General Commands Manual RXSUBCOM(1)

NAME

rxsubcom - Open Object Rexx Subcommand Administrator

SYNTAX

rxsubcom REGISTER environment sharedLibrary function

rxsubcom QUERY sharedLibrary [function]

rxsubcom DROP sharedLibrary [function]

rxsubcom LOAD sharedLibrary [function]

DESCRIPTION

The rxsubcom command registers, drops, and queries Rexx subcommand handlers. A Rexx program can use rxsubcom to register dynamic-link library subcommand handlers. Once the subcommand handler is registered, the Rexx program can send commands to the subcommand handler with the Rexx ADDRESS instruction.

SEE ALSO

rxqueue(1)

EXAMPLES

Registers the mysub environment in the libmysub.so shared library

Drops the subcommand environment provided by the shared library libmysub.so

LICENSE

This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution. A copy is also available at the following address: https://www.oorexx.org/license.html

April 2021 Version 5.0.0