Running LISREL

The steps you will have to take to run LISREL varies according to the platform:


On the STC PCs:
  1. Lauch the Interactive LISREL: Start --> Programs --> Statistics-Math --> Interactive LISREL
  2. Create or open a syntax/command file.
  3. To execute the commands, click on File/RunLISREL or File/RunPRELIS.

On the Libra Cluster (node libra00):
  1. Create a command file with a Unix text editor (e.g. pico, emacs, vi).
  2. To run LISREL non-interactively,
    1. at the Unix prompt, type lisrel
    2. Then, after the "Input file [INPUT]:" prompt, type inputfile
    3. Then, after the "Output file [OUPUT]:" prompt, type outputfile
  3. To run PRELIS non-interactively,
    1. at the Unix prompt, type prelis
    2. Then, after the "Input file [INPUT]:" prompt, type inputfile
    3. Then, after the "Output file [OUPUT]:" prompt, type outputfile

Here inputfile is the location and name of the command file and outputfile is the place you would like the results of your analysis to be stored.