Using the CEEOPTS DD statement
Language Environment® allows you to provide additional invocation-level runtime options using the CEEOPTS DD statement. The CEEOPTS DD can refer to an in-stream data set, regular sequential data set, or a member of a regular or extended partitioned data set. If specified, the data set must be available during initialization of the enclave so the options can be merged. To specify the CEEOPTS DD statement, use the following syntax, as appropriate.
Situation | Syntax to use |
---|---|
For in-stream JCL |
|
For a sequential data set |
|
For a partitioned data set |
|
To ignore the DD statement |
|
Before using the CEEOPTS DD statement, review the following restrictions:
- The CEEOPTS DD supports only DASD data sets that can be read with QSAM. An informational message is issued when an unsupported data set type is used.
- Only the first 3K (excluding comment lines) of the CEEOPTS file are read. All other information is ignored.
- The file must be in fixed-block or fixed format. Variable block format is not supported.
- The CEEOPTS DD is ignored under CICS, SPC, and for an exec()ed program.
- Language Environment cannot use a CEEOPTS DDNAME dynamically allocated with the XTIOT, UCB nocapture, or DSAB-above-the-line options specified in the SVC99 parameters (S99TIOEX, S99ACUCB, S99DSABA flags).
As Figure 1 shows, the syntax of the runtime options within the CEEOPTS DD
statement is similar to the syntax used on the JCL PARM= parameter or under TSO.
- Each record in the CEEOPTS DD is concatenated to form one options string. No implicit space is added between lines.
- Options must be separated by commas or blanks and can span multiple lines.
- A trailing slash (/) is not valid to denote the end of the options string.
- Input lines that begin with an asterisk (*) in column 1 are treated as comments and ignored.
- The last 8 columns of each record are treated as sequential information and ignored.
The Language Environment runtime options report
identifies the options merged from the CEEOPTS DD source by using DD:CEEOPTS
as an
indicator.