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');

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 852 views
  • 3 likes
  • 2 in conversation