GlobalFlags class | QSYS API Reference Guide

Holds the application flags that correspond to RPG’s %ERROR, not %FOUND, %EOF, and %EQUAL. These flags are local per thread.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object

Properties

Type Name Description
Boolean EOF Thread local EOF flag (RPG’s %EOF)
Boolean Equal Thread local equal flag (RPG’s %EQUAL)
Boolean Error Thread local error flag (RPG’s %ERROR)
GlobalFlagProperty GlobalFlag Property to access global flags using case-insensitive names.
Boolean NotFound Thread local not found flag (RPG’s *not %FOUND)