<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Display Job Log</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/display-job-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:12:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>qshell job log</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/qshell-job-log/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/qshell-job-log/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 10:38:12 +0000</pubDate>
		<dc:creator>VivekSharma</dc:creator>
				<category><![CDATA[CL programs]]></category>
		<category><![CDATA[Display Job Log]]></category>
		<category><![CDATA[Qshell]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi When I run any qshell command in my cl program, the job log for qshell gets created in QZSHSH. Is there any way that we can prevent creation of such job logs. Thanks Vivek]]></description>
				<content:encoded><![CDATA[<p>Hi <br/><br/> When I run any qshell command in my cl program, the job log for qshell gets created in QZSHSH. <br/><br/> Is there any way that we can prevent creation of such job logs. <br/><br/> Thanks <br/><br/> Vivek<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/qshell-job-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In z/OS, can you write a message to another job&#8217;s job log?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/in-zos-can-you-write-a-message-to-another-jobs-job-log/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/in-zos-can-you-write-a-message-to-another-jobs-job-log/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 02:37:49 +0000</pubDate>
		<dc:creator>Jamesp33</dc:creator>
				<category><![CDATA[Display Job Log]]></category>
		<category><![CDATA[Joblog]]></category>
		<category><![CDATA[z/OS]]></category>
		<category><![CDATA[z/OS configuration]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;ve got several situations where I&#8217;d like a program (e.g. a batch program) to be able to write a message in another job&#8217;s job log (e.g. to a CICS region saying &#8220;I&#8217;ve just set application ABC into overnight mode&#8221; or some such). I don&#8217;t recall seeing this feature anywhere and have been through the Assembler [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve got several situations where I&#8217;d like a program (e.g. a batch program) to be able to write a message in another job&#8217;s job log (e.g. to a CICS region saying &#8220;I&#8217;ve just set application ABC into overnight mode&#8221; or some such).</p>
<p>I don&#8217;t recall seeing this feature anywhere and have been through the Assembler macros manual and JES2 macros, as well as doing a bit of general forum searching, and haven&#8217;t been able to find anything yet.  The authorized form of the WTO macro does allow JOBNAME and JOBID parameters but these seem to be simply for message identification as far as I can tell, not for actual routing to another address space&#8217;s job log.</p>
<p>Does anyone have any idea if this is possible?  Thanks in advance for any suggestions.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/in-zos-can-you-write-a-message-to-another-jobs-job-log/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Purging a file and restart the Job</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/purging-a-file-and-restart-the-job/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/purging-a-file-and-restart-the-job/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 05:07:50 +0000</pubDate>
		<dc:creator>frmdeva</dc:creator>
				<category><![CDATA[AS/400 administration]]></category>
		<category><![CDATA[Display Job Log]]></category>
		<category><![CDATA[DSPJOBLOG]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have to purge a file for older records. Before starting the purge activity, I need to check what are the jobs locked the file and need to END the jobs then purge activity will be started. After compilation of Purge Job, we need to restart the batch jobs which is ended by us [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br />
I have to purge a file for older records. Before starting the purge activity, I need to check what are the jobs locked the file and need to END the jobs then purge activity will be started.</p>
<p>After compilation of Purge Job, we need to restart the batch jobs which is ended by us in the previous steps.<br />
I want to know that the command which is executed in batch jobs and its parameters.<br />
From these details, I can restart the Job.</p>
<p>I tried with DSPJOBLOG to get the command which is executed but in some cases (eg, huge Job log is there) not able to find the command details in the joblog. I am expecting your input on this. If we have any other efficient way other than this, please let me know.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/purging-a-file-and-restart-the-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</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/12 queries in 0.015 seconds using memcached
Object Caching 444/453 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 08:18:14 -->