Db2 precompiler step options
Purpose
The options that you specify on this window are used to generate JCL for the selected procedure. The information that you provide on this window pertains to remote COBOL or PL/I compiler options.Fields
Options: Specify Db2 preprocessing options; separate multiple options with spaces. This field is limited to 100 characters.
SYSLIB: Specify SYSLIB for Db2 preprocessing; separate multiple entries with spaces.
Database Request Module Location (DBRM): The main output from the precompiler is a database request module (DBRM). A DBRM is a data set that contains SQL statements and remote system variable information that is extracted from the source program during program preparation. The purpose of a DBRM is to communicate your SQL requests to Db2 during the bind process. Specify only one entry.
SYSTSIN Instructions: Type Db2 Plan instructions in this field. The field is echoed into the generated JCL. Currently, a sample is specified but commented out. You can uncomment the sample and make any necessary changes. The entry field must start with //SYSTSIN DD DD * followed by instructions or with a pointer to a data set containing the instructions.