Not exactly sure what you are looking for . But, If you want the New Var to have a different value depending on the values in origination, you may use a case statement.
case when
origination=85
then 'A'
when
origination=95
then 'B'
End as GuarantorDep
Replace the values 'A' and 'B' as per your requirement.
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!