LWBDID3 001 SolutionsToPractices
LWBDID3 001 SolutionsToPractices
LWBDID3 001 SolutionsToPractices
Contents
Lesson 1 Solutions ......................................................................................................................................... 2
Solution: Working in SAS Intelligent Decisioning ...................................................................................... 2
Solution: Loading tables into CAS ............................................................................................................. 3
Lesson 2 Solutions ......................................................................................................................................... 3
Solution: Managing and Mapping Variables in a Decision........................................................................ 3
Solution: Creating a Rule Set..................................................................................................................... 5
Solution: Adding a Rule Set to a Decision ................................................................................................. 8
Solution: Creating a Lookup Table .......................................................................................................... 10
Solution: Using Lookup Table Functions in a Rule Set ............................................................................ 10
Solution: Creating and Using a Global Variable ...................................................................................... 12
Solution: Configuring a Branch Node ...................................................................................................... 13
Solution: Configuring a Cross-branch Link .............................................................................................. 14
Solution: Configuring a Record Contacts Node....................................................................................... 15
Solution: Comparing Decision Versions .................................................................................................. 15
Lesson 3 Solutions ....................................................................................................................................... 16
Solution: Creating a Data Query for Use in a Decision ........................................................................... 16
Solution: Adding a Data Query to a Decision .......................................................................................... 18
Solution: Defining DS2 Code for Use in a Decision ................................................................................. 19
Solution: Adding a Model to a Decision .................................................................................................. 20
Solution: Configuring a Data Query to Return a Data Grid ..................................................................... 22
Solution: Using Data Grid Functions ....................................................................................................... 23
Solution: Scoring Rows in a Data Grid..................................................................................................... 26
Lesson 4 Solutions ....................................................................................................................................... 29
Solution: Creating and Locking a Treatment........................................................................................... 29
Solution: Creating a Treatment Eligibility Rule ....................................................................................... 31
Solution: Creating a Treatment Group ................................................................................................... 32
Solution: Adding a Treatment Group to a Decision ................................................................................ 33
Solution: Using an Assignment Rule Set for Offer Arbitration................................................................ 35
Lesson 5 Solutions ....................................................................................................................................... 36
Solution: Basic Testing of a Decision....................................................................................................... 36
Solution: Scenario Testing....................................................................................................................... 39
Solution: Publishing and Validating a Published Decision ...................................................................... 41
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 1
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Lesson 1 Solutions
1. Open a browser (such as Google Chrome) in the virtual lab. From the home page, log on to SAS
using the user ID lynn and password Student1.
a. Launch a browser (such as Google Chrome).
b. For User ID, enter lynn.
c. For Password, enter Student1. The password is case-sensitive.
d. Click Sign In.
2. Navigate to SAS Intelligent Decisioning and then to rule sets. Search for rule sets with the text
example in the name.
a. At the top left of the interface, click Show list of applications Build Decisions.
b. Click Rule sets.
c. In the Search name field at the top left of the list of decisions, enter example and click
Start search.
d. Notice that a rule set named ExampleRuleSet is displayed.
3. Duplicate the rule set named ExampleRuleSet. Name the duplicate DuplicateRuleSet.
a. Enable the check box next to ExampleRuleSet.
b. At the top right of the interface, click Actions Duplicate.
c. In the Name field, enter DuplicateRuleSet.
d. Click Duplicate.
4. Clear the search text. Sort the rule sets by descending date modified and confirm that
DuplicateRuleSet appears at the top of the list.
a. Click Clear search text.
b. Click the Date Modified column heading in the list of rule sets to sort in ascending
order.
c. Click the Date Modified column heading a second time to sort in descending order.
d. Confirm that DuplicateRuleSet appears at the top of the list.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 2
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Reminder: Sign in to SAS using the user ID Lynn and password Student1.
1. Load the table hmeqapps.sashdat from cas-shared-default Public into CAS. Hint: At the top
left of the interface, click Show list of applications Manage data. Then click the Data Sources
tab.
a. At the top left of the interface, click Show list of applications Manage Data.
b. Click Data Sources.
c. Navigate to cas-shared-default Public.
d. Click hmeqapps.sashdat.
e. At the top right of the interface, click Load into memory.
Note: Alternatively, you can right-click the SASHDAT file and select Load.
f. Notice that HMEQAPPS appears as a loaded table in the list on the left.
3. On the Available tab, confirm that all five tables are listed.
a. Click the Available tab.
b. Confirm that the following tables are listed:
HMEQAPPS
INVESTMENTS
SALESREPS
TSACLAIMS
VENDORLIST
Lesson 2 Solutions
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 3
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Airport_Code Character ✔ ✔
Claim_Num Character ✔ ✔
Incident_Date Date ✔ ✔
a. Click Variables.
b. Click Import Comma-delimited (*.csv).
c. Click Browse.
d. Navigate to D:\Workshop\ebdid\Practices\ and select ClaimVariables.csv.
e. Click Open.
f. For Encoding, confirm that UTF-8 (Default) is selected.
g. Click Import.
h. Click Add.
i. Confirm that the Input and Output properties are enabled for both variables.
3. View the properties of the rule set named Practice_VariableMapping. Notice that it includes the
variables listed below.
Airport_Code Character ✔ ✔
Claim_Number Character ✔ ✔
Elapsed_Days Integer ✔
Incident_Date Date ✔ ✔
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 4
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
4. Close the rule set. Return to the decision and add the Practice_VariableMapping rule set to
follow the Start node.
a. Click Close to close the rule set.
b. Click Decisions to return to the decision.
c. Click Decision Flow.
d. Right-click Start and select Add below Rule set.
e. Click My Folder Decisioning Practices Practice_VariableMapping. Click OK.
5. View the decision variables. Notice that the variables Claim_Number and Elapsed_Days have
been added to the decision.
Click Variables and view the variable properties.
6. Map the rule set input variable Claim_Number to the decision input variable Claim_Num. Hint:
Click the rule set node and then click Input Variables at the right of the Properties pane for the
rule set.
a. Click Decision Flow.
b. If necessary, click the Practice_VariableMapping node.
c. Click Input Variables in the Properties pane to the right of the interface.
d. In the Maps To column for the input variable Claim_Number, select Claim_Num.
7. Save the decision and confirm removal of the Claim_Number variable from the decision. This
variable from the rule set maps to Claim_Num in the decision and is not needed as a decision
variable.
a. Click Save.
b. Click Yes in the window to confirm removal of the Claim_Number variable from the
decision.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 5
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
f. Click Save.
2. Add the variables Claim_Amount and Claim_Code from the data table TSAClaims. Specify that
they are both input and output variables. The variable properties should match those shown
below.
Claim_Amount Decimal ✔ ✔
Claim_Code Character ✔ ✔
Hint: if the TSAClaims table does not appear in the list of tables on the Available tab, click
Refresh. If it still does not appear, navigate to cas-shared-default Public and load it into
memory.
3. Add a custom character output variable named Claim_Status. Assign a length of 8 and the initial
value PROCESS to the variable. The variable properties should match those shown below.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 6
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
4. Define a rule named Reject missing claim codes to set Claim_Status to REJECT if the variable
Claim_Code does not have a value.
Hint: Use the expression editor to specify the MISSING function to test whether Claim_Code has
a value.
5. Define an ELSE rule named Review high claim amounts to set Claim_Status to REVIEW if
Claim_Amount exceeds 250.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 7
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Hint: You use the Import Scenarios button on the Scenarios tab to import scenario tests. There
is also an Import button that appears at the top of the rule set that is used for a different
purpose.
Claim_Code,Claim_Amount,Claim_Status_expected
,125,REJECT
PD,300,REVIEW
PP,75,PROCESS
a. Click Scoring.
b. Click Scenarios.
c. Click Import Scenarios.
d. Click in the Import from field, navigate to D:\Workshop\ebdid\Practices, and select
TSAClaimScenarioInput.csv. Click Open.
e. For Encoding, confirm that UTF-8 (Default) is selected.
f. For Scenario name prefix, enter TSAClaim.
g. For Folder Location, click Choose a location. Click My Folder Decisioning Practices
OK.
h. Click Output data library. Click cas-shared-default Public OK.
i. Click Import.
j. Click Close in the Import Scenarios window.
k. Notice that three scenarios have been imported.
7. Run the scenarios and confirm that all three scenarios ran successfully without warnings. Close
the rule set.
a. Click Select all.
b. Click Run.
c. Confirm that the Status column contains a green check mark without a warning icon for
all three scenarios.
d. Click Close to close the rule set.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 8
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
2. Add the rule set named Practice_ClaimStatus created in a previous practice to follow the Start
node. If you did not complete the previous practice, use the rule set named
Practice_ClaimStatusSolution1.
a. Right-click Start and select Add below Rule set.
b. Click My Folder Decisioning Practices Practice_ClaimStatus OK.
3. On the Variables tab, confirm that Claim_Amount, Claim_Code, and Claim_Status have been
added to the decision.
a. Click Variables. Confirm that Claim_Amount, Claim_Code, and Claim_Status have been
added to the decision.
b. Click Save.
4. Define and run a basic test in the folder /Users/lynn/My Folder/Decisioning/Practices using the
data table named TSAClaims.
a. Click Scoring.
b. Click New Test.
c. Accept the default name for the test.
d. If Location is not populated with the desired path, click Choose a location. Click My
Folder Decisioning Practices OK.
e. If Input table is not populated with the desired table, click Select a table and select
TSAClaims.
f. Click Run.
5. View the test results. Confirm that the values assigned to the variable Claim_Status are as
expected for the rule set.
Hint: Recall that Claim_Status should have the value REJECT when Claim_Code is missing, the
value REVIEW when Claim_Amount is greater than 250, and the value PROCESS otherwise.
a. Click Results.
b. Confirm that Claim_Status has the value REJECT when Claim_Code has a missing value.
c. Confirm that Claim_Status has the value REVIEW when Claim_Amount is greater than
250.
d. Confirm that Claim_Status has the value PROCESS for all other records.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 9
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the rule set named Practice_ClaimStatus and create a new minor version.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 10
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
2. Add a custom character output variable named Claim_Description with a length of 24. The
variable properties should match those shown below.
Claim_Description Character ✔ 24
3. Define an assignment to retrieve a value for Claim_Description from the ClaimType lookup table
using the key value Claim_Code.
If you did not create and activate the ClaimType lookup table in the previous practice, use the
ClaimTypeSolution lookup table instead.
a. Click Save.
b. Click Close.
5. Update the Practice_AddRuleSet decision to use the new version of the rule set.
a. Click Decisions.
b. Click Practice_AddRuleSet.
c. On the Decision Flow tab, click the Practice_ClaimStatus node.
d. In the Properties pane, select 1.1 for Version.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 11
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
6. Run the previously defined test. Confirm that Claim_Description is populated with values as
expected.
a. Click Scoring.
b. Enable the check box for the previously defined test.
c. Click Run.
d. After the test finishes running, confirm that the Status column contains a green check-
mark.
e. Click Results.
f. Confirm that Claim_Description has the value Property Damage when Claim_Code has
the value PD.
g. Confirm that Claim_Description has the value Passenger Property Loss when
Claim_Code has the value PP.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
3. Open the rule set named Practice_UseGlobalVariable and add the NYC_Factor variable.
a. Click Rule sets.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 12
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
4. Modify the THEN assignment in the existing rule to use the global variable instead of a constant
1.2. The final expression should be similar to the following: Claim_Amount = Claim_Amount *
NYC_Factor.
a. Click Rule Set.
b. Move the mouse pointer over the existing THEN condition criteria and click Open the
expression editor.
c. Select the constant value 1.2 in the expression and double-click NYC_Factor in the list of
variables.
d. Click Validate and make corrections if necessary.
e. Click Save.
f. Click Save to save the rule set.
g. Click Close to close the rule set.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision named Practice_Branch. Notice that the decision includes an input variable
named Claim_Amount.
a. If necessary, click Decisions.
b. Click Practice_Branch.
c. Click Variables.
d. Notice that the decision includes an input variable named Claim_Amount.
2. Add a Range branch node using the variable Claim_Amount following the Start node.
a. Click Decision Flow.
b. Right-click Start and select Add below Branch.
c. For Branch type, select Range.
d. Click OK.
e. In the Properties pane, confirm that Claim_Amount is selected for the Branch variable.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 13
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
6. Notice the warning icon on the branch node. Move the mouse pointer over the icon and notice
the message about overlapping values.
7. Change the label for the branch labeled 200 - No maximum to 200 or more. Hint: Click the More
link at the bottom of the branch Properties pane to change branch labels.
a. If necessary, click the Branch node.
b. In the Properties pane, click More.
c. In the Alternate Label field for the branch, enter 200 or more.
d. Click Close.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision named Practice_CrossBranchLink. Notice that the decision includes a Range
branch with four paths.
a. If necessary, click Decisions.
b. Click Practice_CrossBranchLink to open the decision.
2. Add the rule set named Practice_CrossBranchRuleSet to follow the existing rule set in the first
branch.
a. On the Decision Flow tab, click 0-100 and select Add Rule set.
b. Click My Folder Decisioning Practices Practice_CrossBranchRuleSet OK.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 14
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
3. Add a cross-branch link to the newly added rule set from the second branch of the node.
a. Right-click 100-200 and select Add Cross-branch link.
b. For Target node, select Practice_CrossBranchRuleSet (1.0).
c. Click OK.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision named Practice_RecordContacts. Notice that the decision includes a Range
branch with four paths.
a. If necessary, click Decisions.
b. Click Practice_RecordContacts to open the decision.
2. Add a Record Contacts node to follow the existing rule set in the first branch. Track the variables
Claim_Number, ElapsedDays, and Item_Category.
a. On the Decision Flow tab, click Practice_CrossBranchRuleSet and select Add Record
contacts.
b. In the Properties pane, click Select one or more variables.
c. Hold down the Ctrl key and click Claim_Number, ElapsedDays, and Item_Category.
d. Click Add.
e. Click OK.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 15
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
3. View the differences on the Decision Flow tab. Notice that the two versions of the decision use
different versions of the same rule set.
a. Confirm that the Decision Flow tab is active.
b. Click Show Differences.
c. Notice that version 1.0 uses version 1.0 of the rule set Practice_AssignClaimStatus, while
version 1.1 uses version 1.1 of the same rule set.
4. View the differences on the Decision tab. Notice that both versions of the decision have a
branch node based on the variable Claim_Amount, but that version 1.0 has four output paths
while version 1.1 has three.
a. Click Decision and view the path definitions.
5. View the differences on the Variables tab. Notice that version 1.1 includes a variable that
version 1.0 does not.
a. Click Variables
b. Notice that version 1.1 includes the variable ClaimDescription while version 1.0 does
not.
Lesson 3 Solutions
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 16
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
This code returns the columns State, Class, and ClaimsPaid from the airportdata table
when the AirportCode column matches the input variable value.
6. Save the code file. Create a test for the query in My Folder/Decisioning/Practices using the input
table TSAClaims. Accept the default name for the test.
a. Click Save to save the code file.
b. Click the Scoring tab.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 17
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
7. View the test results and confirm that the results include the variables specified in the query
SELECT clause. Close the code file.
a. When the test completes, confirm that the Status column contains a green check
indicating that the test ran successfully.
b. Click Results.
c. Notice that the output table includes the three variables specified on the SELECT clause
along with ReturnCode and RowCount.
d. Click Close to close the test results.
e. Click Close to close the code file.
Reminder: Sign in to SAS using the user ID Lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
2. Add the data query named Practice_DataQuery created in a previous practice to follow the Start
node. If you did not complete the previous practice, use the rule set named
Practice_DataQuerySolution.
a. Right-click Start and select Add below Data query.
b. Click My Folder Decisioning Practices Practice_DataQuery OK.
3. Notice the settings in the Properties pane that enable you to change the output type and open
the query code file.
In the Properties pane, notice the Select output type button and the Open button under Code
file editor.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 18
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
b. Click Close.
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 19
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
This code determines a value for the output variable Status based on the input variables
Airport_Code, Claim_Code, Incident_Date, and Receipt_Date. The logic in this code
could be reproduced in a rule set.
5. Synchronize the variables and confirm that variables are defined on the Variables tab. Define all
variables except for Status as input variables.
a. Click Sync Variables.
b. Click the Variables tab.
c. Enable the Input property for Airport_Code, Claim_Code, Incident_Date, and
Receipt_Date.
7. Test the decision using the data table tsaclaims. Confirm that the test runs successfully and the
output includes the output variable Status.
a. Click New Test.
b. Accept the default name for the test.
c. Confirm that /Users/lynn/My Folder/Decisioning/Practices is selected for Location.
d. For Input table, click Choose a location and select tsaclaims.
e. Click Run.
f. When the test completes, confirm that the Status column indicates that the test
completed successfully.
g. Click Results.
h. Notice the results include the column Status, which was assigned a value in the code.
i. Click Close to close the test results.
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision Practice_AddModel. Notice that it includes a data query named
GetHMEQData.
a. If necessary, click Decisions.
b. Click Practice_AddModel to open the decision.
c. View the decision flow.
d. On the Decision Flow tab, notice that the flow includes a data query named
GetHMEQData.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 20
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
2. View the decision variables. Notice that the variable Account is both an input and output
variable, and that Loan is an input variable. All other variables are temporary. Hint: Click the
Input column heading twice to sort the variables by the presence of the Input property.
a. Click the Variables tab.
b. Click the Input column heading twice to sort the variables by the presence of the Input
property.
c. Notice that the variable Account has both the Input and Output properties enabled, and
Loan has the Input property enabled. The remaining variables have neither property
enabled.
3. In the decision flow following the data query, add the model QS_Tree1 from the model
repository named Public.
a. Click the Decision Flow tab.
b. Click the node labeled GetHMEQdata (1.0) tab.
c. Right-click and select Add Model.
d. Navigate to Public QS_Tree1 and select QS_Tree1. Click OK.
e. This model uses a decision tree to predict the probability of defaulting on a loan.
4. View the decision variables. Notice that the decision includes the additional input variable
Value. This is an input variable to the model that is not defined in the decision.
a. Click the Variables tab.
b. Click the Input column heading twice to sort the variables by the presence of the Input
property.
c. Notice that Value now appears with the Input property enabled.
5. Map the model input variable Value to the decision variable Loan.
a. Click the Decision Flow tab.
b. If necessary, click the node labeled QA_Tree1.
c. Click Input Variables.
d. Click in the Maps To column next to Value and select Loan.
6. Save the decision. Confirm the removal of the variable Value from the decision. This variable
from the model maps to the decision variable Loan and is not needed as a decision variable.
a. Click Save to save the decision.
b. Click Yes to confirm removal of the variable Value the decision.
7. Test the decision using the previously defined test. Confirm that the test runs successfully and
the output includes model results such as the variable EM_PROBABILITY.
a. Click Scoring.
b. Click the name of the existing test to open it.
c. Click Run.
d. When the test completes, confirm that the Status column indicates that the test
completed successfully.
e. Click Results.
f. Notice the results include the column EM_PROBABILITY, which is the predicted
probability of default.
g. Click Close to close the test results.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 21
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the data query named Practice_QueryReturnDataGrid. Notice that the query returns the
variables State, Class, and ClaimsPaid.
a. Click Code files.
b. Click Practice_QueryReturnDataGrid.
c. On the Code tab, notice that the query code includes a SELECT clause with the variables
State, Class, and ClaimsPaid.
2. View the code variables and notice that the variables State, Class, and ClaimsPaid are defined as
output variables.
a. Click the Variables tab.
b. Notice that the variables State, Class, and ClaimsPaid are defined as output variables.
3. Modify the query properties to return a data grid instead of scalar variables.
a. Click the Properties tab.
b. For Output Type, select Data grid.
4. Synchronize the variables. View the code variables and notice that the variables State, Class,
and ClaimsPaid no longer appear and a data grid variable has been added.
a. Click the Code tab.
b. Click Sync Variables.
c. Click the Variables tab.
d. Notice that the variables State, Class, and ClaimsPaid no longer appear and the variable
dgo has been added. The variable dgo is a data grid with columns corresponding the
three columns that were specified on the SELECT clause.
5. Save the code and run the test that has been previously defined.
a. Click Save to save the code.
b. Click the Scoring tab.
c. Click the name of the existing test to open it.
d. Click Run.
6. View the test results. Confirm that the output data grid contains the columns State, Class, and
ClaimsPaid.
Note: RowCount has a value of 0 or 1 for each row in the input table. For this test data,
at most one row matches the query for each row in the input data. Therefore, the
corresponding data grids all have at most a single row. However, it is possible for a data
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 22
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
a. When the test completes, confirm that the Status column contains a green check
indicating that the test ran successfully.
b. Click Results.
c. Notice that the output table includes the data grid along with ReturnCode and
RowCount.
d. Click in the data grid column for the first row to view the contents of the data grid.
Notice that data grid includes columns correspond to the three variables specified on
the SELECT clause.
e. Click Close to close the data grid.
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision Practice_DataGridFunctions. Notice that it includes a data query named
OrderQuery that returns a data grid.
a. If necessary, click Decisions.
b. Click Practice_DataGridFunctions to open the decision.
c. View the decision flow.
On the Decision Flow tab, notice that the flow includes a data query named
OrderQuery.
Click the OrderQuery node and notice that the data query is configured to
return a data grid.
2. View the properties of the decision variables to identify the columns in the data grid.
a. Click the Variables tab.
b. Click OrderQuery_out to view the properties of the data grid.
c. Notice that the data grid includes the columns Profit, Total_Retail_Price, Employee_ID,
Order_ID, Order_Date and Quantity.
d. Click Cancel.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 23
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
4. In the rule set, add the OrderQuery_out data grid variable from the Practice_DataGridFunctions
decision and enable the Input property. The variable properties should match those shown
below.
5. In the rule set, duplicate the OrderQuery_out data grid variable to create a variable named
OrderQuery_Desc_Profit. The variable properties should match those shown below.
6. In the rule set, add a custom decimal output variable named MaximumProfit. The variable
properties should match those shown below.
MaximumProfit Decimal ✔
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 24
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
7. Create an assignment to populate the MaximumProfit variable with the maximum value of the
Profit column of the OrderQuery_out data grid. Hint: Use the DATAGRID_MAX function.
a. Click Rule Set.
b. Click Add Assignment.
c. Next to ASSIGN, select MaximumProfit.
d. Click Open the expression editor.
e. Click Functions.
f. Expand the Data Grid folder.
g. Double-click DATAGRID_MAX to add it to the expression.
h. Click Variables.
i. Double-click OrderQuery_out to add it as the first argument to the function.
j. Select colName in the second argument and enter Profit. The expression should appear
as shown below:
MaximumProfit = DATAGRID_MAX(OrderQuery_out,'Profit')
8. Create an assignment to populate the OrderQuery_Desc_Profit data grid with the values from
the OrderQuery_out data grid in descending order of profit. Hint: Use the DATAGRID_SORT
function.
a. Click Add Add assignment.
b. Hover over the newly added assignment and click Open the expression editor.
c. Click Clear to clear the expression.
d. Click Functions.
e. Expand the Data Grid folder.
f. Double-click DATAGRID_SORT to add it to the expression.
g. Click Variables.
h. Double-click OrderQuery_out to add it as the first argument to the function.
i. Select sortCol in the next argument and enter Profit.
j. Select sortOrder in the next argument and enter d.
k. Select tgtGrid in the final argument. Click Variables and double-click
OrderQuery_Desc_Profit. The expression should appear as shown below:
DATAGRID_SORT(OrderQuery_out,'Profit','d',OrderQuery_Desc_Profit)
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 25
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
9. Save and close the rule set. Add the rule set to the Practice_DataGridFunctions decision
following the data query. Save the decision.
a. Click Save.
b. Click Close.
c. Click Decisions to return to the Practice_DataGridFunctions decision.
d. Click Decision Flow.
e. Right-click the OrderQuery node and select Add Rule set.
f. Navigate to My Folder Decisioning Practices.
g. Click Practice_DGF.
h. Click OK.
i. Click Save to save the decision.
10. Test the decision using the previously defined test named Practice_DataGridFunctions_Test_1.
Confirm that the MaximumProfit variable has values and that the OrderQuery_Desc_Profit data
grid is sorted by descending profit.
a. Click Scoring.
b. Click the test named Practice_DataGridFunctions_Test_1 to open it.
c. Click Run.
d. When the test completes, confirm that the Status column indicates that the test
completed successfully.
e. Click Results.
f. Confirm that the MaximumProfit column is populated with values.
g. Click OrderQuery_Desc_Profit to open the data grid for the first row in the output table.
Confirm that the data grid rows are sorted by descending profit. Click Close.
h. Click Close to close the test results.
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 26
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
f. Click Edit.
g. Confirm that Add a new column is selected.
h. Enter the name Commission.
i. Select Decimal.
j. Click Add.
k. Click OK to close the Edit Columns window.
l. Click OK to close the Edit Variable window.
m. Click Save to save the decision.
3. In the rule set, add a custom decimal input variable named Price. Add a custom decimal output
variable named Commission. The variable properties should match those shown below.
Price Decimal ✔
Commission Decimal ✔
4. Define a rule to calculate the value of Commission. If Price is greater than 200, then
Commission is 5% of Price. Otherwise, Commission is 0.
a. Click Rule Set.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 27
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
5. Save and close the rule set. Add the rule set to the Practice_DataGridScoreRows decision
following the rule set named Practice_DGFSolution.
a. Click Save.
b. Click Close.
c. Click Decisions to return to the DataGridDemo decision.
d. Click Decision Flow.
e. Right-click the Practice_DGFSolution node and select Add Rule set.
f. Navigate to My Folder Decisioning Practices.
g. Click Practice_DGS.
h. Click OK.
6. Configure the rule set to score rows in the OrderQuery_Desc_Profit data grid. Map the input
variable named Price to a data grid column named Total_Retail_Price. Map the scalar output
variable named Commission to a data grid column of the same name. Hint: You perform these
steps after clicking Input Variables in the Properties pane for the rule set in the decision flow.
a. Click Input variables.
b. Enable the Score rows in this data grid option.
c. Confirm that the data grid named OrderQuery_Desc_Profit is selected.
d. Configure variable mapping.
Click in the Maps To column next to Price and select the data grid column
Total_Retail_Price.
Click Output variables. Confirm that the output variable Commission maps to a
data grid column of the same name.
7. Save the decision. Confirm the removal of any variables no longer referenced by objects in the
decision.
a. Click Save.
b. Click Yes.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 28
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
8. Test the decision using the previously defined test named Practice_DataGridScoreRows_Test_1.
Confirm that the Commission column of the OrderQuery_Desc_Profit data grid has a positive
value for items with Total_Retail_Price greater than 200, and 0 otherwise.
a. Click Scoring.
b. Click the test named Practice_DataGridScoreRows_Test_1 to open it.
c. Click Run.
d. When the test completes, confirm that the Status column indicates that the test
completed successfully.
e. Click Results.
f. Click OrderQuery_Desc_Profit to open the data grid for the first row in the output table.
Confirm that the Commission column has a positive value for items with
Total_Retail_Price greater than 200, and 0 otherwise. Click Close.
g. Click Close to close the test results.
Lesson 4 Solutions
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications, Build Decisions.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 29
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
5. Add a fixed character custom attribute named Description with the value Practice Treatment.
a. Click Add Attribute Custom attribute.
b. For Name, enter Description.
c. For Data type, select Character and Fixed.
d. For Value, enter Practice Treatment.
e. Click Add.
f. Click OK.
6. Specify that the treatment is effective until 12 pm on the last day of the upcoming month.
a. Click the Properties tab.
b. Next to End date, click Select a date and time.
c. Select the last day of the upcoming month.
d. For time, select 12, 00, 00, PM.
e. Click OK.
7. Create a locked version for use in a treatment group. Close the treatment.
a. Click the Versions tab.
b. Click New Version.
c. Maintain the default selection of Minor.
d. Click Save.
e. Notice that version 1.1 is created and version 1.0 is locked.
f. Click Close.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 30
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
3. Define a rule that is true when Airport_Code does not have the value JFK, EWR, or LGA.
a. Click the Rule Set tab.
b. Click Add Rule.
c. Notice that the variable Airport_Code is populated in the IF condition.
d. For the operator, select NOT IN.
e. For the value, enter 'JFK','EWR','LGA'.
5. Create a locked version of the rule set for use in a treatment. Close the rule set.
a. Click the Versions tab.
b. Click New Version.
c. Maintain the default selection of Minor.
d. Click Save.
e. Notice that version 1.1 is created and version 1.0 is locked.
f. Click Close.
6. Specify that the newly created rule set is the eligibility rule for the treatment named
Practice_Treatment. Save and close the treatment.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 31
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
a. Click Treatments.
b. Click Practice_Treatment to open it.
c. Click the Eligibility Rule Set tab.
d. Click Add Rule Set.
e. Navigate to My Folder Decisioning Practices and select Practice_EligibilityRule.
f. Click OK.
g. Click Save.
h. Click Close.
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
3. View the properties of the AutoFinanceOffer treatment. Identify the version number, attributes,
and eligibility rule for the locked version. Note: The remaining two treatments have similar
settings.
a. Click AutoFinanceOffer.
b. Click Versions and notice that version 1.0 is locked.
c. Click in the row for version 1.0 and click Set Version. Notice that version 1.0 is now the
displayed version.
d. Click Attributes. Notice that the treatment has fixed attributes Description and URL and
the dynamic attribute Value.
e. Click Eligibility Rule Set and notice that the eligibility rule is named Purpose = Auto
Finance and includes the condition If PURPOSE = 'AF'.
f. Click Close to close the treatment.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 32
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
5. Click Set Attributes and verify the attribute settings for the treatments. Important: You must
click each treatment and then click OK (not Cancel) to confirm the dynamic treatment attribute
settings. If you do not do so, the dynamic attribute will not appear as an input variable for the
treatment group.
a. Click Set Attributes.
b. Notice that the AutoFinanceOffer treatment is displayed. Notice that as seen previously
the treatment has fixed attributes Description and URL and the dynamic attribute
Value.
c. Click each of the two remaining treatments and notice that they all share the same
three attributes.
d. Click OK.
7. Save the treatment group. Create a new minor version and activate version 1.0 of the treatment
group. Close the treatment group.
a. Click Save.
b. Click Versions.
c. Click New Version.
d. Accept the default type of Minor. Click Save.
e. Notice that version 1.1 is created and version 1.0 is locked.
f. Click in the row for version 1.0.
g. Click Activate. Click Yes to confirm.
h. Click Close.
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision named Practice_AddTreatmentGroup. Notice that the decision includes a
data query, a model, and a range branch.
a. If necessary, click Decisions.
b. Click Practice_AddTreatmentGroup.
c. View the decision flow.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 33
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
2. View the decision variables. Notice that the decision includes the input variables Account, Loan
and Purpose. Hint: Click the Input column heading twice to sort the variables by the presence of
the Input property.
a. Click the Variables tab.
b. Click the Input column heading twice to sort the variables by the presence of the Input
property.
c. Notice that the variables Account, Loan and Purpose have the Input property enabled.
3. Add the Practice_TreatmentGroup treatment group to the path of the decision flow labeled Low
default probability.
a. Click the Decision Flow tab.
b. Click the Range node and select Add to branch path Low default probability
Treatment group.
c. Navigate to My Folder Decisioning Practices and select Practice_TreatmentGroup.
d. Click OK.
4. View the input variables to the treatment group. What input variables appear, and why?
a. In the Properties pane, click Input variables.
b. Notice that the treatment group includes the input variables Purpose, and Value.
Purpose is an input to the treatment group because it used in treatment
eligibility rules.
Value is an input to the treatment group because it is a dynamic treatment
attribute.
5. Confirm that the treatment group input variable Purpose is mapped to a decision variable of the
same name. Map the treatment group input variable Value to the decision variable Loan.
a. In the Maps To column for Purpose, confirm that the decision flow variable Purpose is
selected.
b. Click in the Maps To column for Value and select More Loan. Click OK.
6. Save the decision and confirm removal of the variable Value. This variable has been mapped to
the decision variable Loan and is no longer needed at the decision level.
a. Click Save.
b. Click Yes.
7. View the output variables for the treatment group. What output variable appears?
a. If necessary, click the node for the treatment group.
b. In the Properties pane, click Output Variables.
c. Notice the treatment outcome maps to a data grid named
Practice_TreatmentGroup_out.
d. Notice that the columns of the data grid include standard treatment properties such as
treatment_definition_name and treatment attributes such as Value.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 34
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision named Practice_TreatmentArbitration. Notice that the decision includes a
treatment group and a rule set at the end of one of the paths. The rule set performs arbitration
of the treatments in the group.
2. Notice that the treatment group output data grid is named Practice_AccountOffers_out and
that it contains a column named Priority. Hint: Click the treatment group node in the decision
flow and then click Output variables in the Properties pane to view the output data grid and its
columns.
3. Open the treatment group named Practice_AccountOffers. Notice that Priority is a fixed
numeric attribute of each of the three treatments in the group. Notice also that the treatment
group includes eligibility rules. Close the treatment group.
4. Open the rule set named Practice_Arbitration. Identify the input and output variables for the
rule set and the assignment that it uses. Close the rule set.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 35
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
5. Run the test that was previously defined. Compare the Practice_AccountOffers_out and
SortedOffers data grid variables for a row in the test data where they have values. Note: The
data grids have values only for the rows in the test data that followed the path in the decision
where the treatment group and arbitration rule set were added.
Lesson 5 Solutions
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the decision Practice_BasicTesting. Notice that the decision includes a data query, a rule
set, and a range branch with a rule set on each of three output paths.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 36
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
2. View the properties of the rule set named Practice_AssignQueue. Notice that the rule set
populates the output variable Queue based on the value of the input variable MortDue as
depicted below.
>120,000 A
3. Return to the decision and run the test that has been previously defined.
a. Click Close to close the rule set.
b. Click Decisions to return to the decision.
c. Click the Scoring tab.
d. Enable the check box next to the test and click Run.
4. Open the test results and run rule-fired analysis. Confirm that the results match what you would
expect for the Practice_AssignQueue rule set.
a. Click Results.
b. Click Rule-Fired Analysis.
c. Click Run Rule-Fired Analysis.
d. For the first few rows, notice the value of MortDue and click the link in the Rules Fired
Count column to view details of the rule that fired.
Note: The value of the column Rule Order listed in the Rule Fired Count
window reflects the static ordering in the diagram and not necessarily the order
that the rule fired at execution time.
5. Return to the decision flow. View the variable and ranges specified in the branch node.
a. Click Close to close the test results.
b. Click the Decision Flow tab.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 37
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Low No minimum 36
Caution 36 43
6. View the properties of the rule set named Practice_LowDebtInc. Notice that it includes an
assignment for the variable Message. Note: This simple rule set is included only to produce path
tracking results, and the rule sets on the other branch paths are similar.
a. On the Decision Flow tab, click the node named Practice_LowDebtInc.
b. In the Properties pane, click Open.
c. Notice that the rule set assigns the value This is the Low branch to the variable Message.
7. Return to the decision. Open the previously defined test and run path tracking. View the plot
and the node counts.
a. Click Close to close the rule set.
b. Click Decisions to return to the decision.
c. Click the Scoring tab.
d. Click Results to open the results for the test that has been previously run.
e. Click Decision Path Tracking.
f. Click Run Path Tracking.
g. In the plot, notice that 26 rows in the test data followed the Low path, 12 followed the
Caution path, and three followed the Other path.
h. Click Node Count. Notice that the results list the count of rows that passed through
each node in the decision flow.
8. Duplicate the existing test. Enable the option Record variable values by node. Run the test and
open the test results.
a. Enable the check box next to the existing test.
b. Click Actions Duplicate.
c. Accept the default name for the duplicate.
d. Click Duplicate.
e. Click the name of the duplicated test to open it.
f. Click Advanced.
g. Enable Record variable values by node
h. Click Run.
i. After the test runs, confirm that the Status column displays a green check to indicate
that the test ran successfully.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 38
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
j. Click Results.
9. Click nodeTraceDataGrid to see variable changes by node. Notice that a row appears for the
data query node and for each of two rule sets. Notice that most of the variable values do not
change across the nodes, but that values for the variables Queue and Message are assigned in
the rule sets. Close the data grid.
a. Click a row in the column for the nodeTraceDataGrid to open it.
b. Scroll right to view the variable values.
c. Click Close.
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
1. Open the rule set named Practice_ScenarioTesting. Notice that the rule set assigns a value to
the variable Category based on the variable Price as shown below.
Price Category
<50 Low
>=100 High
2. Create a scenario test with cas-shared-default, Public as the output data library.
a. Click Scoring.
b. Click Scenarios.
c. Click New Test.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 39
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
d. Notice that Output table location is required and does not have a value. Click Output
data library and select cas-shared-default Public. Click OK.
3. Specify that the input variable Price has the value 150. Include the output variable Category
with the value High as the expected output. Run the test and confirm that it runs successfully
and that the expected and actual values of Category match.
a. For Price, enter 150 in the Value field.
b. For Category, enable the Include check box and enter High in the Expected Output field.
c. Click Run.
d. When the test completes, confirm that the Status column displays a green check mark
indicating that the scenario test completed successfully.
e. Click Results.
f. Notice that the expected and actual values for Category match.
g. Close the test results.
4. Duplicate the scenario test. Change the expected output value for Category to high (all
lowercase). Run the test and confirm that it runs with warnings and that the expected and
actual values of Category do not match.
a. Enable the check box next to the existing test.
b. Click Actions Duplicate.
c. Accept the default name for the test and click Duplicate.
d. Click the name of the duplicated test to open it.
e. For Category, enter high (all lowercase) in the Expected Output field.
f. Click Run.
g. When the test completes, notice the warning icon over the green check-mark in the
Status column. This icon indicates that the scenario test completed with warnings.
h. Click Results.
i. Notice the message There are some actual output values that do not match the expected
output values.
j. Click Show Differences. Notice that the expected and actual values for Category do not
match.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 40
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
Reminder: Sign in to SAS using the user ID lynn and password Student1. To navigate
to SAS Intelligent Decisioning, click Show list of applications Build Decisions.
2. Lock the decision and publish to the maslocal destination. Confirm that publication is successful.
a. Click Actions Publish and Lock.
b. Notice that you can change the value for Published name.
c. Notice that the destination SAS Micro Analytic Service (maslocal) is selected by default.
d. Click Publish and Lock.
e. When the process completes, confirm that the Status column indicates that the decision
was published successfully.
f. Click Close.
3. Run the publishing validation test using the input table HMEQApps. Confirm that the test runs
successfully.
a. Click the Scoring tab.
b. Click the Publishing Validation tab.
c. Notice that a publishing validation test has been created. Place your mouse pointer over
the test name and notice that it is the name of the decision with a datetime stamp
added.
d. Click the name of the test to open it.
e. Under Input table, click Select a table.
f. Click HMEQApps. Click OK.
g. Click Run.
h. When the test completes, confirm that the status column indicates that the test ran
successfully.
4. Open the test results. Notice that the publishing validation test creates an output table similar
to basic testing results. What optional analyses do not appear in the publishing validation test
for the maslocal destination that did appear in basic tests on CAS?
a. Click Results.
b. Under Test Results, notice that Rule-fired Analysis and Decision Path Tracking do not
appear.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 41
Essential Functions of SAS Intelligent Decisioning: Solutions to Practices
b. Click Close.
Copyright © 2021, SAS Institute Inc., Cary, North Carolina, USA. ALL RIGHTS RESERVED. 42