Language Reference - System Workareas

Home

SysError

StatusRead-Only
DefaultNot applicable
Notes

Holds the return value of the last statement or function to be executed.

  • 0 Command terminated normally (no errors)
  • 1 General runtime error (check relevant statement/ function)
  • 2 Data access denied by network lock
  • 3 User does not have permission to access data.
    • Permissions in user settings or the Equinox Security System are not set
    • Trying to insert a record in a child group when no parent is present

    OR: User does not have permission to access parameter file

    • Permissions in user settings are not set
    • Software limitations (eg runtime versions of Equinox cannot enter form design)
  • 4 [EOF] (end-of-file) encountered - Applies to the File IO category of statements/ functions
  • 5 Record not found - Applies to the SameRecord statement, when used in conjunction with a Subtable statement that has no "Unlinked" clause
See AlsoSysConfirm, SysContinuous, SysDictionary, SysExchange, SysFileName, SysFileOpen, SysFirstWeek, SysParamName, SysPrevParamName, SysReply