UDDRFM parameter: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (link repair) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:UDDRFM parameter subtitle}} | |||
==Summary== | ==Summary== | ||
<dl> | <dl> | ||
Line 10: | Line 11: | ||
<dd>All | <dd>All | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 | <dd><var class="product">Model 204 V2.1</var> or earlier | ||
</dl> | </dl> | ||
==Description== | ==Description== | ||
<p>The record format of a data set sent to a device specified by a USE command (directed output)</p> | <p> | ||
<p>The setting of UDDRFM can be overridden by the following: </p> | The record format of a data set sent to a device specified by a <var>[[USE command: Directing output|USE]]</var> command (directed output)</p> | ||
<p> | |||
The setting of <var>UDDRFM</var> can be overridden by the following: </p> | |||
<ul> | <ul> | ||
<li> | <li>Under z/OS, the <code>RECFM</code> option of the DD statement for the <var>USE</var> data set </li> | ||
Under z/OS, the RECFM option of the DD statement for the USE data set</li> | |||
<li> | <li>The <code>RECFM</code> option of the <var>[[DEFINE DATASET command|DEFINE DATASET]]</var>, <var>[[DEFINE PRINTER command|DEFINE PRINTER]]</var>, or <var>[[DEFINE PUNCH command|DEFINE PUNCH]]</var> command </li> | ||
The RECFM option of the DEFINE DATASET, DEFINE PRINTER, or DEFINE PUNCH command</li> | |||
<li> | <li>Under z/VM, the <code>RECFM</code> option of the FILEDEF statement </li> | ||
Under z/VM, the RECFM option of the FILEDEF statement </li> | |||
</ul> | </ul> | ||
<p>Valid settings of UDDRFM are:</p> | <p> | ||
Valid settings of <var>UDDRFM</var> are: | |||
</p> | |||
<table> | <table> | ||
<tr><th>Setting</th><th>Meaning</th></tr> | <tr class="head"><th>Setting</th> | ||
<tr><th | <th>Meaning</th></tr> | ||
<tr><th | |||
<tr><th | <tr><th><var>X'10'</var></th> | ||
<tr><th | <td>ASA control characters required.</td></tr> | ||
<tr><th | |||
<tr><th><var>X'08'</var></th> | |||
<td>Short lines need padding (for unblocked magnetic tape output).</td></tr> | |||
<tr><th><var>X'04'</var></th> | |||
<td>Undefined records.</td></tr> | |||
<tr><th><var>X'02'</var></th> | |||
<td>Variable-length records.</td></tr> | |||
<tr><th><var>X'01'</var></th> | |||
<td>Fixed-length records. </td></tr> | |||
</table> | </table> | ||
[[Category:User | |||
[[Category:User parameters]] | |||
[[Category:Parameters]] | [[Category:Parameters]] |
Latest revision as of 18:01, 24 April 2018
USE DDNAME - record format
Summary
- Default value
- X'12' (VA)
- Parameter type
- User
- Where set
- By any user
- Related products
- All
- Introduced
- Model 204 V2.1 or earlier
Description
The record format of a data set sent to a device specified by a USE command (directed output)
The setting of UDDRFM can be overridden by the following:
- Under z/OS, the
RECFM
option of the DD statement for the USE data set - The
RECFM
option of the DEFINE DATASET, DEFINE PRINTER, or DEFINE PUNCH command - Under z/VM, the
RECFM
option of the FILEDEF statement
Valid settings of UDDRFM are:
Setting | Meaning |
---|---|
X'10' | ASA control characters required. |
X'08' | Short lines need padding (for unblocked magnetic tape output). |
X'04' | Undefined records. |
X'02' | Variable-length records. |
X'01' | Fixed-length records. |