Hi all,
Our professor gave us some notes on what i believe was from a Windows machine because of the 'c:\' directory.
This is the line of code..
ods listing gpath='c:\figures' style=journal;
when i enter the above code in my Mac, i get the error:
Are you using SAS University Edition? SAS On Demand for Academics?
Your own installation?
If you're using SAS UE then the path would be something like:
ods listing path = "/folders/myfolders/" ...;
But to be honest the listing (ODS LISTING) destination is not used very often as it's more of a plain text format. Usually HTML, PDF, WORD or EXCEL are the common output destinations these days.
@SirCee wrote:
Hi all,
Our professor gave us some notes on what i believe was from a Windows machine because of the 'c:\' directory.
This is the line of code..
ods listing gpath='c:\figures' style=journal;
when i enter the above code in my Mac, i get the error:
ERROR: Cannot write image to SGprint. Please ensure that proper disk permissions are set.Please help..Thanks
Are you using SAS University Edition? SAS On Demand for Academics?
Your own installation?
If you're using SAS UE then the path would be something like:
ods listing path = "/folders/myfolders/" ...;
But to be honest the listing (ODS LISTING) destination is not used very often as it's more of a plain text format. Usually HTML, PDF, WORD or EXCEL are the common output destinations these days.
@SirCee wrote:
Hi all,
Our professor gave us some notes on what i believe was from a Windows machine because of the 'c:\' directory.
This is the line of code..
ods listing gpath='c:\figures' style=journal;
when i enter the above code in my Mac, i get the error:
ERROR: Cannot write image to SGprint. Please ensure that proper disk permissions are set.Please help..Thanks
Thank you Reeza for your reply! i am using the SAS onDemand for Academics.
Will give it a try 🙂
Perfectly understood.
Thank you again for the tip 🙂 Appreciated!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.