HDRCTL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:


==Description==
==Description==
<p>The formatting of page headers</p>
<p>
<p>Valid settings of HDRCTL are (options can be summed):</p>
The formatting of page headers</p>
<p>
Valid settings of <var>HDRCTL</var> are (options can be summed):</p>
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var>1</var></th><td>Suppress header 0 (system header with date, time, page number).</td></tr>
 
<tr><th align="right"><var>2</var></th><td>Suppress the blank line that normally follows header 0 for nonrequest output.</td></tr>
<tr><th align="right"><var>1</var></th>
<tr><th align="right"><var>4</var></th><td>Pause at the end of an output page.</td></tr>
<td>Suppress header 0 (system header with date, time, page number).</td></tr>
 
<tr><th align="right"><var>2</var></th>
<td>Suppress the blank line that normally follows header 0 for non-request output.</td></tr>
 
<tr><th align="right"><var>4</var></th>
<td>Pause at the end of an output page.</td></tr>
</table>
</table>
<p>Setting 4 of HDRCTL is valid only for the following device types:</p>
<p>
Setting 4 of <var>HDRCTL</var> is valid only for the following device types:</p>
<table>
<table>
<tr><th><var>[[IODEV_parameter|IODEV]]</var></th><th>Access method/device type</th></tr>
<tr class="head"><th>[[IODEV_parameter|IODEV]]</th><th>Access method/device type</th></tr>
<tr><th align="right"><var>29</var></th><td>Remote User Language thread (line-at-a-time).</td></tr>
<tr><th align="right"><var>29</var></th><td>Remote User Language thread (line-at-a-time).</td></tr>
<tr><th align="right"><var>37</var></th><td>SNA Communications Server (formerly VTAM) 3767 and NTO - An additional line is added to each page, in addition to <var>[[OUTLPP_parameter|OUTLPP]]</var> plus <var>[[PGSEP_parameter|PGSEP]]</var>, to receive a reply.
<tr><th align="right"><var>37</var></th>
<p class="note"><b>Note:</b> The IODEV=37 setting is no longer supported as of Model 204 version 7.6.</p></td></tr>
<td>[[Using SNA Communications Server terminals#IBM 3767 and NTO terminals .28IODEV.3D37.29|SNA Communications Server]] (formerly VTAM) 3767 and NTO - An additional line is added to each page, in addition to <var>[[OUTLPP_parameter|OUTLPP]]</var> plus <var>[[PGSEP_parameter|PGSEP]]</var>, to receive a reply.
<p class="note"><b>Note:</b> The <code>IODEV=37</code> setting is no longer supported as of Model&nbsp;204 version 7.6.</p></td></tr>
<tr><th align="right"><var>39</var></th><td>IUCV User Language thread (line-at-a-time).</td></tr>
<tr><th align="right"><var>39</var></th><td>IUCV User Language thread (line-at-a-time).</td></tr>
<tr><th align="right"><var>45</var></th><td>CMS console (line-at-a-time).</td></tr>
<tr><th align="right"><var>45</var></th><td>CMS console (line-at-a-time).</td></tr>
</table>
</table>
<p class="note"><b>Note:</b>  Use of HDRCTL 4 on [[Program_Communication_facilities#BATCH2_facility|Batch2 threads]] results in a pause being sent to BATCH2 which then responds by sending an attention back to Model 204 because a BATCH2 has no way of pausing (it is not an interactive device). An attention will usually cause an evaluating request to be terminated.</p>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 21:54, 20 March 2023

Header control

Summary

Default value
0
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V2.2 or earlier

Description

The formatting of page headers

Valid settings of HDRCTL are (options can be summed):

SettingMeaning
1 Suppress header 0 (system header with date, time, page number).
2 Suppress the blank line that normally follows header 0 for non-request output.
4 Pause at the end of an output page.

Setting 4 of HDRCTL is valid only for the following device types:

IODEVAccess method/device type
29Remote User Language thread (line-at-a-time).
37 SNA Communications Server (formerly VTAM) 3767 and NTO - An additional line is added to each page, in addition to OUTLPP plus PGSEP, to receive a reply.

Note: The IODEV=37 setting is no longer supported as of Model 204 version 7.6.

39IUCV User Language thread (line-at-a-time).
45CMS console (line-at-a-time).

Note: Use of HDRCTL 4 on Batch2 threads results in a pause being sent to BATCH2 which then responds by sending an attention back to Model 204 because a BATCH2 has no way of pausing (it is not an interactive device). An attention will usually cause an evaluating request to be terminated.