143 lines
4.9 KiB
HTML
143 lines
4.9 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Display EWC Barcode Entry (DSPEWCBCDE)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="DSPEWCBCDE.Top_Of_Page"></a>
|
|
<h2>Display EWC Barcode Entry (DSPEWCBCDE)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#DSPEWCBCDE.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#DSPEWCBCDE.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#DSPEWCBCDE.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="DSPEWCBCDE"></a>
|
|
<p>The Display Extended Wireless Controller Bar Code Entry (DSPEWCBCDE) command displays the bar code parameters for the specified bar code group.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPEWCBCDE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="DSPEWCBCDE.PARAMETERS.TABLE">Parameters</a></h3>
|
|
<table border="1" cellpadding="4" cellspacing="0">
|
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
|
<tr>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#DSPEWCBCDE.BCDGRP"><b>BCDGRP</b></a></td>
|
|
<td valign="top">Barcode group</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#DSPEWCBCDE.INZMBR"><b>INZMBR</b></a></td>
|
|
<td valign="top">Initialization source member</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="3"><a href="#DSPEWCBCDE.INZFILE"><b>INZFILE</b></a></td>
|
|
<td valign="top">Initialization source file</td>
|
|
<td valign="top"><i>Qualified object name</i></td>
|
|
<td valign="top" rowspan="3">Optional, Positional 3</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Qualifier 1: Initialization source file</td>
|
|
<td valign="top"><i>Name</i>, <b><u>QEWCSRC</u></b></td>
|
|
</tr><tr>
|
|
<td valign="top">Qualifier 2: Library</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b></td>
|
|
</tr></table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPEWCBCDE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="DSPEWCBCDE.BCDGRP"></a>
|
|
<h3>Barcode group (BCDGRP)</h3>
|
|
<p>Specifies the name of the bar code group to be displayed.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPEWCBCDE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="DSPEWCBCDE.INZMBR"></a>
|
|
<h3>Initialization source member (INZMBR)</h3>
|
|
<p>Specifies the name of the source file member that contains the bar code entry to be displayed. This source file member contains the extended wireless controller configuration data.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPEWCBCDE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="DSPEWCBCDE.INZFILE"></a>
|
|
<h3>Initialization source file (INZFILE)</h3>
|
|
<p>Specifies the name of the source physical file that contains the source file member.
|
|
</p>
|
|
<p>The name of the source file can be qualified by one of the following library values:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*LIBL</u></b></dt>
|
|
<dd>All libraries in the job's library list are searched until the first match is found.
|
|
</dd>
|
|
<dt><b>*CURLIB</b></dt>
|
|
<dd>The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
|
|
</dd>
|
|
<dt><b><i>library-name</i></b></dt>
|
|
<dd>Specify the name of the library to be searched.
|
|
</dd>
|
|
</dl>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>QEWCSRC</u></b></dt>
|
|
<dd>The source file name QEWCSRC is used.
|
|
</dd>
|
|
<dt><b><i>source-file-name</i></b></dt>
|
|
<dd>Specify the name of the source physical file that contains the source member.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPEWCBCDE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DSPEWCBCDE.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
DSPEWCBCDE BCDGRP(BCD01) INZMBR(EWC01) INZFILE(*LIBL/QEWCSRC)
|
|
</pre>
|
|
</p>
|
|
<p>This command displays bar code parameters for bar code group BCD01 in source file member EWC01 in source file QEWCSRC in the library list.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPEWCBCDE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="DSPEWCBCDE.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#DSPEWCBCDE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|