setErrSTBLER Method

Class: Runtime

Description

This method generates error messages for messages defined in the Errors table (STBLER).

 

image\msgs.gif

This method must always contain a clause on the same line of code to check the value of ER and quit if this method has set the variable.

Syntax

Runtime.setErrSTBLER(String table, Number ErID)

Parameters

table

The table name under which the error will be reported.

ErID

The message number that corresponds to the message that needs to be displayed from the STBLER table.

Returns

Void

When Became Available

Profile v6.3

Example

do Runtime.setErrSTBLER("DEP",ET)