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 should start with //SYSTSIN DD * followed by instructions or with a pointer to a data set containing the instructions.