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


ESQOBJ

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Function


To query existence of GDDM object on auxiliary storage.


   ESQOBJ      (object-name, type, exists)

APL code 140 GDDM RCP code X'08142400' (135537664)


Parameters


object-name (specified by user) (8-byte character string)
The name of the object.


type (specified by user) (fullword integer)
The object type. It must be one of:


    1  ADMSYMBL Image or vector symbol sets
    2  ADMGGMAP Generated mapgroups
    3  ADMSAVE  Pictures saved by an FSSAVE call
    4  ADMCFORM Chart format descriptions
    5  ADMCDATA Chart data files
    6           Reserved
    7  ADMGDF   GDF files saved by a GSSAVE call
    8  ADMGKSM  GKS metafiles
    9  ADMCDEF  Chart data definition tables
    10 ADMPROJ  Projection definitions
    11 ADMIMG   Image data

exists (returned by GDDM) (fullword integer)


0
The object does not exist.
1
The object exists.

Description


Queries the existence of a GDDM object on auxiliary storage. The existence of the object is indicated by the returned parameter.

Principal errors


ADM0304 E
INVALID FILE NAME, 'a'
ADM0370 E
INVALID OBJECT TYPE - n

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012