GDDM V3R2 Base Application Programming Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


Avoiding dependencies when opening and using devices

GDDM V3R2 Base Application Programming Guide
SC33-0867-01



When you open a device in an application program, GDDM needs to know the device's characteristics in order to process output to suit it. You can specify this information for GDDM in the DEVTOK (device token) parameter of the DSOPEN call or an associated NICKNAME statement. See "Device support in application programs" in topic 18.0. However, many programmers prefer not to supply a specific device token and instead code an "*" (asterisk) on the parameter. This forces GDDM to obtain the information itself, by querying the device.

Subtopics:

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012