Configuring parameters
To make BMC AMI Load behave similarly to LOADPLUS, we recommend that during BMC AMI Utilities configuration you specify "plus" parameters in the UTLPARMS, ULDPARMS, LODPARMS, and RRGPARMS DD statements as follows:
Recommended parameters in the UTLPARMS DD statement
Parameter | Default setting | Recommended setting |
---|---|---|
+CHECKDEFERRED | YES | NO |
+CLEANUP | NO | NO |
+COPYPENDING | YES | Same as the COPYPEND default options module (DOPTS) |
+DELETEWORK | YES | Same as the DELFILE DOPTS |
+DRAIN1 | ALL | Same as the DRAINTYP DOPTS |
+DSCRL | 100,100 | Same as the STOPDELAY or STOPRETRY DOPTS |
+DSNUTILB | YES | Same as the DSNUTILB DOPTS |
+EDPROCSUB | NO | Same as the UXSTATE DOPTS |
+FASTSWITCH | YES | Same as the FASTSWITCH DOPTS |
+HRECALL | NO | YES |
+JOURNAL | NO | ONERROR |
+OVERRIDEOUTPUT | NO | NO |
+PSWDWTO | NO | YES |
+QRETRY | 2000,10 | Same as the DRNDELAY or DRNRETRY DOPTS |
+RACFID | None | Similar to the OPNDB2ID DOPTS |
+SVRMODE | E | I (utilizes internal servers only) 1 |
+SYSINERROR | ABEND | STOP |
+XBMID | None | Same as the XBMID DOPTS (for BMC AMI Copy) |
1 This setting causes all BMC AMI Utilities product processing to be performed within a single address space. However, this setting could have a negative impact on BMC AMI Utilities product performance.
Recommended parameters in the ULDPARMS DD statement
Parameter | Default setting | Recommended setting |
---|---|---|
+BLANKPAD | YES | NO |
+DATEFMT | ISO | DECP |
+TIMEFMT | ISO | DECP |
Recommended parameters in the LODPARMS DD statement
Parameter | Default setting | Recommended setting |
---|---|---|
+AFTERACC | RW | NO |
+ALLO | USED | KEEPDB2 |
+COMMIT | -1 | Same as the APCOMMIT DOPTS |
+DISCARDRC | 4 | Same as the DISCARDRC DOPTS |
+PAD | YES | NO |
+SETCHECKPEND | YES | Same as the CHECKPEND DOPTS |
+WRITETO | A | B |
Recommended parameters in the RRGPARMS DD statement
Parameter | Default setting | Recommended setting |
---|---|---|
+ALLO | USED | KEEPDB2 |
+BEFOREACC | None | UT |
+IGNDEFNO | None | YES |
+MINTSSIZE | None | 0 |
Related topic