85 lines
4.6 KiB
HTML
85 lines
4.6 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">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Operational Assistant APIs</title>
|
|
<!-- Begin Header Records ========================================== -->
|
|
<!-- 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. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- OA1A SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 4 Feb 1999 at 14:48:13 -->
|
|
<!-- File restructured for V5R2 Sept 2001 -->
|
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!-- Java sync-link -->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Operational Assistant APIs</h2>
|
|
|
|
<p>Most functions on the iSseries Operational Assistant menu can be accessed
|
|
individually by calling APIs found in the QSYS library. These Operational
|
|
Assistant APIs allow you to incorporate Operational Assistant functions into
|
|
your application menus. You can tailor some of the Operational Assistant
|
|
functions to your needs by using exit programs.</p>
|
|
|
|
<p>Your assistance level setting affects the type of display you see when these
|
|
APIs are called.</p>
|
|
|
|
<p>The Operational Assistant APIs are:</p>
|
|
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="QEZLSGNU.htm">List Signed-On Users</A> (QEZLSGNU) generates a list of signed-on users and places the list in the specified user space.</li>
|
|
<li><A HREF="QEZMAIN.htm">Operational Assistant Attention-Key-Handling (group jobs)</A> (QEZMAIN) creates a group job to display the iSeries Operational Assistant menu.</li>
|
|
<li><A HREF="QEZAST.htm">Operational Assistant Attention-Key-Handling (nongroup jobs)</A> (QEZAST) uses the GO ASSIST command to display the iSeries Operational Assistant menu.</li>
|
|
<li><A HREF="QEZSAVIN.htm">Save Information</A> (QEZSAVIN) displays the Save Information to Help Resolve a Problem display.</li>
|
|
<li><A HREF="QEZSNDMG.htm">Send Message</A> (QEZSNDMG) sends a message to one or more users or display stations and optionally shows the Operational Assistant Send a Message display before sending the message.</li>
|
|
<li><A HREF="QEZBCHJB.htm">Work with Jobs</A> (QEZBCHJB) displays either the Work with Jobs panel or the Work with User Jobs panel.</li>
|
|
<li><A HREF="QEZMSG.htm">Work with Messages</A> (QEZMSG) displays either the Work with Messages panel or the Display Messages panel.</li>
|
|
<li><A HREF="QEZOUTPT.htm">Work with Printer Output</A> (QEZOUTPT) displays either the Work with Printer Output panel or the Work with All Spooled Files panel.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
<p>The Operational Assistant exit programs are:</p>
|
|
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************EXIT PROGRAM BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="XEZUCLNP.htm">Tailoring automatic cleanup</A> (XEZUCLNP) for running your own cleanup programs (IBM supplied).</li>
|
|
<li><A HREF="XEZBCKUP.htm">Tailoring Operational Assistant backup</A> for running your own backup functions (user supplied).</li>
|
|
<li><A HREF="XEZPWROF.htm">Tailoring power off</A> (XEZPWROF) for changing how you want the system automatically powered on and off (IBM supplied).</li>
|
|
</ul>
|
|
<!--***************EXIT PROGRAM END PASTE***************-->
|
|
|
|
<br>
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|