RXS_out()

This is a “raw output” subprocedure that will allow you to push data to standard out in any fashion that suits your needs. An example usage is within RXS_stdOutError() which simply composes a small XML stream to send to standard out without using the Template Engine.

Subprocedure Prototype

D RXS_out         pr

Writes data to standard out.

D  pData                     65535a   Value varying

The data to be sent to standard out.