Remote server--wondering if the work area where the TEMP space is defined filling up?? or is there something I need to code to make this process work. Proc SQL; create Index xeltrans on Pcbsusp.seltrans (emp_ssn, pp_beg_dt , prcs_pp, txn_pfx_cd, txn_sfx_cd); INFO: Multiple concurrent threads will be used to create the index. NOTE: Sort execution failure. INFO: A single thread will be used to create the index. ERROR: Insufficient space in file WORK.'SASTMP-000000072'n.UTILITY. NOTE: File WORK.'SASTMP-000000072'n.UTILITY is damaged. I/O processing did not complete. WARNING: Limited resources when loading index xeltrans_qtr2 for file PCBSUSP.SELTRANS_QTR2.INDEX
... View more