GDDM-GKS V1R1 Programming Guide and Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
GQDPK GDDM-GKS V1R1 Programming Guide and Reference SC33-0334-00 |
|||||||||||||
Purpose
Function: To inquire default pick device data. Inquiry function. Returns the default data for a pick device at a workstation, from the workstation description table. (See the section "GDDM-GKS restrictions" below.) Parameters wtype (specified by user) (fullword integer)
devno (specified by user) (fullword integer)
n (specified by user) (fullword integer)
mldr (specified by user) (fullword integer)
errind (returned by GDDM) (fullword integer)
ol (returned by GDDM) (fullword integer)
pet (returned by GDDM) (fullword integer)
earea (returned by GDDM) (array of short floating-point numbers)
ldr (returned by GDDM) (fullword integer)
datrec (returned by GDDM) (array of 80-byte character tokens)
Operating states GKOP, WSOP, WSAC, SGOP Related functions Initialize pick (GINPK) Description (See the section "GDDM-GKS restrictions" below.) If the inquired information is available, it is returned as output, and errind is returned as 0 (zero). If the inquired information is not available, all output is invalid, and errind returns an error indicator. If the list element requested, n, is 0, ol is set to the number of available prompt and echo types but pet is undefined. If the list element is out of range, GKS reports error 2002 in errind. The parameter mldr reserves space for the data record returned by the inquiry. If you do not specify sufficient length to accommodate the data record, GKS reports error 2001 in errind. GDDM-GKS Restrictions GDDM-GKS ignores the mldr parameter; the data record returned is empty. Principal errors
|
Copyright IBM Corporation 1990, 2012 |