1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 68 69 libname testscan '/home/u63677777/self-test'; NOTE: Libref TESTSCAN was successfully assigned as follows: Engine: V9 Physical Name: /home/u63677777/self-test 70 71 proc import datafile= '/home/u63677777/self-test/That.is.good.txt' 72 dbms = tab 73 out = testscan.hwscan 74 replace; 75 getnames = yes; 76 run; NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to WORK.PARMS.PARMS.SLIST. Unable to sample external file, no data in first 5 records. ERROR: Import unsuccessful. See SAS Log for details. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.03 seconds user cpu time 0.02 seconds system cpu time 0.02 seconds memory 9582.56k OS Memory 28444.00k Timestamp 11/22/2023 06:33:39 PM Step Count 24 Switch Count 6 Page Faults 0 Page Reclaims 4510 Page Swaps 0 Voluntary Context Switches 50 Involuntary Context Switches 0 Block Input Operations 0 Block Output Operations 72 77 78 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 88 User: u63677777 Messages: 1
... View more