# jCL BO
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: pointer buffer jcl
# Description
The command moves the active output buffer pointer back by one parameter. It takes the general form:
BO
1
# Note #1
The buffer pointer will move backward until it finds a field mark or the start of the buffer. To completely clear the buffer, use the RO command. To clear specific parameters, use the MV #n command
# Example 1
| Command | POB Before | POB After |
| ------- | ---------- | --------- |
| BO | ABC^DEF^GHIJK | ABC^DEF^GHIJK |
| | ^| ^ |
1
2
3
4
2
3
4
# Example 2
| Command | SOB Before | SOB After |
| ------- | ---------- | --------- |
| BO | SAVE-LIST | SAVE-LIST |
| | ^ | ^ |
1
2
3
4
2
3
4
# Note #2
SOB - Secondary Output Buffer.
ack to jCL Commands