 




<?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: User Id in Pgm DS in case of Scheduled Batch Job.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/user-id-in-pgm-ds-in-case-of-scheduled-batch-job/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/user-id-in-pgm-ds-in-case-of-scheduled-batch-job/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-id-in-pgm-ds-in-case-of-scheduled-batch-job/#comment-36952</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 03 Jun 2005 00:09:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-36952</guid>
		<description><![CDATA[To general possibilities seem to make sense:

1) Journal the file through database journaling, perhaps only for *AFTER images and onitting *OPNCLO. The journal entry will record everything that&#039;s appropriate.

2) Turn on object auditing for the file object. The system security audit journal can then track accesses of the file object and again record the needed info.

I haven&#039;t seen only the first three characters before, but I have seen where the servers report userid as a null-terminated string. We&#039;ve submitted problem reports to IBM and gotten PTFs created. This _could_ be a similar situation.]]></description>
		<content:encoded><![CDATA[<p>To general possibilities seem to make sense:</p>
<p>1) Journal the file through database journaling, perhaps only for *AFTER images and onitting *OPNCLO. The journal entry will record everything that&#8217;s appropriate.</p>
<p>2) Turn on object auditing for the file object. The system security audit journal can then track accesses of the file object and again record the needed info.</p>
<p>I haven&#8217;t seen only the first three characters before, but I have seen where the servers report userid as a null-terminated string. We&#8217;ve submitted problem reports to IBM and gotten PTFs created. This _could_ be a similar situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byimw02</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-id-in-pgm-ds-in-case-of-scheduled-batch-job/#comment-36953</link>
		<dc:creator>byimw02</dc:creator>
		<pubDate>Mon, 18 Apr 2005 09:19:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-36953</guid>
		<description><![CDATA[The QUSER profile exists on all iSeries systems as part of the basic OS install. It is possible someone at the user installation delete it (not recommended) or you do not have the proper authority to view the Q* profiles.  I am not sure what the user id info has QUS? Someone could have created a profile named QUS. First of all, I would look up all programs that update this PF and examine how the programs are referenced, e.g., via menu, explicit call from command line.  Also check if file can be updated via DBU, DFU or other file utility which bypass all pre-set error  and logging functions. With a file utility, someone can enter a non-existent profile id into the field along with other questionable data.  Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>The QUSER profile exists on all iSeries systems as part of the basic OS install. It is possible someone at the user installation delete it (not recommended) or you do not have the proper authority to view the Q* profiles.  I am not sure what the user id info has QUS? Someone could have created a profile named QUS. First of all, I would look up all programs that update this PF and examine how the programs are referenced, e.g., via menu, explicit call from command line.  Also check if file can be updated via DBU, DFU or other file utility which bypass all pre-set error  and logging functions. With a file utility, someone can enter a non-existent profile id into the field along with other questionable data.  Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dipendra</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-id-in-pgm-ds-in-case-of-scheduled-batch-job/#comment-36954</link>
		<dc:creator>dipendra</dc:creator>
		<pubDate>Fri, 15 Apr 2005 10:41:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-36954</guid>
		<description><![CDATA[Hi,

Actually one file has some records with User value &#039;QUS&#039;.Other records contains the user id of the user who updated the record using interactive menus. The client has asked me to find from where these records with user id &#039;QUS&#039; is comming. Since QUS user profile does not exist on the system, I suppose this must be done from a job running under system user profile QUSER whose first 3 char( user field in the file have length 3)is QUS.

Can you suggest a reason/way to track  the job/pgm doing this. 

Thanks &amp; Regards

Dipendra 

 ]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Actually one file has some records with User value &#8216;QUS&#8217;.Other records contains the user id of the user who updated the record using interactive menus. The client has asked me to find from where these records with user id &#8216;QUS&#8217; is comming. Since QUS user profile does not exist on the system, I suppose this must be done from a job running under system user profile QUSER whose first 3 char( user field in the file have length 3)is QUS.</p>
<p>Can you suggest a reason/way to track  the job/pgm doing this. </p>
<p>Thanks &amp; Regards</p>
<p>Dipendra </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byimw02</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/user-id-in-pgm-ds-in-case-of-scheduled-batch-job/#comment-36955</link>
		<dc:creator>byimw02</dc:creator>
		<pubDate>Fri, 15 Apr 2005 09:53:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-36955</guid>
		<description><![CDATA[I concur with Jonathan. What is the specific problem? Whatever you are trying to accomplish, remember all initiated jobs require a user profile.  Where the user profile is retrieved is dependent on how the job is initiated. The profile can be explicitly provided using the various submit commands and signon screens/panels or implicitly in job descriptions and device descriptions. A batch job will have the user profile assigned to it at submission. All job scheduler packages allow the option to assigned it explicitly in a command parameter or implicitly from a job description. The user id in the PDS will be the user assigned at the job&#039;s submission.  Hope this helps.  Ciao.]]></description>
		<content:encoded><![CDATA[<p>I concur with Jonathan. What is the specific problem? Whatever you are trying to accomplish, remember all initiated jobs require a user profile.  Where the user profile is retrieved is dependent on how the job is initiated. The profile can be explicitly provided using the various submit commands and signon screens/panels or implicitly in job descriptions and device descriptions. A batch job will have the user profile assigned to it at submission. All job scheduler packages allow the option to assigned it explicitly in a command parameter or implicitly from a job description. The user id in the PDS will be the user assigned at the job&#8217;s submission.  Hope this helps.  Ciao.</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.033 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 20:59:19 -->