Command List of SET Commands
Set Time:
$ SET DEF SYS$MANAGER
$ @UTC$TIME_SETPUP !change the timezone, add 1:00 for summer time
$ SET TIME="+/-1:00" !add or minus one hour
or
$ SET TIME="DD-MM-YYYY HH:MM:SS" !set a specific time
$ SET DEF SYS$EXAMPLES
$ DAYLIGHT_SAVINGS !add daylight change
Set Terminal:
$ SET TERMINAL /DEVICE=VT100 !sets terminal to expect VT100
$ SET TERMINAL /INQUIRE !sets terminal to inquire screen size
$ SET TERMINAL /INSERT !disable overstrike, or use CTRL/A
$ SET TERMINAL /WIDTH=132 !widescreen
$ SET TERMINAL /WIDTH=80 !4:3 aspect
Set Process:
$ SET PROCESS /UNITS=BYTES !set size unit to bytes