 




<?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: QSYSOPR</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 05:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116854</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 01 Mar 2013 04:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116854</guid>
		<description><![CDATA[Yeah, that took some research to track down and to see how it might actually work. Keep in mind that a useful rule-of-thumb can be simply not to use IBM Q* objects for application activity. Things can be easier in the long run, especially when future app, or OS, changes need to be made. Everything from authorities to how they work can be affected. -- Tom]]></description>
		<content:encoded><![CDATA[<p>Yeah, that took some research to track down and to see how it might actually work. Keep in mind that a useful rule-of-thumb can be simply not to use IBM Q* objects for application activity. Things can be easier in the long run, especially when future app, or OS, changes need to be made. Everything from authorities to how they work can be affected. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmaster</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116850</link>
		<dc:creator>qmaster</dc:creator>
		<pubDate>Fri, 01 Mar 2013 02:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116850</guid>
		<description><![CDATA[Tom,Thanks for T/ZC tip..this would help to point on some one by checking time stamp.and I&#039;ll see the&#160;possibility&#160;of change the Q to different App QThanks All..!]]></description>
		<content:encoded><![CDATA[<p>Tom,Thanks for T/ZC tip..this would help to point on some one by checking time stamp.and I&#8217;ll see the&nbsp;possibility&nbsp;of change the Q to different App QThanks All..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116809</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Thu, 28 Feb 2013 06:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116809</guid>
		<description><![CDATA[It&#039;s easy enough to track changes to QSYSOPR. But it can lead to more potential problems. Tracking would be for changes; and that means every message added or removed, by any process in the system, would generate an audit entry. You can run CHGOBJAUD against QSYSOPR *MSGQ to audit *CHANGE actions.
Now, since only a couple people should have *DLT data authority for QSYSOPR, you actually only need to track a couple users. That means you could run CHGUSRAUD to set OBJAUD(*CHANGE) only for those profiles. Then run CHGOBJAUD OBJAUD(*CHANGE) for QSYSOPR. That would only send audit entries from QSYSOPR when one of those profiles removed (or sent) QSYSOPR messages.
The problem with that will be audit entries whenever one of those profiles changed any audited object. It&#039;s possible that you aren&#039;t doing any object auditing at all, so maybe that&#039;s not a big deal.
What you&#039;ll see is a T/ZC entry for every change event. Those that are for removing messages will have a &#039;Type of access&#039; value of (38) for &#039;Remove&#039;.
A better choice would be to change your custom jobs not to send messages to QSYSOPR. Have them sent to a message queue created and intended for application messages.
Tom]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s easy enough to track changes to QSYSOPR. But it can lead to more potential problems. Tracking would be for changes; and that means every message added or removed, by any process in the system, would generate an audit entry. You can run CHGOBJAUD against QSYSOPR *MSGQ to audit *CHANGE actions.<br />
Now, since only a couple people should have *DLT data authority for QSYSOPR, you actually only need to track a couple users. That means you could run CHGUSRAUD to set OBJAUD(*CHANGE) only for those profiles. Then run CHGOBJAUD OBJAUD(*CHANGE) for QSYSOPR. That would only send audit entries from QSYSOPR when one of those profiles removed (or sent) QSYSOPR messages.<br />
The problem with that will be audit entries whenever one of those profiles changed any audited object. It&#8217;s possible that you aren&#8217;t doing any object auditing at all, so maybe that&#8217;s not a big deal.<br />
What you&#8217;ll see is a T/ZC entry for every change event. Those that are for removing messages will have a &#8216;Type of access&#8217; value of (38) for &#8216;Remove&#8217;.<br />
A better choice would be to change your custom jobs not to send messages to QSYSOPR. Have them sent to a message queue created and intended for application messages.<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmaster</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116802</link>
		<dc:creator>qmaster</dc:creator>
		<pubDate>Thu, 28 Feb 2013 02:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-116802</guid>
		<description><![CDATA[Tom, Did you got any chance to look for tracking F16 option? If so,Please share it here..Even i too tried...but no luckThanks in Advance.]]></description>
		<content:encoded><![CDATA[<p>Tom, Did you got any chance to look for tracking F16 option? If so,Please share it here..Even i too tried&#8230;but no luckThanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LetItBe</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111593</link>
		<dc:creator>LetItBe</dc:creator>
		<pubDate>Fri, 28 Sep 2012 19:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111593</guid>
		<description><![CDATA[This is an interesting topic for me because we are working on &quot;automating&quot; the 2nd shift here and intend to use QSYSOPR message queue with robot software&#160; to monitor the nightly batch jobs.&#160; As I understand it at this point, any messages what we send to the QSYSOPR message queue&#160;requiring a reply will be &quot;texted&quot; to a cell phone by the programmer on call.&#160; We will want to see information messages of satisfactory completion at certain key points of processing.&#160; I guess we can use messages requiring a reply for those too, but would prefer not to have to reply &quot;ok&quot; or whatever or what should be routine successful completion messages. &#160;I don&#039;t know how &quot;application message queues&quot; work with robot.Just thought I&#039;d chime in with what we are working on - maybe gmaster has a similar use at his shop.]]></description>
		<content:encoded><![CDATA[<p>This is an interesting topic for me because we are working on &#8220;automating&#8221; the 2nd shift here and intend to use QSYSOPR message queue with robot software&nbsp; to monitor the nightly batch jobs.&nbsp; As I understand it at this point, any messages what we send to the QSYSOPR message queue&nbsp;requiring a reply will be &#8220;texted&#8221; to a cell phone by the programmer on call.&nbsp; We will want to see information messages of satisfactory completion at certain key points of processing.&nbsp; I guess we can use messages requiring a reply for those too, but would prefer not to have to reply &#8220;ok&#8221; or whatever or what should be routine successful completion messages. &nbsp;I don&#8217;t know how &#8220;application message queues&#8221; work with robot.Just thought I&#8217;d chime in with what we are working on &#8211; maybe gmaster has a similar use at his shop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ToddN2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111585</link>
		<dc:creator>ToddN2000</dc:creator>
		<pubDate>Fri, 28 Sep 2012 15:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111585</guid>
		<description><![CDATA[If job completion messages are being sent to QSYSOPR &#160;then it should only be for the operations department. If an individual user need to know if a job finished send the message to their message queue as defined in their user profile. If there is more than 1 user that needs to be notified you can try sending a break message. If the messages are gone and you still want to know if a job finished then you can check the log. DSPLOG QHST. Send it to print and search the spoolfile.]]></description>
		<content:encoded><![CDATA[<p>If job completion messages are being sent to QSYSOPR &nbsp;then it should only be for the operations department. If an individual user need to know if a job finished send the message to their message queue as defined in their user profile. If there is more than 1 user that needs to be notified you can try sending a break message. If the messages are gone and you still want to know if a job finished then you can check the log. DSPLOG QHST. Send it to print and search the spoolfile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111578</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 28 Sep 2012 11:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111578</guid>
		<description><![CDATA[It was probable that that was what was being done.
&#160;
But QSYSOPR is not where such messages should go. QSYSOPR is an IBM profile message queue that should be used for system messages. Custom applications should log messages to application message queues.
&#160;
But it&#039;s understood that that isn&#039;t always the way things go.
&#160;
However, because QSYSOPR receives system messages, there should only a very few users who have authority to change QSYSOPR. It can hold messages indicating trouble, so only high-security or *SYSOPR users should be allowed to change it (to delete messages). And those users should be reliable enough to know not to clear QSYSOPR except under prescribed procedures.
&#160;
If you&#039;ve granted authority to many users and the authority is used, it becomes much more difficult to track. If there are only a couple users, you can usually just ask them not to do it any more.
&#160;
But I&#039;ll still try to track how F16 does its work, when I get the time.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>It was probable that that was what was being done.<br />
&nbsp;<br />
But QSYSOPR is not where such messages should go. QSYSOPR is an IBM profile message queue that should be used for system messages. Custom applications should log messages to application message queues.<br />
&nbsp;<br />
But it&#8217;s understood that that isn&#8217;t always the way things go.<br />
&nbsp;<br />
However, because QSYSOPR receives system messages, there should only a very few users who have authority to change QSYSOPR. It can hold messages indicating trouble, so only high-security or *SYSOPR users should be allowed to change it (to delete messages). And those users should be reliable enough to know not to clear QSYSOPR except under prescribed procedures.<br />
&nbsp;<br />
If you&#8217;ve granted authority to many users and the authority is used, it becomes much more difficult to track. If there are only a couple users, you can usually just ask them not to do it any more.<br />
&nbsp;<br />
But I&#8217;ll still try to track how F16 does its work, when I get the time.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmaster</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111571</link>
		<dc:creator>qmaster</dc:creator>
		<pubDate>Fri, 28 Sep 2012 08:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111571</guid>
		<description><![CDATA[Problem with Clearing off the QSYSOPR is, We have some customized jobs which will put some FYI kind of messages in QSYSOPR,by deleting these messages,we were not able to track the status of some batch jobs at ease. So,if we can find the Culprit user here ,we can warn him or restrict him in doing so...]]></description>
		<content:encoded><![CDATA[<p>Problem with Clearing off the QSYSOPR is, We have some customized jobs which will put some FYI kind of messages in QSYSOPR,by deleting these messages,we were not able to track the status of some batch jobs at ease. So,if we can find the Culprit user here ,we can warn him or restrict him in doing so&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111568</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 28 Sep 2012 07:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/qsysopr/#comment-111568</guid>
		<description><![CDATA[There normally shouldn&#039;t be much in QSYSOPR to care about, so clearing non-inquiry messages shouldn&#039;t bother anyone. QSYSOPR isn&#039;t intended for any significant &quot;logging&quot;. (And it&#039;s cleared automatically at IPL which would mess up logging real good for sites that reboot overnight.)
&#160;
But it&#039;s an interesting question. I&#039;ve not taken a detailed look at the effects of F16. A quick test shows that there&#039;s a difference between it and simple deletion of messages. If I get time and uncover anything, I&#039;ll try to add it here.
&#160;
Maybe someone else has info. It&#039;ll be interesting to see if anyone can post details.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>There normally shouldn&#8217;t be much in QSYSOPR to care about, so clearing non-inquiry messages shouldn&#8217;t bother anyone. QSYSOPR isn&#8217;t intended for any significant &#8220;logging&#8221;. (And it&#8217;s cleared automatically at IPL which would mess up logging real good for sites that reboot overnight.)<br />
&nbsp;<br />
But it&#8217;s an interesting question. I&#8217;ve not taken a detailed look at the effects of F16. A quick test shows that there&#8217;s a difference between it and simple deletion of messages. If I get time and uncover anything, I&#8217;ll try to add it here.<br />
&nbsp;<br />
Maybe someone else has info. It&#8217;ll be interesting to see if anyone can post details.<br />
&nbsp;<br />
Tom</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/8 queries in 0.036 seconds using memcached
Object Caching 381/382 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 07:28:34 -->