IBM SC33-1683-02 User Manual

Page 521

Advertising
background image

For example, if a 3270 printer attempts to autoinstall, the subset of matching
models includes all the types in VTAM category 2 that you have defined as models.
This subset could include any of the following:

v

DEVICE(3270) TERMMODEL(2)

v

DEVICE(3270) TERMMODEL(1)

v

DEVICE(3270P) TERMMODEL(2)

v

DEVICE(3270P) TERMMODEL(1)

v

DEVICE(3275) TERMMODEL(2)

v

DEVICE(3275) TERMMODEL(1).

The control program selects one model from this list, and CICS uses this model to
build the TCTTE for the device. The default autoinstall control program,
DFHZATDX, always selects the first model name in the list.

If you are not using MTS but need a printer ID or NETNAME (or an alternative
printer ID or NETNAME) associated with this terminal, then your control program
can supply this in the area addressed by fullword 4.

If you are using MTS, CICS passes the control program the printer and alternative
printer NETNAMEs specified on the VTAM ASLTAB macro.

Before returning to CICS, the control program must supply a CICS terminal name
for the device logging on, and must set the return code field to X'00' if the
autoinstall request is to be allowed.

Figure 29 on page 490 shows all of these fields in their required order.

the autoinstall control program for terminals

Chapter 10. Writing a program to control autoinstall of terminals

489

Advertising