writeStderr()

The system function SysLib.writeStderr() writes a text string to the stderr destination.

  SysLib.writeStderr(textString STRING in)
textString
The string to be displayed.

SysLib.writeStderr() is used mostly for debugging. The comparable ConsoleLib.displayLineMode() is not supported in page handler programs, while SysLib.writeStderr() is.

Example

 SysLib.writeStderr("Opened database");
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.