Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual—522629-013
4-19
DEFINEINFO Procedure
2066 Parameter missing
For other error values associated with DEFINEs, refer to the
Guardian Procedure
Errors and Messages Manual.
define-name input
STRING .EXT:ref:24
is the 24-byte array that contains the name of the DEFINE to be used by the
procedure. The name is left-justified and padded on the right with blanks. Trailing
blanks are ignored.
class output
STRING .EXT:ref:16
returns the character string that names the class of the DEFINE (that is, names the
value of the CLASS attribute of the DEFINE). The name is left-justified and blank-
filled. It is limited to 16 characters.
attribute-name output
STRING .EXT:ref:16
is the name of an attribute; the specific attribute that is returned depends on the
CLASS attribute of the DEFINE. The name is left-justified and blank-filled. The
following attributes names are returned:
value-buf output
STRING .EXT:ref:*
is the data array provided by the calling program to return the value of an attribute.
This attribute depends upon the class of the DEFINE. The value will be in external
form, suitable for display. If the value is a file name, it is fully qualified.
value-buf-len input
INT:value
is the length of the array
value-buf in bytes.
This attribute… Is returned for this CLASS attribute of the DEFINE
FILE CLASS MAP
LOC CLASS SPOOL
SCRATCH CLASS SORT and CLASS SUBSORT
SUBVOL CLASS CATALOG
SUBVOL0 CLASS SEARCH
VOLUME CLASS TAPE, CLASS TAPECATALOG and
CLASS DEFAULTS