External REXX Functions

The following assembler programs provide 'plug ins' for your MVS REXX environment.

STEMPUSH and STEMPULL Version 1.6

These two external REXX functions enable the easy passing of one or more REXX stems between Execs that are running in the same address space. The stem variables are placed on a dataspace stack by the STEMPUSH function, and retrieved from that stack by the STEMPULL function. Multiple stacks can exist concurrently as each stack is given a unique identifier.

o Size 17K
o Source Code Supplied

LISTSYM Version 1.0

Return the current OS/390 Static System Symbols in discrete stem variables.

o Size 7K
o Source Code Supplied

LISTMEM Version 1.0

Return the member names from a PDS in a stem variable.

o Size 8K
o Source Code Supplied

SLEEP Version 1.1

Wait for a specified number of seconds

o Size 3K
o Source Code Supplied