Next: Examples Up: HGET Prev: Items

Parameters

 Keyword  Posn  Type        Description
 -------  ----  ----        -----------
 INP       1    UNIV        Name of object to be filled - must be
                            primitive.
          GLOBAL.HDSOBJ (Default object dataset)
 ITEM      2    CHAR        The name of the attribute to be found.
                            See the "Items" subtopic for a list.
     Default 'VALUE'
 ATTR      3    CHAR        The value of the attribute. This
                            parameter will usually be a character
                            ICL variable.
 ECHO      -    LOGICAL     Echo value of attribute to the console.
                            Use this keyword in UNIX shell scripts


Next: Examples Up: HGET Prev: Items