Previous Topic: AUTHID=Next Topic: AUXTRCE=


AUTOn=

(Optional) Specifies delayed opening of URT until a CA Datacom/DB application requiring its use begins processing.

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

AUTO=(urt1,urt2,urt3),
AUTO1=(urt4,urt5,urt6),
 .
 .
 .
AUTO9=urtn

You can use DBOC AUTO= 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, AUTO=(9,004,10,13-25).

Default Value:

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

Note: The SQL URT is not eligible for AUTO= specification. It must be opened at PLT startup time, or else by explicitly using the DBOC OPEN=nnnn command.