How can I convert a date stored as a number (length 8, format 20.) from Oracle (YYYYMMDD) to a SAS date9 format within a pass-through query?
I tried to_char(f_date) and to_date(to_char(f_date),'YYYYMMDD')
But I don't know how to apply the SAS format (date9.) within the passthough query now
As you commented:
2022113030NOV2022then