Hey Sasbuddy,
Looks like you are the confused one, I am using proc sql (pretty obvious I thought) and I am using update, also pretty evident from the line "update bell.ldbase2011". I think the error is a bug - this is SAS9.2.
This is driving me crazy, why is the following code:
update bell.ldbase2011
set
FORBEARANCE_IND = FORBEARANCE_IND
FROM
bell.forbearance2 AS f left join bell.ldbase2011.FORBEARANCE_IND AS b
ON
f.ACCT_ID = b.ACCT_ID
Give me an error in the log:
1544 update bell.ldbase2011 k...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.