BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Gil_
Quartz | Level 8
Hi i have a table thst has tickets that are open thru out the day . I need to change the start time if ticket was open after hrs 11:00 pm and default to 8:00am tnext day ..
The data looks like this
Id. Start. End
W 07/01/2018 20:26:28. 07/02/2018 09:00:00

Need data to look like this

ID. Start. End
W 07/01/2018 08:00:00. 07/02/2018 09:00:00
1 ACCEPTED SOLUTION

Accepted Solutions
Astounding
PROC Star

Do you have an example that actually meets your description?  This example was submitted at 8:30 p.m., not after 11 p.m.  And the starting time gets changed to be earlier on the same day, not the next day.

View solution in original post

3 REPLIES 3
Astounding
PROC Star

Do you have an example that actually meets your description?  This example was submitted at 8:30 p.m., not after 11 p.m.  And the starting time gets changed to be earlier on the same day, not the next day.

Gil_
Quartz | Level 8
Sorry i type it fast

The data looks like this
Id. Start. End
W 07/01/2018 23:48:28. 07/02/2018 09:00:00

Need data to look like this

ID. Start. End
W 07/01/2018 08:00:00. 07/02/2018 09:00:00
Gil_
Quartz | Level 8
Astounding i got it thsnks
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1265 views
  • 0 likes
  • 2 in conversation