Using Platform Server Address Space

You can schedule the execution of REXX execs within the Platform Server address space.

You can use one of the following two ways to run REXX execs in the Platform Server address space:

When running REXX execs within the Platform Server address space, conform to the following rules:

Typically, the types of execs that can be run within the Platform Server address space are requests to queue a transfer, queue a local job submission, or inquire on the status of a transfer. Other REXX commands such as IF, DO, and EXECIO are also supported. If you want to access a file, the file must be allocated within a JCL statement of the Platform Server started task. For example, the SYSEXEC DD statement that points to the EXECS library must be added to a JCL statement of the Platform Server started task.