bpowell555
Programmer
I've been struggling with this for a couple of days as a relative SAS developer newbie - this is my first 1000 lines of code ;-)
I can't update more than one table!?! I've tried copied the syntax over from Access and no chance. I've fiddled with everything and can't get it to go.
It won't take a libname in the:
update table1 table2
statement, and if you exclude it - pointing to the work library instead - it doesn't do anything!
How do you use libnames in Proc sql Update and perform a join?
I can't update more than one table!?! I've tried copied the syntax over from Access and no chance. I've fiddled with everything and can't get it to go.
It won't take a libname in the:
update table1 table2
statement, and if you exclude it - pointing to the work library instead - it doesn't do anything!
How do you use libnames in Proc sql Update and perform a join?