Next: Example Up: HDISPLAY Prev: HDISPLAY

Parameters

 Keyword  Posn  Type        Description
 -------  ----  ----        -----------
 INP       1    UNIV        Data object to be displayed (must be a
                            primitive)
          GLOBAL.HDSOBJ (Default object dataset)
 DEV       2    CHAR        text output device. Can take values of
                            (T)ERMINAL,(C)ONSOLE,(P)RINTER,(O)LDFILE
                            or (N)EWFILE, otherwise is interpreted
                            as a filename.
    Hidden default 'TERMINAL'
 SLICE     -    CHAR        Description of data subset (range in
                            1st dimension {,range in 2nd
                            dimension},{...}) eg. 5:10;1:5 for 2-D,
                            10:20 for 1-D. The range specifier for
                            each dimension follows the same
                            convention as the FORTRAN substring
                            specifier so ":50" "20:" "5:10;:" are
                            all valid.
    Hidden default = *
 FMT       -   CHARACTER    FORTRAN format string
    Hidden default = !
 WIDTH     -   INTEGER      Output page width
    Hidden default = !


Next: Example Up: HDISPLAY Prev: HDISPLAY