GDDM-PGF V2R1.3 Programming Guide and Reference
|
Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF |
BOOK
CSDIR GDDM-PGF V2R1.3 Programming Guide and Reference SC33-0333-01 |
|
Function: To build object directory list. CSDIR (name, type, library, count) Parameters name (specified by user) (8-byte character string)
Partial names may be used by substituting '*' for parts of the name. Thus 'AB*' lists all objects with names beginning 'AB'. ' ' gives a complete list of file names. type (specified by user) (fullword integer) The file type of objects to be included in the list.
0 Image symbol sets
1 Vector symbol sets
2 Generated map groups
3 Saved pictures (in device-dependent form)
4 Chart format
5 Chart data
6 Chart format and data
7 GDF files (in device-independent form)
9 Chart data definitions
10 Projections
11 Image data
' ' gives a complete list of file types.
library (specified by user) (8-byte character string) The library objects to be included in the list.
Under TSO, this is a ddname.
Under CICS, this is a symbolic data set name.
Under VM, this is a one- or two-character filemode.
Under IMS, this is a DBD name.
' ' gives a complete list of libraries.
count (returned by GDDM) (fullword integer) The number of objects in the list that has been created. Description Creates a list of GDDM objects. Any existing list is replaced by this new one. The list created can then be queried using CSQDIR. The list is not affected by any other CSxxxx call, but it can be deleted by using CSCDEL (-1). Principal errors
|
Copyright IBM Corporation 1990, 2012 |