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

Hi,

I'm working to enhance an EG report with some new calcs to be used for determining shipping measurements 

My data set will have 3  numeric data columns with whole numbers & numbers with decimal positions.

 

IE:

5

17.72

13.47

15

6.15

 

For the values that have no decimal positions, I need to leave those numbers 'as is'

Any value that has a decimal position, I need to always round up to the next whole number with no decimal positions

 

so my expected results will be:

5

18

14

15

7

 

Does anyone know of a function or routine I can use for this? 

Any help would be appreciated!

- Chris N.
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

CEIL function.

https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.5&docsetId=lefunctionsref&docsetTarg...

 


@cnilsen wrote:

Hi,

I'm working to enhance an EG report with some new calcs to be used for determining shipping measurements 

My data set will have 3  numeric data columns with whole numbers & numbers with decimal positions.

 

IE:

5

17.72

13.47

15

6.15

 

For the values that have no decimal positions, I need to leave those numbers 'as is'

Any value that has a decimal position, I need to always round up to the next whole number with no decimal positions

 

so my expected results will be:

5

18

14

15

7

 

Does anyone know of a function or routine I can use for this? 

Any help would be appreciated!


 

View solution in original post

2 REPLIES 2
Reeza
Super User

CEIL function.

https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.5&docsetId=lefunctionsref&docsetTarg...

 


@cnilsen wrote:

Hi,

I'm working to enhance an EG report with some new calcs to be used for determining shipping measurements 

My data set will have 3  numeric data columns with whole numbers & numbers with decimal positions.

 

IE:

5

17.72

13.47

15

6.15

 

For the values that have no decimal positions, I need to leave those numbers 'as is'

Any value that has a decimal position, I need to always round up to the next whole number with no decimal positions

 

so my expected results will be:

5

18

14

15

7

 

Does anyone know of a function or routine I can use for this? 

Any help would be appreciated!


 

cnilsen
Quartz | Level 8
That worked PERFECT... thank you for the quick response!
-Chris
- Chris N.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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