Advertisement
ZazoTazo

R054

Jul 14th, 2022 (edited)
2,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.21 KB | None | 0 0
  1. if SMH_CLIENT_TRAN_TYPE ='ONST_SLS'and TNG_TRAN_STATUS = 'N'
  2. and _U_4BYTE_STRING_004 = 'T24'
  3. then do;
  4.     if %ListContains(holidays,put(rqo_tran_date,date11.))
  5.         then do;
  6.             %Action Alert;
  7.         end;
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement