Previous Topic: DBUG=Next Topic: DELIM=


DEFERn=

(Optional) Specifies delayed opening of URT until requested by the DBOC OPEN= command.

When the parameter list exceeds assembler macro operand length, use the continuation parameter DEFERn=, for example:

DEFER=(urt1,urt2,urt3),
DEFER1=(urt1,urt2,urt3),
 .
 .
 .
DEFER9=urtn

You can use DBOC DEFER= to add URTs to this list for the current CICS cycle. For details, see the User Guide.

Valid Entries:

4-digit URT IDs. (Valid IDs are numbers which do not exceed the MAXURTS= specification and are greater than zero.) IDs can be listed individually, with or without leading zeros, or with an inclusive range, for example, DEFER=(9,004,10,13-25).

Default Value:

All URTs not specified here or in the AUTO= parameter list are opened at CA Datacom CICS Services startup.