Dear All,
I am using the below code proc compare and i am getting the desired results in LISTING file. Can some one help me with outputting the listing to a designated location like C drive. I would like to output to the following location. it also help if i can output the log file to the same below location
P:\Rakesh\compare
proc compare base=test compare=test1;
run;
Thanks
Rakesh
Use PROC PRINTTO to redirect the LISTING to a file.
Use PROC PRINTTO to redirect the LISTING to a file.
Note that with Proc Printto you can direct the procedure output to one file and the log to another file with the same Proc statement.
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.