# 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()](https://isupport.katointegrations.com/rxs/2.x/rxs_stdouterror.md) which simply composes a small XML stream to send to standard out without using the Template Engine. ## Subprocedure Prototype ### IBM i V5R4+ | Field | Description | |---|---| | ` D RXS_out pr` | Writes data to standard out. | | ` D pData 65535a Value varying` | The data to be sent to standard out. |