# jCL RO
Updated: 2/24/2021, 3:51:59 PM
Created: 2/24/2021, 3:51:59 PM
Last Updated By: Daniel Klein
Read Time: 1 minute(s)
Tags: secondary buffer primary jcl
# Description
This command resets (clears) the active output buffer. It takes the general form:
RO
1
# Note
The RO command clears the active output buffer. The buffer pointer is left at the beginning of the buffer.
# Example 1
| Command | POB Before | POB After |
| ------- | ---------- | --------- |
| STOFF | | |
| RO | ABC^DEF | |
| | ^ | ^ |
1
2
3
4
5
2
3
4
5
# Example 2
| Command | SOB Before | SOB After |
| --------| ---------- | --------- |
| STON | | |
| RO | GHI^JKL | |
| | ^ | ^ |
1
2
3
4
5
2
3
4
5
Back to jCL.