GDDM-GKS V1R1 Programming Guide and Reference
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


GQDDS

GDDM-GKS V1R1 Programming Guide and Reference
SC33-0334-00



Purpose



 GQDDS  (wtype, errind, defmod, regmod)
   
 APL code  1394
 GKS RCP code  X'3800C500' (939574528)
   


Function: To inquire default deferral state values.

Inquiry function. Returns the default values for the deferral state and implicit regeneration mode for a workstation type, from the workstation description table.

Parameters


wtype (specified by user) (fullword integer)
The workstation type.

errind (returned by GDDM) (fullword integer)
The error indicator.

defmod (returned by GDDM) (fullword integer)
The default value for deferral mode. The possible values are:

0 (GASAP)
As soon as possible
1 (GBNIG)
Before the next possible interaction globally
2 (GBNIL)
Before the next possible interaction locally
3 (GASTI)
At some time

regmod (returned by GDDM) (fullword integer)
The default value for implicit regeneration mode. The possible values are:

0 (GSUPPD)
Suppressed
1 (GALLOW)
Allowed

Operating states


GKOP, WSOP, WSAC, SGOP

Related functions


None.

Description


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.

Principal errors


8
GKS not in proper state: GKS shall be in one of the states GKOP, WSOP, WSAC, or SGOP
22
Specified workstation type is invalid
23
Specified workstation type does not exist
39
Specified workstation is neither of category OUTPUT nor of category OUTIN

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012