Previous Topic: Use Passthrough PrintingNext Topic: CICS RDO TYPETERM Parameters


CICS RDO TERMINAL Parameters

The following CICS RDO TERMINAL parameters affect this product's execution:

TERMINAL(CICS termid)

Specifies the 4-byte CICS terminal ID. In the case of an Autoinstall model, this parameter is not used, so you can specify any unique name.

GROUP(TPX)

Groups definitions together. You can specify any name, but if possible, specify one that indicates these are CA TPX definitions.

AUTINSTMODEL (NO|ONLY)

Tells whether the TERMINAL definition is for an Autoinstall model. Possible values are:

NO

Indicates that the terminal is not used as an Autoinstall model.

ONLY

Indicates that the terminal is used only as an Autoinstall model.

TYPETERM(typeterm-name)

Points to the corresponding TYPETERM definition for this terminal. Note that for Autoinstall, CICS searches through TYPETERM names alphanumerically and sometimes selects an existing TYPETERM for a virtual terminal before TYPETERM. Therefore, it may be necessary to name the TYPETERM so that it is alphanumerically in front of any of your other TYPETERM definitions.

NETNAME(VTAM luname)

VTAM luname of the virtual terminal. In the case of an Autoinstall model, this parameter is not used, so you can specify any unique name.

PRINTER(printerid)

CICS terminal ID of associated printer.

NSERVICE(YES)

Specifies that the terminal must be in service to CICS, or logons will not be successful.