%let COLINV=&HOSTNAME; 254 options comamid=tcp remote=COLINV; 255 signon noscript user=&RUSER password="&RPASWD"; NOTE: Remote signon to COLINV commencing (SAS Release 9.04.01M4P110916). NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M4) Licensed to ROYAL BANK OF CANADA - 64BIT DESKTOP, Site 70218846. NOTE: This session is executing on the X64_7PRO platform. NOTE: Updated analytical products: SAS/STAT 14.2 SAS/ETS 14.2 SAS/IML 14.2 NOTE: Additional host information: X64_7PRO WIN 6.1.7601 Service Pack 1 Workstation NOTE: SAS initialization used: real time 0.43 seconds cpu time 0.45 seconds NOTE: Remote signon to COLINV complete. 256 rsubmit COLINV wait=no; NOTE: Background remote submit to COLINV in progress. 257 258 WAITFOR _ALL_ COLINV ; 259 260 signoff COLINV; NOTE: Remote submit to COLINV commencing. 1 PROC OPTIONS OPTION=XCMD VALUE; 2 RUN; SAS (r) Proprietary Software Release 9.4 TS1M4 Option Value Information For SAS Option XCMD Value: XCMD Scope: SAS Session How option value set: Shipped Default NOTE: PROCEDURE OPTIONS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds 3 4 %put it is working; it is working 5 6 x "\\6abcdef\Users\12345678\Desktop\kinit.bat" 6 ! ; 7 8 11 libname titan odbc dsn=titan schema=prod_lbn0_cz; ERROR: CLI error trying to establish connection: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified ERROR: Error in the LIBNAME statement. 12 NOTE: Remote submit to COLINV complete. NOTE: Remote signoff from COLINV commencing. NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414 NOTE: The SAS System used: real time 3.05 seconds cpu time 0.60 seconds NOTE: Remote signoff from COLINV complete.