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


GSMS

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Function


To set the current type of marker symbol.


   GSMS        (n)

APL code 519 GDDM RCP code X'0C0C070B' (202114827)


Parameters


n (specified by user) (fullword integer)
The marker symbol number. Possible values are:

0
The drawing default

System-defined markers:


   PICTURE 12          


Description


Selects the current marker symbol to be used by calls to GSMARK and GSMRKS. System-defined markers are shown above. User-defined markers can be created with the Image Symbol Editor or the Vector Symbol Editor, and loaded using GSDSS or GSLSS.

The marker-symbol attribute remains in effect until it is changed by another GSMS call.

When a segment is created by the GSSEG call, the marker-symbol attribute is set to the drawing default value.

When a segment is closed by the GSSCLS call, the marker-symbol attribute is reset to the value that was in effect when the segment was created.

Principal errors


ADM0152 E
ATTRIBUTE VALUE n IS INVALID
ADM0158 E
INVALID FUNCTION IN AREA DEFINITION

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012