Preface

Tips on Determining Whether to Use a Hash Object

As you read through this book and try the examples, keep the following advice in mind.

Many factors determine whether you should use a hash object to solve a programming task. The two main considerations are:

  • The ease with which you can code an appropriate hash object and to write the code that works with the hash object.
  • Whether the processing speed improves if you use a hash object, and how important this savings is to your application.

Start simple. If you are new to programming with hash objects, it will take practice to make them a tool you readily reach for when you write your programs. The best approach is to start with simple applications that use hash objects as basic lookup ...

Get SAS Hash Object Programming Made Easy 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.