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.
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.