Advertisement
ZeyadNofal

R032_Change_UV

Jul 28th, 2022
787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.22 KB | None | 0 0
  1. if SMH_CLIENT_TRAN_TYPE in ('RNCH_KYCB', 'RNCH_KYCO')
  2. and TNG_TRAN_STATUS = 'N'
  3. then do;
  4.     if XQO_PHONE ne '' or DNU_U_STRING1 ne ''
  5.     then do;
  6.         %set(_2_R032_CHANGE_DT) = DHMS(RQO_TRAN_DATE, 0, 0, RQO_TRAN_TIME);
  7.     end;
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement