JCL BO

Man Page Index


Moves the active output buffer pointer back by one parameter.

 

SYNTAX

BO

 

NOTES

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
              ^   ^

 

EXAMPLE 2

Command SOB Before SOB After
BO SAVE-LIST SAVE-LIST
         ^ ^

JCL