# jCL STOFF
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: output buffer stack jcl
# Description
This command selects the primary output buffer as the active output buffer. It takes the general form:
ST OFF
1
or
STOFF
1
# Note
The stack can be turned on (STON) or off (STOFF) at any point within a jCL program. At the start of a jCL program or after execution of an RO or P command, both output buffers will be empty, and the stack will be off.
When the stack is off, H commands will place their data in the primary output buffer.
Back to jCL.