I am trying to use the DS2 procedure and receiving the following error. We are using SAS 9.4 C300UW is another database in our metadata but is not even being referenced in the example. proc ds2; ERROR: Duplicate catalog name, C300UW, encountered in connection string, DSN or file DSN ERROR: PROC DS2 initialization failed. data; method run(); set sashelp.cars; end; enddata; run; quit; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE DS2 used (Total process time): real time 0.89 seconds cpu time 0.31 seconds
... View more