TSP -- Time Series Processor -- time series and other econometric statistics -------available on: RCF: almaak SCF: aludra super-RCF: n/a ------support level: full ----current version: 4.5 ----path to command: /usr/usc/tsp/default/tsp -------normal setup: to use multiple stat packages (including tsp): source /usr/usc/stats/setup.csh (or setup.sh) to use tsp only: set path=( /usr/usc/stats/bin $path) source /usr/usc/tsp/default/setup.csh (or setup.sh) NOTE: in RCF these are done automatically at login, unless master.login is not sourced -invoke interactive: tsp --------------batch: tsp inputfile.tsp (must have .tsp extension) --------using files: when inputfile.tsp is used, tsp produces inputfile.out to contain the results/output files may be specified inside tsp, as in: output 'my.outputfile' load (file='raw.data')... write (file='my.rawoutput')... ~/ is not understood inside tsp transport files for moving tsp system files (data) to other systems is not documented in the tsp manuals; recommended: write out raw data and send ----printing output: inputfile.out (created by batch tsp) or files created during a tsp session with the 'output' command can be edited and/or printed (lpr) ----------workspace: default size is 4 Mb; to request more, use command: options memory=n; where 'n' is main memory in MB in batch: put options command at top of file interactive: create or edit a file called 'login.tsp' in directory where TSP is invoked, and type options command (see above) at the very top ----------X version: n/a ------documentation: http://www.usc.edu/its/doc/statistics/tsp/ inside tsp, type 'help' man tsp WPH B36, LVL -----to end session: stop or q[uit]