684 lines
45 KiB
HTML
684 lines
45 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="concept" />
|
|
<meta name="DC.Title" content="iSeries Navigator URL parameters and available Web tasks" />
|
|
<meta name="abstract" content="Each iSeries Navigator task that you work with has its own unique URL that displays in your Internet browser's Address field. Each URL is created by following a predefined set of conventions that includes the host system name, the port, the application name, and the name of the task you want to work with." />
|
|
<meta name="description" content="Each iSeries Navigator task that you work with has its own unique URL that displays in your Internet browser's Address field. Each URL is created by following a predefined set of conventions that includes the host system name, the port, the application name, and the name of the task you want to work with." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatgconcepts.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatgmanage.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzatgtables.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzatgurls" />
|
|
<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>iSeries Navigator
|
|
URL parameters and available Web tasks</title>
|
|
</head>
|
|
<body id="rzatgurls"><a name="rzatgurls"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">iSeries Navigator
|
|
URL parameters and available Web tasks</h1>
|
|
<div><p>Each iSeries™ Navigator
|
|
task that you work with has its own unique URL that displays in your Internet
|
|
browser's Address field. Each URL is created by following a predefined set
|
|
of conventions that includes the host system name, the port, the application
|
|
name, and the name of the task you want to work with.</p>
|
|
<ul><li><a href="#rzatgurls__paramaters">URL Parameters</a></li>
|
|
<li><a href="#rzatgurls__general">iSeries Navigator tasks available on the Web</a></li>
|
|
</ul>
|
|
<div class="section" id="rzatgurls__paramaters"><a name="rzatgurls__paramaters"><!-- --></a><h4 class="sectiontitle">URL Parameters</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="8.880666049953746%" id="d0e41">Parameter name</th>
|
|
<th valign="top" width="16.096207215541167%" id="d0e43">Parameter ID</th>
|
|
<th valign="top" width="24.88436632747456%" id="d0e45">Description</th>
|
|
<th valign="top" width="50.138760407030524%" id="d0e47">Example</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="8.880666049953746%" headers="d0e41 ">Task</td>
|
|
<td valign="top" width="16.096207215541167%" headers="d0e43 ">task</td>
|
|
<td valign="top" width="24.88436632747456%" headers="d0e45 ">The URL task you want to perform</td>
|
|
<td valign="top" width="50.138760407030524%" headers="d0e47 ">If you wanted to work with <span class="uicontrol">active jobs</span> on hostA:<pre>http://hostA:2001/webnav/WnServlet?<span class="uicontrol">task=actjob</span></pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="8.880666049953746%" headers="d0e41 ">System</td>
|
|
<td valign="top" width="16.096207215541167%" headers="d0e43 ">&system</td>
|
|
<td valign="top" width="24.88436632747456%" headers="d0e45 ">Specifies the system you want to manage. This parameter is optional,
|
|
and needs to be specified only if you want to work with tasks on a secondary
|
|
host.</td>
|
|
<td valign="top" width="50.138760407030524%" headers="d0e47 ">If you want to use iSeries Navigator tasks on the Web on hostA but work
|
|
with active jobs on hostB:<pre>http://hostA:2001/webnav/WnServlet?
|
|
task=actjob<span class="uicontrol">&system=hostB</span></pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="8.880666049953746%" headers="d0e41 ">User</td>
|
|
<td valign="top" width="16.096207215541167%" headers="d0e43 ">&user</td>
|
|
<td valign="top" width="24.88436632747456%" headers="d0e45 ">Allows you to specify a different user ID if you are working on a secondary
|
|
host system.</td>
|
|
<td valign="top" width="50.138760407030524%" headers="d0e47 ">If you want to use a different user ID on a secondary host system: <pre>http://hostA:2001/webnav/WnServlet?
|
|
task=actjob<span class="uicontrol">&system=hostB&user=userB</span></pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="8.880666049953746%" headers="d0e41 ">Filter and sort</td>
|
|
<td valign="top" width="16.096207215541167%" headers="d0e43 ">&filter and sort</td>
|
|
<td valign="top" width="24.88436632747456%" headers="d0e45 ">You can specify to allow or cancel both filter and sort on a selected
|
|
task</td>
|
|
<td valign="top" width="50.138760407030524%" headers="d0e47 ">If you want to turn off the capability to filter and sort:<pre>http://hostA:2001/webnav/WnServlet?
|
|
task=actjob<span class="uicontrol">&filter-allowed=false&sort-allowed=false</span></pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="8.880666049953746%" headers="d0e41 ">Table size</td>
|
|
<td valign="top" width="16.096207215541167%" headers="d0e43 ">&table-size</td>
|
|
<td valign="top" width="24.88436632747456%" headers="d0e45 ">Specifies the number of items per page you want to display in an online
|
|
table</td>
|
|
<td valign="top" width="50.138760407030524%" headers="d0e47 ">If you want to change the number of active jobs displayed per page
|
|
from 20 to 100:<pre>http://hostA:2001/webnav/WnServlet?
|
|
task=actjob<span class="uicontrol">&table-size=100</span></pre>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="8.880666049953746%" headers="d0e41 ">Column sorting</td>
|
|
<td valign="top" width="16.096207215541167%" headers="d0e43 ">&column-sort=x-A/D Where x = column ID. A=Ascending
|
|
D=Descending</td>
|
|
<td valign="top" width="24.88436632747456%" headers="d0e45 ">Allows you to pre-sort an iSeries Navigator list.</td>
|
|
<td valign="top" width="50.138760407030524%" headers="d0e47 ">For example, you may want to display the list of active
|
|
jobs sorted by CPU% in descending order. This allows you to quickly see which
|
|
jobs are using the most CPU. The parameters on your URL would look like this: <span class="uicontrol">&task=actjob&column-sort=8-D. </span><p>To
|
|
view the column Ids for a specific list, display the list on the web, then
|
|
select the Columns action for the list and click the <strong>Show Column IDs</strong> to
|
|
show the ID for each column.</p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="8.880666049953746%" headers="d0e41 ">Single TaskMode</td>
|
|
<td valign="top" width="16.096207215541167%" headers="d0e43 ">&WnSTM</td>
|
|
<td valign="top" width="24.88436632747456%" headers="d0e45 ">Specifies whether or not a new URL request in the same browser session
|
|
closes the previous request automatically. The Default setting is WnSTM=True</td>
|
|
<td valign="top" width="50.138760407030524%" headers="d0e47 ">If you want to use a Web browser that shares the same session (e.g.,
|
|
Netscape), this parameter must be set to false to launch more than one task
|
|
at a time:<pre>http://hostA:2001/webnav/WnServlet?
|
|
task=actjob<span class="uicontrol">&WnSTM=false</span></pre>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="rzatgurls__general"><a name="rzatgurls__general"><!-- --></a><img src="./delta.gif" alt="Start of change" /><h4 class="sectiontitle">iSeries Navigator tasks available on
|
|
the Web</h4><div class="p">The iSeries Navigator Tasks home page is a starting place
|
|
for users who are just learning about how to use these tasks on the web. From
|
|
the home page, users can: <ul><li>View all available iSeries Navigator tasks </li>
|
|
<li>Start a wizard that will help them select the desired iSeries Navigator
|
|
task </li>
|
|
<li>Create the html for favorites for all of the iSeries Navigator tasks </li>
|
|
<li>Change their configuration settings </li>
|
|
<li>Learn more about iSeries Navigator tasks on the web by linking into iSeries Information
|
|
Center</li>
|
|
</ul>
|
|
The trace levels page allows the user to customize their log file and
|
|
adjust their trace levels. The user preferences page allows the user to select
|
|
default values for iSeries Navigator tasks.</div>
|
|
<p>The task abbreviations
|
|
that are used in the URLs listed below were selected with the goal of keeping
|
|
them similar to OS/400<sup>®</sup> commands.
|
|
The following table shows the URL abbreviations for the iSeries Navigator
|
|
tasks that are available on the Web:</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th colspan="3" align="center" valign="top" id="d0e208">General iSeries Navigator
|
|
Tasks</th>
|
|
</tr>
|
|
<tr><th valign="top" width="33.33333333333333%" id="d0e214">Name of task</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e216">Task ID (task=xxxx)</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e218">Additional Parameters</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">View All Tasks</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">list</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 ">system=system name, userid=user id dbname=database
|
|
name schema=schema name</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">Trace Levels</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">trace</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 ">error, warning, diag, info, comp, level, create,
|
|
entryExit, perf</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">iSeries Navigator Tasks Home Page</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">home</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">User Preferences</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">pref</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">Configuration Options</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">config</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">Work with Jobs</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">wrkjobs</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">Work with Messages</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">wrkmsgs</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e208 d0e214 ">Work with Printer Output</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e216 ">wrkprtout</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e208 d0e218 "> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<p>The task abbreviations that are used in the URLs were selected
|
|
with the goal of keeping them similar to OS/400 commands. The following table
|
|
shows the URL abbreviations for the iSeries Navigator tasks that are available
|
|
on the Web in V5R3:</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th colspan="3" align="center" valign="top" id="d0e287">Basic Operations</th>
|
|
</tr>
|
|
<tr><th valign="top" width="33.33333333333333%" id="d0e290">Name of task</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e292">Task ID (task=xxxx)</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e294">Additional Parameters</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Messages</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">msg</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">msgq, severity, type, foruser</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Send a Message</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">sndmsg</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">QSYSMSG Messages</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">qsysmsg</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">severity, type</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">System Operator Messages</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">sysoprmsg</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">severity, type</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Printer Output</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">prtout</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer, outq (1), users (3) form, userdata, job,
|
|
jobsystem, created (8), fromdate, fromtime, todate, totime, status (7)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Hold printer output</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">hldprtout</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">file, job, splnbr, jobsysname, crtdate, crttime
|
|
(5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Release printer output</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">rlsprtout</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">file, job, splnbr, jobsysname, crtdate, crttime
|
|
(5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Display printer output</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">dspprtout</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">file, job, splnbr, jobsysname, crtdate, crttime
|
|
(5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Printer output properties</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">prtoutprop</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">file, job, splnbr, jobsysname, crtdate, crttime
|
|
(5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Convert printer output to PDF</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">cnvprtout</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">file, job, splnbr, jobsysname, crtdate, crttime
|
|
(5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Reply to a message for printer output</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">rpyprtout</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">file, job, splnbr, jobsysname, crtdate, crttime
|
|
(5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Printers</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">prt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer (4)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Hold a printer</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">hldprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Release a printer</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">rlsprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Start a printer</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">startprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Stop a printer</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">stopprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Restart a printer</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">restartprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Printer Properties</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">prtprop</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Make a printer available</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">availprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Make a printer unavailable</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">unavailprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Display printer output for a printer</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">openprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Reply to a message for a printer</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">rpyprt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">printer</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">User Jobs</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">usrjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 ">jobname, jobuser, jobnbr, type (2), status (6),
|
|
jobq </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e287 d0e290 ">Run an iSeries command </td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e292 ">runcmd</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e287 d0e294 "> </td>
|
|
</tr>
|
|
<tr><td colspan="3" valign="top" headers="d0e287 d0e290 d0e292 d0e294 ">Table Notes<sup>®</sup>:<ol><li>outq value must be entered as "library/queue". Example: outq=qusrsys/qezjoblog </li>
|
|
<li>Valid types for the user jobs list are: A (Autostart), B (Batch), I (Interactive),
|
|
M (Subsystem), R (Reader), S (System), W (Writer), X (SCPF System), and *
|
|
(All) </li>
|
|
<li>*current, *all, or up to 20 individual users separated by commas </li>
|
|
<li>an individual printer name, or a wild card (name*) </li>
|
|
<li>crtdate format is YYYYMMDD and the crttime format is HHMMSS. </li>
|
|
<li>Valid values for the "status" parameter for task=usrjob are: *ALL, *ACTIVE,
|
|
*JOBQ, *OUTQ</li>
|
|
<li>Valid values for the "status" parameter for task=prtout are: </li>
|
|
<li>Valid values for the “created” parameter are *ALL, and *SPECIFIC.
|
|
If *SPECIFIC is specified, the from/to date and times are retrieved.
|
|
Fromdate and todate format is YYYYMMDD. Fromtime and totime format is HHMMSS.<ul><li>MSGW Message waiting </li>
|
|
<li>HLD Held</li>
|
|
<li>CLO Not ready </li>
|
|
<li>DFR Deferred</li>
|
|
<li>SND Sending </li>
|
|
<li>OPN Being created </li>
|
|
<li>RDY Ready to print</li>
|
|
<li>PND Preparing to print </li>
|
|
<li>WTR Sending to printer</li>
|
|
<li>PRT Sent to printer </li>
|
|
<li>FIN Finished printing </li>
|
|
<li>SAV Printed and kept </li>
|
|
<li>*ALL All </li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
<p><strong>* Note:</strong> To view printer output contents on the web, you will
|
|
need to download the IBM<sup>®</sup> AFP™ Viewer browser plug-in to your PC. The AFP Viewer plug-in
|
|
lets you view AFP and
|
|
SCS output from your web browser. You can download this plug-in by going to
|
|
the following web site: <a href="http://www-1.ibm.com/support/docview.wss?rs=203&q=afp+plugin&uid=psd1P4000233 " target="_blank">http://www-1.ibm.com/support/docview.wss?rs=203&q=afp+plugin&uid=psd1P4000233 </a></p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th colspan="3" align="center" valign="top" id="d0e541">Work Management</th>
|
|
</tr>
|
|
<tr><th valign="top" width="33.33333333333333%" id="d0e544">Name of task</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e546">Task ID (task=xxxx)</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e548">Additional Parameters</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Active Jobs</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">actjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">jobname, jobuser, jobnbr, curuser, subsystem, type
|
|
(1) </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Server Jobs</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">actjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">jobname, jobuser, jobnbr, status (3), curuser</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Delete a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">dltjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Job Properties</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">jobprop</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Display job log for a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">joblog</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Display locked objects for a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">lockobj</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Display call stack for a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">callstack</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Display open files for a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">openfiles</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Display library list for a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">liblist</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Display performance statistics for a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">perfstats</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Display threads for a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">threads</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Hold a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">hldjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Release a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">rlsjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Move a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">movjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job job=jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Work with a job</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">wrkjob</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">job jobNbr/jobUser/jobName </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Active Subsystems</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">sbs</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Active Job Queues</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">actjobq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">All Job Queues</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">alljobq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">jobq (2)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Hold a job queue</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">hldjobq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">jobq</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Release a job queue</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">rlsjobq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">jobq</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Clear a job queue</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">clrjobq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">jobq</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Output Queues</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">outq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">outq (4)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Hold an output queue</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">hldoutq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">outq (5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Release an output queue</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">rlsoutq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">outq (5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Clear an output queue</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">clroutq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 ">outq (5)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Active Memory Pools</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">actpool</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">Shared Memory Pools</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">shrpool</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e541 d0e544 ">System Status</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e546 ">syssts</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e541 d0e548 "> </td>
|
|
</tr>
|
|
<tr><td colspan="3" valign="top" headers="d0e541 d0e544 d0e546 d0e548 "><strong>Table Notes:</strong><ol><li>Valid types for the active jobs list are: A (Autostart), B (Batch), C
|
|
(Communications), I (Interactive), P (Prestart), M (Subsystem), R (Reader),
|
|
S (System), W (Writer), and * (All) </li>
|
|
<li>jobq value must be entered as "library/queue". Example: jobq=tlk/tlkjobq,
|
|
jobq=*all/t* </li>
|
|
<li>Valid values for the "status" parameter are: *ALL, *ACTIVE, *OUTQ</li>
|
|
<li>outq value for the "outq" task must be entered as "library/queue". Example:
|
|
outq=qusrsys/qezjoblog. Also, a wildcard value can be entered for the queue
|
|
name. Example: outq=*ALL/s* to show all output queues that start with the
|
|
letter "s".</li>
|
|
<li>outq value must be entered as "library/queue". Example: outq=qusrsys/qezjoblog</li>
|
|
</ol>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th colspan="3" align="center" valign="top" id="d0e767">Configuration and Service</th>
|
|
</tr>
|
|
<tr><th valign="top" width="33.33333333333333%" id="d0e770">Name of task</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e772">Task ID (task=xxxx)</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e774">Additional Parameters</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e767 d0e770 ">System Values</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e772 ">sysval</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e774 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e767 d0e770 ">History Log</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e772 ">dsplog</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e774 ">strdate, strtime, enddate, endtime, jobs, msgids
|
|
(1)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e767 d0e770 ">Disk Status</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e772 ">dsksts</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e774 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e767 d0e770 ">Time Management</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e772 ">timemgmt</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e774 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e767 d0e770 ">Change Password</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e772 ">chgpwd</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e767 d0e774 "> </td>
|
|
</tr>
|
|
<tr><td colspan="3" valign="top" headers="d0e767 d0e770 d0e772 d0e774 "><strong>Table Notes:</strong><ol><li>sample parameter values for dsplog task:<ul><li>strdate=*BEGIN, strdate=*CURRENT, strdate=20040525 </li>
|
|
<li>strtime=*AVAIL, strtime=100000, strtime=153000 </li>
|
|
<li>enddate=*END, strdate=*CURRENT, strdate=20040525</li>
|
|
<li>endtime=*AVAIL, endtime=100000, endtime=153000</li>
|
|
<li>jobs=*ALL, jobs=QPADEV0006, jobs=QPADEV0006,QPADEV0004 </li>
|
|
<li>jobs=TLK/QDFTJOBD, jobs=145678/TLK/QDFTJOBD</li>
|
|
<li>jobs=145678/TLK/QPDFTJOBD,222555/TLK/QPADEV0007</li>
|
|
<li>msgids=*ALL, msgids=CPF3345, msgids=CPF1124, CPF1164</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
<p>strdate format is YYYYMMDD and the strtime format is HHMMSS</p>
|
|
<p>enddate
|
|
format is YYYYMMDD and the endtime format is HHMMSS </p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th colspan="3" align="center" valign="top" id="d0e847">Network</th>
|
|
</tr>
|
|
<tr><th valign="top" width="33.33333333333333%" id="d0e850">Name of task</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e852">Task ID (task=xxxx)</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e854">Additional Parameters</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e847 d0e850 ">TCP/IP Servers</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e847 d0e852 ">tcpsvr</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e847 d0e854 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e847 d0e850 ">Universal Connection Wizard </td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e847 d0e852 ">ucw</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e847 d0e854 "> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th colspan="3" align="center" valign="top" id="d0e876">Database</th>
|
|
</tr>
|
|
<tr><th valign="top" width="33.33333333333333%" id="d0e879">Name of task</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e881">Task ID (task=xxxx)</th>
|
|
<th valign="top" width="33.33333333333333%" id="d0e883">Additional Parameters</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with all objects in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.allobj</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with aliases in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.alias</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with constraints in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.cst</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with distinct types in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.typ</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with functions in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.func</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with indexes in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.idx</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with journals in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.jrn</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with journal receivers in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.jrnrcv</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with SQL procedures in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.proc</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with sequences in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.seq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with SQL packages in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.pkg</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with tables in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.tbl</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with triggers in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.trg</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Work with views in a schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.view</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Create alias</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.crtalias</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Create distinct type</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.crttyp</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Create index</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.crtidx</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Create schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.crtschema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Create sequence</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.crtseq</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Create table</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.crttbl</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Database: Select which schemas to work with</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.selschema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 ">dbname=database name, schema=schema name </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Work with all partitions in a table</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.tblpart</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Work with schemas in user list</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.schema</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Work with a list of Databases on the system</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.database</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Work with all indexes for a table</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.tblidx</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Work with a list of the system performance monitors</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.perfmon</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Create a new performance monitor</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.crtmon</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Import data onto the system</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.import</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Export data from the system</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.export</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
<tr><td valign="top" width="33.33333333333333%" headers="d0e876 d0e879 ">Work with a list of the objects that have an index advised</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e881 ">db.idxadv</td>
|
|
<td valign="top" width="33.33333333333333%" headers="d0e876 d0e883 "> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<img src="./deltaend.gif" alt="End of change" /></div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzatgconcepts.htm" title="While the tasks you can work with from the web are the same, the Web interface is different. Learn how predefined URL parameters and URL abbreviations can help you use the iSeries Navigator tasks on the Web interface more efficiently, and find out how to perform actions on iSeries Navigator functions from the Web.">iSeries Navigator tasks on the Web concepts</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzatgmanage.htm" title="Find out how to work with iSeries Navigator tasks from a Web browser, and find out more about the subset of iSeries Navigator functions that are available on the Web.">Work with iSeries Navigator tasks on the Web</a></div>
|
|
<div><a href="rzatgtables.htm" title="While you can work with the same function on the Web as you can on the installed client, the interface used to work with iSeries navigator tasks on the Web is different than the interface you are familiar with on the installed client.">Working with iSeries Navigator lists on the Web</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |