Since 4/4/2012 6:00:02 PM, sasuser8 has written 1 articles and participated in 0 conversations. sasuser8 signature: sasuser8
sasuser8's articles:
Items(1) /1
Proc printto print statement not working in Enterprise Guide4281 (5/26/2010 9:41:34 AM) comp.soft-sys.sas I have the following codes, which run successfully in SAS 9.1 but when
I run it in EG, the output test.txt is blank. Can someone tell me why?
options nodate nonumber nocenter;
data test;
a="test1";
b="... sasuser