|
OS PL/I |
Language Environment |
Action |
|---|---|---|
| SPIE|NOSPIE | TRAP(ON|OFF) | If SPIE|NOSPIE is specified in input, TRAP is set according to the option: TRAP(ON) for SPIE, and TRAP(OFF) for NOSPIE. |
| STAE|NOSTAE | TRAP(ON|OFF) | If STAE|NOSTAE is specified in input, then TRAP is set according to the option: TRAP(ON) for STAE, and TRAP(OFF) for NOSTAE. |
|
SPIE STAE or SPIE NOSTAE or STAE NOSPIE NOSPIE NOSTAE |
TRAP(ON) TRAP(OFF) |
If both SPIE|NOSPIE and STAE|NOSTAE are specified together in input, TRAP is set according to both options: TRAP(OFF) when both options are negative, and TRAP(ON) otherwise. TRAP(ON) must be in effect for applications to run successfully. |
STACK(,,ANY) can be used for an OS PL/I application relinked with Language Environment that does not contain any edited stream I/O.
Your application must run in AMODE(31) to use STACK(,,ANY).
Under CICS, ALL31(ON) and STACK(,,ANY) are the defaults; however, because STACK(,,BELOW) is required for OS PL/I applications that have not been relinked with Language Environment, you must change the default to STACK(,,BELOW) during installation or explicitly specify STACK(,,BELOW) for any OS PL/I applications that have not been relinked.