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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 772 views
  • 1 like
  • 2 in conversation