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

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

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