Reading the documentation for PBCC 5, I found some conflicting information. The documentation for PAGE says:
If redirection is not in effect, STDOUT writes its output to page 1 regardless of the current PAGE settings.
The documentation for STDOUT says:
If redirection is not in effect, output is sent to the current active console page. If a PAGE statement is not in effect, STDOUT will write to console page 1.
So, does STDOUT always write to page 1, or to the current active page?
Thanks,
Anthony
If redirection is not in effect, STDOUT writes its output to page 1 regardless of the current PAGE settings.
The documentation for STDOUT says:
If redirection is not in effect, output is sent to the current active console page. If a PAGE statement is not in effect, STDOUT will write to console page 1.
So, does STDOUT always write to page 1, or to the current active page?
Thanks,
Anthony
Comment