Previous Topic: CAS Programming Interface ($CACALL)

Next Topic: $CACALL Functions


CAS Interface Overview

The $CACALL procedure is the application program interface (API) to Common Applications Services (CAS).

When $CACALL is invoked, you specify an action and a class to determine which CAS function is invoked. For example, to display a menu, you invoke $CACALL with the action set to DISPLAY and the class set to MENU.

More information:

CAS Programming Interface