BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Nehcour0420
Calcite | Level 5

Hi ,

I redeveloping some ETL job from DB2 to SAS and having a problem. The previous work used MIDNIGHT_SECONDS (Returns an integer value in the range 0 to 86 400, representing the number of seconds between midnight and the time value specified in the argument.) clause which only could be used in DB2 and I am wondering if there is any way the achieve the same function in SAS using proc sql.

eg.

INT(MIDNIGHT_SECONDS(process_time)/900) AS timeslice

Thanks,

Eric

1 ACCEPTED SOLUTION

Accepted Solutions
data_null__
Jade | Level 19

SAS time values are "MIDNIGHT SECONDS".  You can read 'hh:mm:ss' fields with a TIME informat as SAS will store the value as SAS/TIME.

View solution in original post

1 REPLY 1
data_null__
Jade | Level 19

SAS time values are "MIDNIGHT SECONDS".  You can read 'hh:mm:ss' fields with a TIME informat as SAS will store the value as SAS/TIME.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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
  • 1238 views
  • 0 likes
  • 2 in conversation