writeStdout()

The system function SysLib.writeStdout() writes a text string to the stdout destination.

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

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

Example

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