Tagged Questions

1
vote
2answers
72 views

SAS Enterprise Guide UNIX WORK library - viewing files

How do I view the file below in Enterprise Guide (v 4.1 ) ?? %let libWORK=%sysfunc(pathname(WORK)); * work lib is on UNIX ; data _null_; file "&libWORK./MYFILE.htm"; …