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.
Catch up on SAS Innovate 2026
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.