SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 67523: DS2 procedure code that connects to SAS® Federation Server might ignore the NONOTES option or alter the PUT statement output

DetailsHotfixAboutRate It

PROC DS2 code that connects to SAS Federation Server might ignore the NONOTES option or alter PUT statement output to prepend NOTE: before the output.

For example, you encounter this issue when you run the following code. This code should create a result output of eq but the output shows NOTE: eq.

In this code example, the server name, port number, and schema name change based on your configuration:

proc ds2 nolibs noprompt=
"DRIVER=REMTS;SERVER=localhost;PROTOCOL=BRIDGE;PORT=1891;CONOPTS=(DRIVER=DS2;CON
OPTS=(DRIVER=SQL;
CONOPTS=(DRIVER=BASE;CATALOG=BASE;schema=(name=one;primarypath=.))));";
ds2_options cdump;
data null;
dcl char(10) c[2];
dcl char(10) s;
method init();
s = 'abc';
c[2] = 'abc';
if s = c[2] then put 'eq';
else put 'not eq';
end;
enddata;
run;
quit;

There is no workaround for this issue.

A hot fix is planed for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Federation ServerMicrosoft® Windows® for x644.49.4 TS1M79.4 TS1M7
64-bit Enabled AIX4.49.4 TS1M79.4 TS1M7
64-bit Enabled Solaris4.49.4 TS1M79.4 TS1M7
HP-UX IPF4.49.4 TS1M79.4 TS1M7
Linux for x644.49.4 TS1M79.4 TS1M7
Solaris for x644.49.4 TS1M79.4 TS1M7
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.