OPSVIEW Editors Option › How to Manage the REXX Compiled Program Library (Option 2.5) › Prerequisites for Using Option 2.5
Prerequisites for Using Option 2.5
You must meet these prerequisites before you can use option 2.5:
- Allocate your REXX compiled program library using ISPF option 3.2. This library must be a partitioned data set with these attributes:
- RECFM
-
Fixed block (mandatory)
- LRECL
-
4096 (mandatory)
- BLKSIZE
-
4096 or greater (must be a multiple of 4096)
- DIRECTORY BLOCKS
-
User-defined (dependent on number of programs)
- SPACE
-
User-defined (dependent on number of programs)
- Also, allocate the OPSCOMP library to the OPSEXEC concatenation.
- Use option 2.4 to compile (and thus save) some of your REXX programs into the REXX compiled program library. For details, see How to Maintain REXX Source Programs (Option 2.4) in this chapter.