Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
messageidOptional. The text of the system message with the passed @ID. Typically, you do not use this parameter because you want to display the system error message text by calling FSMSG() with no parameter.

See Also

Get_Status()Set_FSError()RevError.DatSet_Status() function

Example

Code Block
Open 'DUMMY' to dummyfilevar else
   call fsmsg()
   return 0
end
/* If the table 'DUMMY' is not attached, the following system message displays */

Image RemovedImage Added

From the System Monitor, if you would like to view the text of a system error message (such as 401), enter:

...