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


Using APL terminals

GDDM V3R2 Base Application Programming Guide
SC33-0867-01



Under TSO, device information provided by the subsystem does not distinguish between an IBM 3277 Model 2 display terminal and an IBM 3278 or 3279 Model 2 display terminal, unless the latter is defined to be "queriable"; that is, is defined to support the Read Partition (Query) Structured Field by the 3274 Controller Configuration Support C and the Extended Character Set Adapter (feature number 3610).

By default, GDDM resolves this ambiguity by assuming that the device is an IBM 3278. If the device is actually a nonqueriable IBM 3278 or 3279 Model 2 with an APL Feature, and if the APL character set is to be referred to by an application, the GDDM default assumption must be overridden to ensure correct operation of the device. The GDDM default can be overridden in any of these ways:


  • The application can specify an explicit device token (for example, ADMK782A) on a DSOPEN call to initialize the device.
    
    
  • The TSOAPLF option in GDDM's current external defaults can be modified to cause GDDM to assume by default that a nonqueriable Model 2 display terminal is an IBM 3278 or 3279. This option can be specified in one of the following places:
    
    
    • In an External Defaults Module
    • In an External Defaults File that was allocated to ddname ADMDEFS
      or
    • On a SPINIT, ESSUDS, or ESEUDS call in an application program.
      
      
    For details, see the GDDM Base Application Programming Reference book.
    
    

Also, under TSO, device information provided by the subsystem does not indicate whether a 3277 Model 2 display or a nonqueriable 3278 or 3279 display actually has the appropriate APL feature.

By default, GDDM assumes that such a device has the APL feature, and it selects an appropriate set of translation tables. (For more information, see "Country-extended code pages" in topic 12.11.2 and the description of ASTYPE in the GDDM Base Application Programming Reference book.) If the device does not have the APL feature, the use of character code points that correspond to APL characters may result in incorrect output at the device.

The GDDM default can be overridden in either of the following ways. The application program can:

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012