Chapter 7: An Example

Problem

The Hash Package

Four Steps to Creation

Lookup and Retrieval

Problem Revisited

Threaded Read

Parameterized Threaded Read

Problem

Suppose that the company is going to institute a new sales commission plan for its sales reps. Commission will be based on product category and month-to-date sales by the rep. You have to provide the costs of the new plan based on one month’s transactions. You might write out the problem as follows:

For each transaction, you need the following information:

•   Get the current month-to-date sales for the rep.

•   Determine the appropriate commission factor.

•   Calculate the commission for this transaction.

•   Update the rep’s month-to-date sales.

You write a skeleton DS2 program to implement: ...

Get The DS2 Procedure: SAS Programming Methods at Work now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.