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


GSDTEC

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



Purpose



 GSDTEC  (sgna, det)
   
 APL code  1369
 GKS RCP code  X'38004400' (939541504)
   


Function: To set detectability.

Segment function. Marks a segment as detectable or undetectable.

Parameters


sgna (specified by user) (fullword integer)
The segment name, selected when the segment was created.

det (specified by user) (fullword integer)
The detectability flag. The possible values are:

0 (GUNDET)
Undetectable
1 (GDETEC)
Detectable

Operating states


WSOP, WSAC, SGOP

Related functions


Create segment (GCRSG), Set visibility (GSVIS)

Description


This function sets the "detectability" entry in the segment state list of the segment sgna. If the segment is marked as detectable and visible, the primitives in it are available for pick input. Segments that are detectable but invisible cannot be picked. (See Set visibility (GSVIS).)

Principal errors


7
GKS not in proper state: GKS shall be in one of the states WSOP, WSAC, or SGOP
120
Specified segment name is invalid
122
Specified segment does not exist
2000
Enumeration type out of range

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012