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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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