Command GMODE

      Parameters
GMODE /
      UNITS(xx)        

      HYPHEN(hh)       
      FIT(ff)          
      SIZE(ss)         
      HISTOGRAMMING(bb)
      FIXEDOVERLAY FOVL
      NOFIXEDOVERLAY NOFOVL
 
Purpose
  Set global modes
Function
Remark
Example
 

Parameter LISTING(ll)

MVS,VMS only
long (ll=long) or short (ll=short) listing of informational messages and dialog

Parameter HYPHEN(hh)

Specifies the character that is used to indicate hyphenation positions for text formatting.

   hh = one character :  take this
   hh = two characters:  assume hh to be a hex code 

By default it is assumed that hh = 9B (hex code).
This is usefulfor datasets transferred from MVS.
For UNIX generated datasets a reasonable choice would be hh=`.

Parameter HISTOGRAMMING(bb)

Specifies algorithm for normalization after data binning (BINSIZE, XBIN, YBIN).

   bb=bin:     Normalization to bins,
               which means no normalization.
               This is the startup default
   bb=channel: Normalization to channels,
               which means division by the number of channels that have contributed.

Parameters FIXEDOVERLAY FOVL

Enables fix scale mode for overlays

Parameters NOFIXEDOVERLAY NOFOVL

Disables fix scale mode for overlays