Runtime Class

The Runtime class contains methods that evaluate or produce data during the execution of the code generated by PSL or otherwise act at runtime. Generally the methods found in this class cannot be pre-compiled by PSL.

Ancestor

Object

Descendants

None

Properties

Description

charsetName

Name of the character set used by this process.

 

Methods

Description

charset

Deprecated. Returns the entire character set into a variable.

commit

Establishes the end of a transaction fence.

delErrXBAD

Removes an integrity error from the array generated by the setErrXBAD method.

rollback

Causes the current transaction fence to stop, and unwinds the processing stack.

setErrMSG

Generates error messages for messages pre-defined in the System Messages table (STBLMSG).

setErrSTBLER

Generates error messages for messages defined in the Errors table (STBLER).

setErrXBAD

Reports integrity errors on individual columns within a record.

start

Establishes the starting location of a transaction fence.