 




<?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: outq</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/outq-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 11:00:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101185</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Wed, 04 Jan 2012 04:52:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-101185</guid>
		<description><![CDATA[i make the changes in JOBD, now its wrks, thank&#039;s all of you......:-)]]></description>
		<content:encoded><![CDATA[<p>i make the changes in JOBD, now its wrks, thank&#8217;s all of you&#8230;&#8230;:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101176</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 03 Jan 2012 21:22:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-101176</guid>
		<description><![CDATA[&lt;i&gt;i want to make a individual person all splf must be under my new out queue&lt;/i&gt;

One difficult part of that is the use of the word &lt;b&gt;&quot;all&quot;&lt;/b&gt;.

We cannot tell you how to route &quot;all&quot; spooled files for a user to a specific *OUTQ because we don&#039;t know the programming that is on your system. We can only tell you how to set a user&#039;s &quot;default&quot; *OUTQ.

A job can include programming that routes spooled files to any *OUTQ on the system regardless of the user&#039;s &quot;default&quot; *OUTQ. Keep in mind that it is only the &quot;default&quot;. If an *OUTQ is explicitly set in a job, then the &quot;default&quot; is ignored.

For example, payroll checks might be set to print only through OUTQ(PAYROLL) on printer device PAYROLL. The user&#039;s &quot;default&quot; will have no effect. The checks are going to print on printer PAYROLL.

OldSysAdmin&#039;s comment mostly describes the hierarchy.

So, if you have a specific case where you changed a user&#039;s default, and spooled output went to a different *OUTQ, please describe those circumstances. Tell us about the job that created the spooled file. Tell us about the attributes of the spooled file. Perhaps we can begin to explain what happened.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>i want to make a individual person all splf must be under my new out queue</i></p>
<p>One difficult part of that is the use of the word <b>&#8220;all&#8221;</b>.</p>
<p>We cannot tell you how to route &#8220;all&#8221; spooled files for a user to a specific *OUTQ because we don&#8217;t know the programming that is on your system. We can only tell you how to set a user&#8217;s &#8220;default&#8221; *OUTQ.</p>
<p>A job can include programming that routes spooled files to any *OUTQ on the system regardless of the user&#8217;s &#8220;default&#8221; *OUTQ. Keep in mind that it is only the &#8220;default&#8221;. If an *OUTQ is explicitly set in a job, then the &#8220;default&#8221; is ignored.</p>
<p>For example, payroll checks might be set to print only through OUTQ(PAYROLL) on printer device PAYROLL. The user&#8217;s &#8220;default&#8221; will have no effect. The checks are going to print on printer PAYROLL.</p>
<p>OldSysAdmin&#8217;s comment mostly describes the hierarchy.</p>
<p>So, if you have a specific case where you changed a user&#8217;s default, and spooled output went to a different *OUTQ, please describe those circumstances. Tell us about the job that created the spooled file. Tell us about the attributes of the spooled file. Perhaps we can begin to explain what happened.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldsysadmin</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101160</link>
		<dc:creator>oldsysadmin</dc:creator>
		<pubDate>Tue, 03 Jan 2012 15:51:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-101160</guid>
		<description><![CDATA[From a Work Management class I took in 1993. 
The hierarchy is (top to bottom).
OVRPRTF
Printer device file 
  OUTQ (*JOB)
  DEV (*JOB)
Job Description 
  OUTQ (*USRPRF)
  PRTDEV (*USRPRF)
User Profile
  OUTQ (*WRKSTN)
  PRTDEV (*WRKSTN)
Device Description
  PRTDEV (*SYSVAL)
  OUTQ (*DEV)
System Value
  QPRTDEV (PRT01)
So user profile come into play in the middle of the list.]]></description>
		<content:encoded><![CDATA[<p>From a Work Management class I took in 1993.<br />
The hierarchy is (top to bottom).<br />
OVRPRTF<br />
Printer device file<br />
  OUTQ (*JOB)<br />
  DEV (*JOB)<br />
Job Description<br />
  OUTQ (*USRPRF)<br />
  PRTDEV (*USRPRF)<br />
User Profile<br />
  OUTQ (*WRKSTN)<br />
  PRTDEV (*WRKSTN)<br />
Device Description<br />
  PRTDEV (*SYSVAL)<br />
  OUTQ (*DEV)<br />
System Value<br />
  QPRTDEV (PRT01)<br />
So user profile come into play in the middle of the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101159</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Tue, 03 Jan 2012 15:03:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-101159</guid>
		<description><![CDATA[If changing the default output queue on the user profile isn&#039;t  having  an effect, do the following:

1)  Check the job description for the user profile
2)  Check the job description the job(s) is running under
3)  Check the print file(s) definition
4)  Check the jobs for specific overrides

One or more of the above elements is superseding the default output queue on the user profile.]]></description>
		<content:encoded><![CDATA[<p>If changing the default output queue on the user profile isn&#8217;t  having  an effect, do the following:</p>
<p>1)  Check the job description for the user profile<br />
2)  Check the job description the job(s) is running under<br />
3)  Check the print file(s) definition<br />
4)  Check the jobs for specific overrides</p>
<p>One or more of the above elements is superseding the default output queue on the user profile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101151</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Tue, 03 Jan 2012 12:14:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-101151</guid>
		<description><![CDATA[Oh.. What was the problem you are facing when you are trying to do it using CHGUSRPRF.
Can you able to see the OUTQ name(which you have added) when you are trying to see the user profile(DSPUSRPRF).?

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>Oh.. What was the problem you are facing when you are trying to do it using CHGUSRPRF.<br />
Can you able to see the OUTQ name(which you have added) when you are trying to see the user profile(DSPUSRPRF).?</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101150</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Tue, 03 Jan 2012 10:09:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-101150</guid>
		<description><![CDATA[i tried using chgusrprf already,but it doesn&#039;t wrk,thats why i asked is there any other way.i don&#039;t know why it doesn&#039;t wrks?

as u said if i use wrksplf  then option2, it ask&#039;s for printer device choice.

let me try with jobd....thanks any way...:-)]]></description>
		<content:encoded><![CDATA[<p>i tried using chgusrprf already,but it doesn&#8217;t wrk,thats why i asked is there any other way.i don&#8217;t know why it doesn&#8217;t wrks?</p>
<p>as u said if i use wrksplf  then option2, it ask&#8217;s for printer device choice.</p>
<p>let me try with jobd&#8230;.thanks any way&#8230;:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101149</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Tue, 03 Jan 2012 09:39:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-101149</guid>
		<description><![CDATA[When it comes to, WRKSPLF, it is mainly used to work with Spool files of a Corresponding user.
After taking WRKSPLF Command you will get the list of Spool files.
For manually changing the OUTQ, You can take Option &#039;2&#039;(Change + F4) and F10(Additional Parameters), There you will find an option to enter OUTQ. 
Remember, By using this, we should be moving spool files one by one.

As suggested already, The best way to do is changing the User Profile(or corresponding JOBD).

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>When it comes to, WRKSPLF, it is mainly used to work with Spool files of a Corresponding user.<br />
After taking WRKSPLF Command you will get the list of Spool files.<br />
For manually changing the OUTQ, You can take Option &#8217;2&#8242;(Change + F4) and F10(Additional Parameters), There you will find an option to enter OUTQ.<br />
Remember, By using this, we should be moving spool files one by one.</p>
<p>As suggested already, The best way to do is changing the User Profile(or corresponding JOBD).</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101148</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Tue, 03 Jan 2012 09:35:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-101148</guid>
		<description><![CDATA[I understood your Requirement Raja,
I am a bit confused on, Why you are not willing to do the same by modifying User Profile(or Corresponding JOBD)?
Is there any restriction in your requirement not to change the User Profile?

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>I understood your Requirement Raja,<br />
I am a bit confused on, Why you are not willing to do the same by modifying User Profile(or Corresponding JOBD)?<br />
Is there any restriction in your requirement not to change the User Profile?</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101146</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Tue, 03 Jan 2012 06:48:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-101146</guid>
		<description><![CDATA[DEEPU how can we change the outq frm WRKSPLF, i didn&#039;t find any option on using this command to change outq.]]></description>
		<content:encoded><![CDATA[<p>DEEPU how can we change the outq frm WRKSPLF, i didn&#8217;t find any option on using this command to change outq.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajasekhar15</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/outq-2/#comment-101145</link>
		<dc:creator>rajasekhar15</dc:creator>
		<pubDate>Tue, 03 Jan 2012 06:44:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-101145</guid>
		<description><![CDATA[DEEPU,  default output queue for splf will be qprint, but i want to make a individual person all splf must be under my new out queue, that&#039;s my requirment...!]]></description>
		<content:encoded><![CDATA[<p>DEEPU,  default output queue for splf will be qprint, but i want to make a individual person all splf must be under my new out queue, that&#8217;s my requirment&#8230;!</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 3/10 queries in 0.037 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 11:27:17 -->