ZFIELD image: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (update ZFIELD z/OS locations)
Line 6: Line 6:
<p>The ZFIELD image is provided as part of the Model 204 installation software.</p>
<p>The ZFIELD image is provided as part of the Model 204 installation software.</p>


<p class="note">'''Note:''' When using ZFIELD, be aware that <var>$FDEF</var> output maps to the location within the image (not the names), so do not change the order of the image items in ZFIELD.</p>
<p class="note">'''Note:''' When using ZFIELD, be aware that <var>$FDef</var> output maps to the location within the image (not the names), so do not change the order of the image items in ZFIELD.</p>


==Image definition==
==Image definition==
<p>
<p>
The ZFIELD image definition underwent significant additions in Model 204 V7.5.</p>
The ZFIELD image definition underwent significant additions in Model&nbsp;204 V7.5.</p>
 
<p>
<p>Because all changes were additions, code from earlier version(s) was not affected, but views of the image details are quite different:</p>
Because all changes were additions, code from earlier version(s) was not affected, but views of the image details are quite different: </p>
<ul>
<ul>
<li>[[ZFIELD image detail up to Model 204 V7.4]]</li>
<li>[[ZFIELD image detail up to Model 204 V7.4]]</li>
Line 20: Line 20:


==Where to find the image definition==
==Where to find the image definition==
<p>The location of ZFIELD for your site is listed in this table:</p>
<p>
 
The location of ZFIELD for your site is listed in this table:
</p>
<table>
<table>
<tr class="head">
<tr class="head">
<th>IF your site runs under...</th>
<th>If your site runs under...</th>
<th>The ZFIELD image is stored in...</th>
<th>The ZFIELD image is stored in...</th>
</tr>
</tr>


<tr>
<tr>
<td>z/OS or z/VSE</td>
<td>z/OS</td>
<td>The JCL library</td>
<td>V7.5 and later: The distributed macro library <br>Pre-V7.5: The distributed JCL library </td>
</tr>
</tr>


<tr>
<tr><td>z/VSE</td>
<td>z/VM</td>
<td>The distributed JCL library</td></tr>
<td>The 193 MAINT204 disk</td>
 
</tr>
<tr><td>z/VM</td>
<td>The 193 MAINT204 disk</td></tr>
</table>
</table>


[[Category:File architecture]]
[[Category:File architecture]]

Revision as of 01:25, 13 June 2018

Overview

This image is required by the $FDef and $LstFld functions; it also provides a complete list of all the available attributes for a Model 204 field.

The ZFIELD image is provided as part of the Model 204 installation software.

Note: When using ZFIELD, be aware that $FDef output maps to the location within the image (not the names), so do not change the order of the image items in ZFIELD.

Image definition

The ZFIELD image definition underwent significant additions in Model 204 V7.5.

Because all changes were additions, code from earlier version(s) was not affected, but views of the image details are quite different:

Where to find the image definition

The location of ZFIELD for your site is listed in this table:

If your site runs under... The ZFIELD image is stored in...
z/OS V7.5 and later: The distributed macro library
Pre-V7.5: The distributed JCL library
z/VSE The distributed JCL library
z/VM The 193 MAINT204 disk