Thanks, Kurt. I deleted a bunch of files where my SAS Work file was being stored. That stopped the program from crashing. Also, I ran the program using the following program to create indexes, which ran successfully: proc datasets lib=A1; modify Dataset1; index create recip; run; quit;
... View more