how can correct this erreur? OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 75 76 77 option set=GRIDHOST="grid001.example.com"; 78 option set=GRIDINSTALLLOC="/opt/TKGrid"; 79 80 proc lasr 81 create port=10010 ERROR: Procedure LASR not found. 82 path="/tmp" 83 noclass 84 logging(path="/opt/logs" maxfilesize=5 keeplog clf); 85 86 performance nodes=all; 87 run;
... View more