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


SSWRT

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Function


To write a symbol set to auxiliary storage.


   SSWRT       (symbol-set-name, length, data)

APL code 214 GDDM RCP code X'0C040B01' (201591553)


Parameters


symbol-set-name (specified by user) (8-byte character string)
The name (left-justified) to be assigned to the symbol set or DBCS ward when written to auxiliary storage. No attempt is made to change the name, so it must not include the substitution character "[]", either at the end (for SBCS) or just before the ward digits (for DBCS ward).

length (specified by user) (fullword integer)
The length of storage provided for data.

data (specified by user) (character)
Contains the symbol set definitions to be written.


Description


Writes a set of symbol definitions to auxiliary storage. The symbol set can be either an image symbol set or a vector symbol set.

The symbol set does not remain in GDDM storage, and is not available for use by it.

Principal errors


ADM0127 E
SYMBOL SET NAME 'a' IS INVALID

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012