Good question - I'm in exactly the same situation. An the EG-method seems very useful. But how do I define where to put on the LASR server? It seems like it cant find the rigtht place? 58 FOOTNOTE;
59 FOOTNOTE1 "Generated by the SAS System (&_SASSERVERNAME, &SYSSCPL) on %SYSFUNC(DATE(), NLDATE20.) at %SYSFUNC(TIME(),
59 ! TIMEAMPM8.)";
60 %deletedsifexists(TMP00004, FIGUR1);
61 /* Loading through the SASIOLA Engine */
62 data TMP00004.FIGUR1 ( );
63 set VA_DATA.FIGUR1 ( );
64 run;
65
66 %mend;
67
68 %codeBody;
ERROR: A connection to the LASR Analytic Server on '11.111.11.1', port 10011, could not be made. Make sure that the host and port
are correctly specified, that you are attempting to connect to a LASR Analytic Server of the correct vintage, and that the
server is still running.
ERROR: Libref TMP00004 is not assigned.
ERROR: Error in the LIBNAME statement.
ERROR: Libref TMP00004 is not assigned.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: DATA statement used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
... View more