Good morning and happy Wednesday. I am stuck with using Proc compare; I have to compare my work with another individuals obviously they have their own data with a final output, how do I compare my information with the other persons?
this is my code
proc compare base=Master_FNL
compare=MASTER_FLAT_FNL;
run;
Error: MASTER_FLAT_FNL; does not exist;
This is the other persons file that I need to compare my work but this is where I get stuck. Please assist I have read sas proc compare I'm not sure what step I am missing.