Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Graphics Symbol Set (CRTGSS) command creates a graphics symbol set object from a physical file that contains symbol set data. Depending upon the contents of the file, the CRTGSS command creates either a vector symbol set (mode 3 graphics characters) or an image symbol set (mode 2 graphics characters).
The symbol set object can be used in a graphical data display manager (GDDM*) or presentation graphics routines (PGR) graphics application program or in a Business Graphics Utility chart as an alternative to an IBM-supplied graphics symbol set. More information on the Business Graphics Utility is in the BGU User's Guide and Reference, SC09-1408 book.
Restriction: A physical file used with this command must contain records with no less than 80 bytes and no more than 400 bytes, and a source file must contain no less than 92 bytes and no more than 412 bytes. The contents of the file must be in symbol set format.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
GSS | Graphics symbol set | Qualified object name | Required, Positional 1 |
Qualifier 1: Graphics symbol set | Name | ||
Qualifier 2: Library | Name, *CURLIB | ||
FILE | File | Qualified object name | Required, Positional 2 |
Qualifier 1: File | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MBR | Member | Name, *GSS | Optional, Positional 3 |
TEXT | Text 'description' | Character value, *MBRTXT, *BLANK | Optional |
AUT | Authority | Name, *LIBCRTAUT, *CHANGE, *ALL, *USE, *EXCLUDE | Optional |
Top |
Specifies the name and library of the graphics symbol set being created. If no library name is given, the symbol set is stored in library *CURLIB. Graphics symbol set names can be up to 8 characters in length.
This is a required parameter.
Top |
Specifies the name and library of the source data file being used to create the symbol set.
This is a required parameter.
The possible library values are:
Top |
Specifies the name of the file member being used to create the symbol set.
The possible values are:
Top |
Specifies the text that briefly describes the object.
The possible values are:
Top |
Specifies the authority you are giving to users who do not have specific authority for the object, who are not on an authorization list, and whose group profile or supplemental group profiles do not have specific authority for the object.
The possible values are:
Top |
Example 1: Creating Set With Same Name as Source File
CRTGSS GSS(GSSLIB/ADMVARP) FILE(GSSLIB/ADMVARP)
This command creates a symbol set of the same name and in the same library as the source file.
Example 2: Creating Set From Different Library
CRTGSS GSS(*CURLIB/VECTOR1) FILE(GSSLIB/QDATASRC) MBR(SCHEM) AUT(*ALL) TEXT('Schematic vector symbols')
This command creates a symbol set named VECTOR1 in the QGPL library from member SCHEM in file QDATASRC in library GSSLIB. The public has complete authority over the symbol set. Despite the fact that the symbol set data is stored in source physical file QDATASRC, it cannot be edited or shown by the source entry utility (SEU) because some of the contents of the symbol set data cannot be shown.
Top |
Top |