ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/trnpin.htm

123 lines
4.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Translate PIN (TRNPIN)</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="TRNPIN.Top_Of_Page"></a>
<h2>Translate PIN (TRNPIN)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>
<ul><li>Batch program (*BPGM)</li>
<li>Interactive program (*IPGM)</li>
</ul><b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#TRNPIN.PARAMETERS.TABLE">Parameters</a><br>
<a href="#TRNPIN.COMMAND.EXAMPLES">Examples</a><br>
<a href="#TRNPIN.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="TRNPIN"></a>
<p>The Translate Personal Identification Number (TRNPIN) command reenciphers a personal identification number (PIN) from encipherment under an input PIN protection key to encipherment under an output PIN protection key.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="TRNPIN.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="#TRNPIN.INPINPTCK"><b>INPINPTCK</b></a></td>
<td valign="top">Input protection key name</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#TRNPIN.ENCPIN"><b>ENCPIN</b></a></td>
<td valign="top">Enciphered PIN</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#TRNPIN.OUTPINPTCK"><b>OUTPINPTCK</b></a></td>
<td valign="top">Output protection key name</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 3</td>
</tr>
<tr>
<td valign="top"><a href="#TRNPIN.RTNVAR"><b>RTNVAR</b></a></td>
<td valign="top">Return variable</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 4</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="TRNPIN.INPINPTCK"></a>
<h3>Input protection key name (INPINPTCK)</h3>
<p>Specifies the name, or a variable containing the name, of the input PIN protection key which the identification number is enciphered under. This key must exist in the cross-domain key table and be defined with a key use of personal identification number (*PIN specified on the <b>Key use</b> prompt (KUSE parameter) on the Generate Cross-Domain Key (GENCRSDMNK) or Add Cross-Domain Key (ADDCRSDMNK) command). This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="TRNPIN.ENCPIN"></a>
<h3>Enciphered PIN (ENCPIN)</h3>
<p>Specifies 16 hexadecimal characters, or a character variable containing 16 hexadecimal characters, representing a personal identification number enciphered under the input PIN protection key. This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="TRNPIN.OUTPINPTCK"></a>
<h3>Output protection key name (OUTPINPTCK)</h3>
<p>Specifies the name, or a variable containing the name, of the output PIN protection key. The value specified in the <b>Enciphered PIN</b> prompt (ENCPIN parameter) is decrypted using the input protection key and encrypted using the output protection key. This key must exist in the cross-domain key table with a defined key use of sending. This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="TRNPIN.RTNVAR"></a>
<h3>Return variable (RTNVAR)</h3>
<p>Specifies a variable to receive the 16-character value of the identification number reenciphered under the output PIN protection key. This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="TRNPIN.COMMAND.EXAMPLES">Examples</a></h3>None
</div>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="TRNPIN.ERROR.MESSAGES">Error messages</a></h3>Unknown
</div>
<table width="100%">
<tr><td align="right"><a href="#TRNPIN.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>