The following table shows the system values for both the os400.stdio.convert and os400.child.stdio.convert system properties.
| Value | Description |
|---|---|
| N (default) | No stdio conversion is performed during read or write. |
| Y | All stdio converts to or from the file.encoding value to job CCSID during read or write. |
| 1 | Only stdin data converts from job CCSID to file.encoding during read. |
| 2 | Only stdout data converts from file.encoding to job CCSID during write. |
| 3 | Both stdin and stdout conversions are performed. |
| 4 | Only stderr data converts from file.encoding to job CCSID during write. |
| 5 | Both stdin and stderr conversions are performed. |
| 6 | Both stdout and stderr conversions are performed. |
| 7 | All stdio conversions are performed. |