REXXIMS extended commands
The IMS adapter for REXX gives access to the standard DL/I calls and it supplies a set of extended commands for the REXX environment.
These commands are listed in the following tables and are available when you ADDRESS REXXIMS. DL/I calls are also available when you address the REXXIMS environment.
| Command | Parameter Types |
|---|---|
| DLIINFO | Out [PCB] |
| IMSRXTRC | In |
| MAPDEF | Const In [Const] |
| MAPGET | Const In |
| MAPPUT | Const Out |
| SET | Const In |
| SRRBACK | Out |
| SRRCMIT | Out |
| STORAGE | Const Const [In [Const] ] |
| WTO | In |
| WTP | In |
| WTL | In |
| WTOR | In Out |
Note:
All parameters specified on DL/I calls are case-independent except for the values associated with the STEM portion of the compound variable (REXX terminology for an array-like structure). A period (.) can be used in place of any parameter and has the effect of a NULL (zero length string) if read and a void (place holder) if written. Use a period in place of a parameter to skip optional parameters. |
|