Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Overview

The Program Halt class handles unexpected run-time errors that would otherwise lead to a program halt in SAS/AF software. By adding a program halt component to your application, you can prevent the end user from seeing program halt errors written to the SAS Log. Instead, the program halt information is stored to an SCL list which enables you to trap and process the information as necessary. You can also use a program halt component to handle different program halts based on the type of error that occurred.

Parent:
Object Class

Class:
sashelp.classes.Programhalt.class


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.