DB2I Defaults Panel 2
After you press Enter on the DB2I Defaults Panel 1, the DB2I Defaults Panel 2 is displayed. If you chose IBMCOB as the language on the DB2I Defaults Panel 1, three fields are displayed. Otherwise, only the first field is displayed.
The following figure shows the DB2I Defaults Panel 2 when IBMCOB is selected.
DSNEOP02 DB2I DEFAULTS PANEL 2
COMMAND ===>_
Change defaults as desired:
1 DB2I JOB STATEMENT: (Optional if your site has a SUBMIT exit)
===> //USRT001A JOB (ACCOUNT),'NAME'
===> //*
===> //*
===> //*
COBOL DEFAULTS: (For IBMCOB)
2 COBOL STRING DELIMITER ===> DEFAULT (DEFAULT, ' or ")
3 DBCS SYMBOL FOR DCLGEN ===> G (G/N - Character in PIC clause)
- 1 DB2I JOB STATEMENT
- Lets you change your default job statement. Specify a job control statement, and optionally, a JOBLIB statement to use either in the background or the EDITJCL program preparation environment. Use a JOBLIB statement to specify run time libraries that your application requires. If your program has a SUBMIT exit routine, Db2 uses that routine. If that routine builds a job control statement, you can leave this field blank.
- 2 COBOL STRING DELIMITER
- Lets you specify the symbol used to delimit a string in a COBOL
statement in a COBOL application. Use:
- DEFAULT
- To use the default defined at installation time
- '
- For an apostrophe
- "
- For a quotation mark
Leave this field blank to accept the default value.
- 3 DBCS SYMBOL FOR DCLGEN
- Lets you enter either G (the default) or N, to specify whether
DCLGEN generates a picture clause that has the form PIC G(n)
DISPLAY-1 or PIC N(n).
Leave this field blank to accept the default value.
Pressing ENTER takes you to the next panel you specified on the Db2 Program Preparation panel, in this case, to the Precompile panel.