ST500 Session 4 _SPSS: set length=59 width=80 {this may be inserted at any place in the control file and is in effect until changed again} _SAS: options ls=80 ps=59; {this may be inserted before a data step, or with a proc and is in effect until changed again} _review assignment 1 (a) sas - output _pc - statistics programs: American Statistician + PC Magazine _minitab: syntax + commands * minitab + sas were the easiest to change to interactive pgms, spss required major syntax changes. * actually better to run minitab as interactive journal='file' is a way to capture your interactive session in a file which you can later edit (with pico or vi) and then run in batch _remember: man minitab>f1 to get syntax in a file to print _If Minitab requires more memory, include 'setenv MINISIZE 300000' in your .login file (100000 is default size). The statement is located in my .login shown in the login.example we looked at earlier and can be found under netscape: Eamples/Handouts/login.example . _ minitab