BookmarkSubscribeRSS Feed
bmedalen
Calcite | Level 5

Does anybody have a query to decode the EXEC.EX_DATE column in the DataFlux repository?  It kinda looks like a Unix date integer, but it is in decimal format so I am not sure how to decode it.

Thanks,

Brett

1 REPLY 1
sdoorneveld
Fluorite | Level 6

took me half a day to find out, but here is the result:

attrib new_date format=datetime20.;

new_date = intnx('dtyear',ex_date*3600*24,-60,'S');

hackathon24-white-horiz.png

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.

Latest Updates

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1481 views
  • 3 likes
  • 2 in conversation