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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.