BookmarkSubscribeRSS Feed
Ronny_Dsouza
Obsidian | Level 7


Hi All,

We are trying to figure out a precision based  scoring for the business rules within dimension, wherein in the Data Job we are using the information such as No of Triggers / No of Rows as part of the calculation.

The following is our code in the expression node

Integer Score

Score = No of Triggers \ No of Rows Processed

e.g  Score = 15/ 100

The above should ideally give us something like 0.15, but instead of this value we obtain the result as 0, 

Would like to understand, which part of the computation we are doing wrong.

Appreciate your help

Cheers

Ronny

1 REPLY 1
skillman
SAS Employee

Ronny,

Change the data type to a 'real' and you will get the precision you are expecting:

real Score


Score = No of Triggers \ No of Rows Processed

-shawn

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
  • 1047 views
  • 1 like
  • 2 in conversation