 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: List Spoolfiles</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/list-spoolfiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/list-spoolfiles/</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 07:52:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: richardthomas</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-spoolfiles/#comment-58321</link>
		<dc:creator>richardthomas</dc:creator>
		<pubDate>Thu, 04 Dec 2008 10:55:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-58321</guid>
		<description><![CDATA[Hi,

The List Spooled Files API (QUSLSPL) is one option, the other API you could use is the Open List of Spooled Files (QGYOLSPL) API. There are several differences between the two, as the following snippet from the Information Center highlights:

&lt;snippet&gt;

The QUSLSPL API puts the list of spooled files into a user space object provided by the caller. The calling program can directly access the user space storage. The QGYOLSPL API puts the list of spooled files into a temporary space and assigns a handle for the list. The calling program cannot directly access the storage where the list is placed. Instead, the calling program can retrieve entries from the list by passing the assigned list handle to the Get List Entries (QGYGTLE) API.
 
The QUSLSPL API does not return control to the calling program until the list of spooled files is completely built in the user space object. The QGYOLSPL API returns control as soon as the initial number of records requested has been placed in the list. If the calling program requests zero records to be returned initially, QGYOLSPL returns immediately after it verifies parameter values, does some initial setup operations, and requests that the asynchronous host server job builds the list.
 
The QGYOLSPL has a receiver variable parameter. The receiver variable contains the initial number of records, if any, requested.
 
The QGYOLSPL has a list information parameter that contains the status information about the list that was built or is being built.
 
The QUSLSPL API allows filtering on only one user profile name. The QGYOLSPL API allows filtering on multiple user profile names.
 
The QUSLSPL API allows filtering on only one output queue name. The QGYOLSPL API allows filtering on multiple output queue names.
 
The QUSLSPL API does not allow filtering on spooled file status. The QGYOLSPL API allows filtering on multiple spooled file statuses.
 
The QUSLSPL API does not allow filtering on printer name. The QGYOLSPL API allows filtering on multiple printer names.
 
The QUSLSPL API returns the list of spooled files in only one order. The QGYOLSPL API has a sort information parameter to allow sorting on one or more of the fields in the list.

&lt;End of snippet&gt; 

Depending on your needs, you should evaluate which API is the most applicable.


Cheers,

Richard]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The List Spooled Files API (QUSLSPL) is one option, the other API you could use is the Open List of Spooled Files (QGYOLSPL) API. There are several differences between the two, as the following snippet from the Information Center highlights:</p>
<p>&lt;snippet&gt;</p>
<p>The QUSLSPL API puts the list of spooled files into a user space object provided by the caller. The calling program can directly access the user space storage. The QGYOLSPL API puts the list of spooled files into a temporary space and assigns a handle for the list. The calling program cannot directly access the storage where the list is placed. Instead, the calling program can retrieve entries from the list by passing the assigned list handle to the Get List Entries (QGYGTLE) API.</p>
<p>The QUSLSPL API does not return control to the calling program until the list of spooled files is completely built in the user space object. The QGYOLSPL API returns control as soon as the initial number of records requested has been placed in the list. If the calling program requests zero records to be returned initially, QGYOLSPL returns immediately after it verifies parameter values, does some initial setup operations, and requests that the asynchronous host server job builds the list.</p>
<p>The QGYOLSPL has a receiver variable parameter. The receiver variable contains the initial number of records, if any, requested.</p>
<p>The QGYOLSPL has a list information parameter that contains the status information about the list that was built or is being built.</p>
<p>The QUSLSPL API allows filtering on only one user profile name. The QGYOLSPL API allows filtering on multiple user profile names.</p>
<p>The QUSLSPL API allows filtering on only one output queue name. The QGYOLSPL API allows filtering on multiple output queue names.</p>
<p>The QUSLSPL API does not allow filtering on spooled file status. The QGYOLSPL API allows filtering on multiple spooled file statuses.</p>
<p>The QUSLSPL API does not allow filtering on printer name. The QGYOLSPL API allows filtering on multiple printer names.</p>
<p>The QUSLSPL API returns the list of spooled files in only one order. The QGYOLSPL API has a sort information parameter to allow sorting on one or more of the fields in the list.</p>
<p>&lt;End of snippet&gt; </p>
<p>Depending on your needs, you should evaluate which API is the most applicable.</p>
<p>Cheers,</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/list-spoolfiles/#comment-58246</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Tue, 02 Dec 2008 10:59:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-58246</guid>
		<description><![CDATA[Hi,

You should be able to use the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/apis/QUSLSPL.htm&quot;&gt;List spooled files API&lt;/a&gt;

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You should be able to use the <a href="http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/apis/QUSLSPL.htm">List spooled files API</a></p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.011 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 10:35:00 -->