DLI parameters
Changes here override the current environment defaults. When selecting another environment using Option E, you have the option to retain the current setting or restore environment defaults (see Retain environment modifications).
Use the RESTORE command to remove override values and use environment defaults.
File-AID for IMS – Modify DLI Parameters
COMMAND ===> SCROLL ===> CSR
ENV: TEST - IMS ENVIRONMENT
DLI PARMS ===> ,0000,,,,,,,ID01,,N,N,JD01,Y,,,,,,
More: +
Specify DLI Parms:
BUF . . . . (Numeric)
SPIE . . . . 0 ( 0 or 1 )
TEST . . . . 0 ( 0 or 1 )
EXCPVR . . . 0 ( 0 or 1 )
RST . . . . 0 ( 0 or 1 )
PRLD . . . . (Alphanumeric)
SRCH . . . . ( 0 or 1 )
CKPTID . . . (Alphanumeric)
MON . . . . ( Y = Yes; N = No )
LOGA . . . . ( 0 or 1 )
FMTO . . . . (Alphanumeric)
IMSID . . . ID01 (Alphanumeric)
SWAP . . . . ( Y = Yes; N = No )
DBRC . . . . N ( Y = Yes; N = No; Blank is default)
IRLM . . . . N ( Y = Yes; N = No; Blank is default)
IRLMNM . . . JD01 (Alphanumeric)
BKO . . . . Y ( Y = Yes; N = No )
SSM . . . . (Alphanumeric)
LOCKMAX . . (Numeric)
GSGNAME . . (Alphanumeric)
TMINAME . . (Alphanumeric)
RRS . . . . ( Y = yes; N = No )
IMSPLEX . . (Alphanumeric)
RGSUF . . . (Alphanumeric)
DFSDF . . . (Alphanumeric)
END Command to return to previous screen
RESTORE command to restore environment defaults
DLI PARMS
Specify the DL/I parameters to pass to DFSRRC00 (the IMS region controller). File-AID for IMS generates the "DLI, pgmname, psbname," portion of the DFSRRC00 parameters and concatenates them in front of the DL/I parameters. The DL/I parameters syntax contains 15 commas:
,0000,,,,,,,,,d,i,,b,,
where:
- d represents DBRC and can be C, Y, N, or NULL.
- i represents IRLM and can be Y, N or NULL.
- b represents BKO and can be Y, N, or NULL.
We recommend that you specify Y in the BKO (backout) operand. The value Y enables you to update all secondary index source segments. The value N prevents you from updating secondary index source segments for which File-AID for IMS/ISPF cannot guarantee uniqueness. For more information, see IMS System Programming Reference.
BUF
Specify the number of 1K blocks, for calculating OSAM subpools if IOBF is not specified in DFSVSAMP.
SPIE
Specify whether to allow SPIE established by the application program. Valid entries are 0=Allow SPIE or 1=Negate SPIE.
TEST
Specify whether to validate addresses in call list. Valid entries are 0=Do not validate or 1= Validate.
EXCPVR
Specify whether to page fix OSAM buffer pool. Valid entries are 0=Do not page fix or 1=Page fix.
RST
Specify whether to allow UCF restart. Valid entries are 0=No or 1=Yes.
PRLD
Specify the preload list suffix, DFSMPLxx.
SRCH
Specify the module search indicator. Valid entries are 0 = Standard or 1=Search JPA and LPA first.
CKPTID
Checkpoint for restart of program.
MON
IMS monitor active. Valid entries are N=No or Y=Yes.
LOGA
This field is no longer used. The logging access method (0 = BSAM; 1 = OSAM).
FMTO
Specify the dump formatting option.
IMSID
Specify the IMS Subsystem ID.
SWAP
Specify whether to use swappable address space. Valid entries are Y=Yes or N=No.
DBRC
Specify the DBRC usage. Valid entries are:
- Blank=Use your system default.
- Y=Yes, always use DBRC.
- N=No, unless system forces it with DBRC=FORCE.
IRLM
Specify the IRLM usage. Valid entries are:
- Blank=Use your system default.
- Y=Yes, use IRLM.
- N=No, don't use IRLM.
IRLMNM
Specify the IRLM subsystem name.
BKO
Specify whether to perform dynamic backout. Valid entries are N=No or Y=Yes.
IOB
This field is no longer used.
SSM
Specify the subsystem member suffix for external subsystems.
LOCKMAX
Specify the locking limit overrides for PSB LOCKMAX. Valid entries are 0=none; or 1 through 32,767=locks in units of 1,000.
GSGNAME
Specify the global service group name.
TMINAME
Specify the transport manager instance name.
RRS
Specify the resource recovery source. Valid entries are Y (Yes) and N (No).
IMSPLEX
Specify the IMSplex group name.
RGSUF
Specify the suffix for DFSPBxxx.
DFSDF
Specify the suffix for DFSDFxxx PROCLIB member.