69 lines
3.8 KiB
HTML
69 lines
3.8 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="task" />
|
||
|
<meta name="DC.Title" content="Use REXX for a qualified name" />
|
||
|
<meta name="abstract" content="This describes the format in a qualified name is passed when a command is run using REXX." />
|
||
|
<meta name="description" content="This describes the format in a qualified name is passed when a command is run using REXX." />
|
||
|
<meta name="DC.subject" content="REXX procedure, using, for qualified name, qualified name, using REXX, passing to CPP" />
|
||
|
<meta name="keywords" content="REXX procedure, using, for qualified name, qualified name, using REXX, passing to CPP" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="dqnam.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="defpr.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="qnrx" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Use REXX for a qualified name</title>
|
||
|
</head>
|
||
|
<body id="qnrx"><a name="qnrx"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Use REXX for a qualified name</h1>
|
||
|
<div><p>This describes the format in a qualified name is passed when a
|
||
|
command is run using REXX.</p>
|
||
|
<div class="section"> <p>When a command is run using REXX, a qualified name is passed
|
||
|
to the command processing program just as the value is entered for the parameter.
|
||
|
Trailing blanks are not passed.</p>
|
||
|
<p>For example, if a display station user
|
||
|
enters the following for the QUAL statements defined previously in this section:
|
||
|
</p>
|
||
|
<pre>NAME(USER/A)</pre>
|
||
|
<p>the qualified name is passed to the command processing program
|
||
|
in the following format:</p>
|
||
|
<pre>NAME(USER/A)</pre>
|
||
|
<p>Qualifiers are passed to the command processing program consecutively
|
||
|
by their types and length just as single parameter values are passed.</p>
|
||
|
<p>If
|
||
|
the display station user enters *NONE as the single value, the following 20-character
|
||
|
value is passed: </p>
|
||
|
<pre>NAME(*NONE)</pre>
|
||
|
<p>The following example shows how a display station user would
|
||
|
enter a simple list of qualified names: </p>
|
||
|
<pre>NAME(QGPL/A USER/B)</pre>
|
||
|
<p>Using REXX, the name parameter would be passed to the command
|
||
|
processing program as the following: </p>
|
||
|
<pre>NAME(QGPL/A USER/B)</pre>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dqnam.htm" title="A qualified name is the name of an object preceded by the name of the library in which the object is stored.">Define a qualified name</a></div>
|
||
|
</div>
|
||
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
||
|
<div><a href="defpr.htm" title="To define a parameter, you must use the PARM statement.">Define parameters</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|