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


GSRSS

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Function


To release a graphics symbol set.


   GSRSS       (type, symbol-set-id)

APL code 207 GDDM RCP code X'0C040401' (201589761)


Parameters


type (specified by user) (fullword integer)
The type of the symbol set to be released. Possible values are:

1
Image symbol set
2
Vector symbol set
3
Shading-pattern set
4
Marker symbol set
5
4250 high-resolution printer font
8
DBCS image symbol set
9
DBCS vector symbol set.

symbol-set-id (specified by user) (fullword integer)
The identifier of the symbol set to be released; see GSLSS. Must be specified as zero for patterns and markers.


Description


Releases the specified symbol set. The type must correspond exactly to that specified when the symbol set was loaded or defined. A symbol set may be released, freeing the storage occupied, when the application program no longer needs it. A symbol set should not be released while a graphics picture using it still exists.

Principal errors


ADM0117 E
SYMBOL SET IDENTIFIER n IS INVALID
ADM0118 E
SYMBOL SET TYPE n IS INVALID
ADM0120 E
SYMBOL SET n NOT LOADED

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012