The OPTIONS instruction is used to provide environment-specific extensions to REXX.
In NetMaster REXX, the OPTIONS expression is ignored at compile time. At execution time, the expression is evaluated and broken into blank-delimited tokens. These tokens are then processed as described in the following table.
Note: Tokens not in the table are ignored.
|
Token |
Response |
|---|---|
|
ETMODE |
Error raised (no DBCS support) |
|
EXMODE |
Error raised (no DBCS support) |
|
MAXSTOR=nK |
Overrides the maximum storage default set by the RXMSTG system parameter (To display the value of the system parameter, use the SHOW SYSPARMS=RXMSTG command.) Limits: 100000 |
| Copyright © 2009 CA. All rights reserved. |
|