SETDEF      
    EXAMPLES    
  A>SETDEF
       Displays current SETDEF parameters.
  A>SETDEF [TEMPORARY=C:]
       Sets disk drive C as the drive  to  be  used  for  temporary
       files.
  A>SETDEF C:,*
       Tells the system to search for a program on drive  C,  then,
       if not found, search for it on the default drive.
  A>SETDEF [ORDER=(SUB,COM)]
       Instructs the system to search for a SUB  file  to  execute.
       If no SUB file is found, search for a COM file.
  A>SETDEF [DISPLAY]
       Turns on the system display mode.   Henceforth,  the  system
       displays  the name and location of programs loaded or submit
       files executed.
  A>SETDEF [NO DISPLAY] Turns off the system Display mode.
  A>SETDEF [UK] Dates will be entered and displayed in UK form.
  
HELP>