Generate Data Commands

   Random Expression Operators
      UNIFORM(n) NORMAL(sigma) 
      SET SEED = largenumber

  INPUT PROGRAM
    series of commands to create data
    END CASE
    END FILE
  END INPUT PROGRAM


  LOOP [varname = start TO end [BY {1** step}] [IF(condition)]
     transformations
  END LOOP [IF(condition)]