Example (SET command)

SET BLANKS=0/UNDEFINED=NOWARN.
  • BLANKS specifies 0 as the value that the program should use when it encounters a completely blank field for a numeric variable.
  • UNDEFINED=NOWARN suppresses the message that is displayed whenever anything other than a number or a blank is encountered as the value for a numeric variable.