Using PSL

Much of the PSL programming environment is familiar to M programmers. However, a few features that are available in M are not available in the PSL programming environment. In addition, several processes (such as passing parameters to procedures and handling errors) require further explanation as to how they are implemented in PSL.

This section discusses the implementation issues specific to PSL, and provides a discussion of how to compile and run PSL procedures. Click below for further details.

Features Not Available in PSL

Compiling PSL Code

Exception Handling

Implementing Methods

Instantiating a Row Class Object

Issues to Review for Custom Code

Object Properties in PSL

Passing Parameters

PSL Code Manangement

Use of Result Sets versus DB Sets

Writing PSL Procedures