ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/valvz.htm

74 lines
4.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="concept" />
<meta name="DC.Title" content="Retrieve values that can be used as variables" />
<meta name="abstract" content="This addresses how to retrieve values such as system values and job attributes to use as variables in a procedure. Note that not every possible retrieve value is included." />
<meta name="description" content="This addresses how to retrieve values such as system values and job attributes to use as variables in a procedure. Note that not every possible retrieve value is included." />
<meta name="DC.Relation" scheme="URI" content="clpro.htm" />
<meta name="DC.Relation" scheme="URI" content="retsv.htm" />
<meta name="DC.Relation" scheme="URI" content="retconfig.htm" />
<meta name="DC.Relation" scheme="URI" content="retstatus.htm" />
<meta name="DC.Relation" scheme="URI" content="retna.htm" />
<meta name="DC.Relation" scheme="URI" content="retja.htm" />
<meta name="DC.Relation" scheme="URI" content="retup.htm" />
<meta name="DC.Relation" scheme="URI" content="retmd.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="valvz" />
<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>Retrieve values that can be used as variables</title>
</head>
<body id="valvz"><a name="valvz"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Retrieve values that can be used as variables</h1>
<div><p>This addresses how to retrieve values such as system values and
job attributes to use as variables in a procedure. Note that not every possible
retrieve value is included.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="retsv.htm">Retrieve system values</a></strong><br />
A system value contains control information for the operation of certain parts of the system.</li>
<li class="ulchildlink"><strong><a href="retconfig.htm">Retrieve configuration source</a></strong><br />
Using the <span class="cmdname">Retrieve Configuration Source (RTVCFGSRC)</span> command,
you can generate CL command source for creating existing configuration objects
and place the source in a source file member. </li>
<li class="ulchildlink"><strong><a href="retstatus.htm">Retrieve configuration status</a></strong><br />
Using the <span class="cmdname">Retrieve Configuration Status (RTVCFGSTS)</span> command,
you can give applications the capability to retrieve configuration status
from three configuration objects: line, controller, and device.</li>
<li class="ulchildlink"><strong><a href="retna.htm">Retrieve network attributes</a></strong><br />
Using the <span class="cmdname">Retrieve Network Attributes (RTVNETA)</span> command,
you can retrieve the network attributes of the system.</li>
<li class="ulchildlink"><strong><a href="retja.htm">Retrieve job attributes</a></strong><br />
You can retrieve the job attributes and place their values in a CL variable to control your applications.</li>
<li class="ulchildlink"><strong><a href="retup.htm">Retrieve user profile attributes</a></strong><br />
Using the <span class="cmdname">Retrieve User Profile Attributes (RTVUSRPRF)</span> command,
you can retrieve the attributes of a user profile (except for the password)
and place their values in CL variables to control your applications. </li>
<li class="ulchildlink"><strong><a href="retmd.htm">Retrieve member description information</a></strong><br />
Using the <span class="cmdname">Retrieve Member Description (RTVMBRD)</span> command,
you can retrieve information about a member of a database file for use in
your applications.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="clpro.htm" title="This provides tasks and concepts specific to CL programming.">CL programming</a></div>
</div>
</div>
</body>
</html>