One of my colleagues is running a libname statement and gets a bizarre error that involves the following character: ²ê_ The SAS log looks like this:
NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) 9.1 (TS1M3)
NOTE: This session is executing on the NET_ASRV platform.
NOTE: (E9BX02) SAS 9.1.3 SP 4
NOTE: SAS initialization used:
real time 0.42 seconds
cpu time 0.34 seconds
1 Libname APS_TEST Oracle user=kapilaj password=XXXXXXXXXXXXXXXXXXXXXX path='@TNS:APSTCS6'
1 ! schema='APSPRD'
2 preserve_tab_names=no;
APS_TEST ²ê_
ERROR: Error in the LIBNAME statement.
3 run;
Has anyone encountered this error?
Thanks.