OPTIONS NODATE NONUMBER ;
FILENAME DATE_RPT "/sbs/si/users/text1.txt";
ODS LISTING FILE=DATE_RPT;
PROC PRINT DATA=sashelp.class (OBS=10) NOOBS style(table)={just=l} ;
TITLE justify=left '**** DISTRIBUTION ****';
RUN;
ODS LISTING CLOSE;
When I open the text1.txt file , table is not left aligned . Please suggest a way to make contents left aligned in text file
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.