 




<?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; AS/400 job logs</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/as400-job-logs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 19:08:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>JOB HSTRY</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/job-hstry/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/job-hstry/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 07:20:10 +0000</pubDate>
		<dc:creator>Rajasekhar15</dc:creator>
				<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 Job Queue]]></category>
		<category><![CDATA[AS/400 jobs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[HOW TO FIND THE INFORMATION OF A ENDED JOB?]]></description>
				<content:encoded><![CDATA[<p>HOW TO FIND THE INFORMATION OF A ENDED JOB?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/job-hstry/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Message subfile &#8212; messages are displaying in screen</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-subfile-messages-arent-display-in-screen/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/message-subfile-messages-arent-display-in-screen/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 13:53:52 +0000</pubDate>
		<dc:creator>MelanieYarbrough</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 Subfiles]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I created a message subfile for displaying errors in a program, but the problem is that messages are displaying in the job log instead of the display screen. Also, I gave overlay to display screen, cleared the PGMQ before writing the message control. What is the actual problem? Please help!]]></description>
				<content:encoded><![CDATA[<p>I created a message subfile for displaying errors in a program, but the problem is that messages are displaying in the job log instead of the display screen. Also, I gave overlay to display screen, cleared the PGMQ before writing the message control. What is the actual problem? Please help!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/message-subfile-messages-arent-display-in-screen/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Status of a submitted AS/400 job</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/status-of-a-submitted-job/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/status-of-a-submitted-job/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 05:31:08 +0000</pubDate>
		<dc:creator>RamvishakRamesh</dc:creator>
				<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 job scheduler]]></category>
		<category><![CDATA[AS/400 jobs]]></category>
		<category><![CDATA[RTVJOBA]]></category>
		<category><![CDATA[SBMJOB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is the scenario, I want my job B to start after finishing Job A and Job C to start after finishing Job B. Can I use a RTVJOBA to check whether job A has finished sussesfully so that I can submit Job B? If I can use this, which paramter will tell me the [...]]]></description>
				<content:encoded><![CDATA[<p>This is the scenario,</p>
<p>I want my job B to start after finishing Job A and Job C to start after finishing Job B. Can I use a RTVJOBA to check whether job A has finished sussesfully so that I can submit Job B? If I can use this, which paramter will tell me the job status like successfully completed or not.?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/status-of-a-submitted-job/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Cobol Modules and Program</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cobol-modules-and-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cobol-modules-and-program/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 08:50:10 +0000</pubDate>
		<dc:creator>Gta</dc:creator>
				<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS400 - COBOL]]></category>
		<category><![CDATA[COBOL]]></category>
		<category><![CDATA[PGM]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hi, I have 3 module objects:- 1. Add 2. Update 3. Delete. I have combined these into 1 module MODA. MODA calls these program on the basis of some condition. Now my question is: 1. I am not able to create PGM of MODA. the job log says Definition not found for symbol &#8216;ADD&#8217;. What [...]]]></description>
				<content:encoded><![CDATA[<p>hi,<br/><br/> I have 3 module objects:-<br/><br/> 1. Add<br/><br/> 2. Update<br/><br/> 3. Delete.<br/><br/> I have combined these into 1 module MODA. MODA calls these program on the basis of some condition.<br/><br/> Now my question is:<br/><br/> 1. I am not able to create PGM of MODA. the job log says <br/><br/> Definition not found for symbol &#8216;ADD&#8217;.<br/><br/> What might be the issue here?<br/><br/> 2. Should i make a service program of these three module ADD, DEL and UPD and then bind them into MODA. but in that case i believe we should export the modules. How to export the procedures in Cobol.<br/><br/> Any help would be appreciated.<br/><br/> Thanks,<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cobol-modules-and-program/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Job in MSGW</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/job-in-msgw/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/job-in-msgw/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 06:38:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 jobs]]></category>
		<category><![CDATA[Job in MSGW]]></category>
		<category><![CDATA[MSGW]]></category>
		<category><![CDATA[MSGW status]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When will a job go to MSGW and how to see the associated files when a job is in MSGW?]]></description>
				<content:encoded><![CDATA[<p>When will a job go to MSGW and how to see the associated files when a job is in MSGW?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/job-in-msgw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AS/400 Query Job Log</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-job-log/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-job-log/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 13:02:36 +0000</pubDate>
		<dc:creator>Lambros</dc:creator>
				<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 Job Queue]]></category>
		<category><![CDATA[AS/400 jobs]]></category>
		<category><![CDATA[AS/400 Query]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Dear all, Its my first time I submit a question so, please forgive me if I do something wrong. My question is if it possible to have a detail job log from a query. I mean if I can see what files I have used or what criteria I have used. Thank you Lambros]]></description>
				<content:encoded><![CDATA[<p>Dear all,</p>
<p>Its my first time I submit a question so, please forgive me if I do something wrong.</p>
<p>My question is if it possible to have a detail job log from a query. I mean if I can see what files I have used or what criteria I have used.</p>
<p>Thank you</p>
<p>Lambros</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-query-job-log/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Retrieving error incurred(if any) from the jobs using an independent process- AS/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/retrieving-error-incurredif-any-from-the-jobs-using-an-independent-process-as400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/retrieving-error-incurredif-any-from-the-jobs-using-an-independent-process-as400/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 13:55:19 +0000</pubDate>
		<dc:creator>1607</dc:creator>
				<category><![CDATA[AS/400 batch jobs]]></category>
		<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[Batch jobs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, we have some batch jobs running for the entire day.Can someone tell me what will be the best way to monitor the errors that got spooled in a joblog &#038; retrieve the same using an independent process ? If possible, please let me know the steps that  can be best suited to cover the most of the senarios. Can there be [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br/><br/> we have some batch jobs running for the entire day.Can someone tell me what will be the best way to monitor the errors that got spooled in a joblog &#038; retrieve the same using an independent process ? If possible, please let me know the steps that  can be best suited to cover the most of the senarios. Can there be a case that job is active but in one procedure it incurred one error which got spooled to the log file.<br/><br/> Thanks in advance&#8230;..<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/retrieving-error-incurredif-any-from-the-jobs-using-an-independent-process-as400/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to know when EOD jobs are done so I can schedule my AS/400 job?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-job-scheduling/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-job-scheduling/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 09:21:36 +0000</pubDate>
		<dc:creator>iiiiiiiiiiiii</dc:creator>
				<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 Job Prioritization]]></category>
		<category><![CDATA[AS/400 Job Queue]]></category>
		<category><![CDATA[AS/400 job scheduler]]></category>
		<category><![CDATA[AS/400 jobs]]></category>
		<category><![CDATA[AS400 - job scheduling]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[HI My business requirement is that i need to schedule my job,when all the EOD jobs are completed. how can i know that eod jobhs are completed are not? can anyone help me out in writing the cl program for this requirement. Thanks]]></description>
				<content:encoded><![CDATA[<p>HI</p>
<p>My business requirement is that i need to schedule my job,when all the EOD jobs are completed.</p>
<p>how can i know that eod jobhs are completed are not?</p>
<p>can anyone help me out in writing the cl program for this requirement.</p>
<p>Thanks</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-job-scheduling/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Capture job data in AS/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/capture-a-job-data/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/capture-a-job-data/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 21:56:00 +0000</pubDate>
		<dc:creator>Jaymz69</dc:creator>
				<category><![CDATA[AS/400 Active Jobs]]></category>
		<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 user sessions]]></category>
		<category><![CDATA[AS400 Job Status]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to be able to watch a JOB (a user logged into a device with a name) They get a X-CLOCK every once and a while. I want to see if I can capture anything from the AS400 side to see if anything is delaying the responce back to the client&#8230;]]></description>
				<content:encoded><![CDATA[<p>I want to be able to watch a JOB (a user logged into a device with a name)<br/><br/> They get a X-CLOCK every once and a while.<br/><br/> I want to see if I can capture anything from the AS400 side<br/><br/> to see if anything is delaying the responce back to the client&#8230;<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/capture-a-job-data/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Never ending Job and Subsystem</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/never-ending-job-and-subsystem/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/never-ending-job-and-subsystem/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 20:54:44 +0000</pubDate>
		<dc:creator>Divemaster</dc:creator>
				<category><![CDATA[AS/400 job logs]]></category>
		<category><![CDATA[AS/400 jobs]]></category>
		<category><![CDATA[Subsystems]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We have a job within a subsystem that just won&#8217;t go away. We have tried ending both the job and the subsystem it is running in but it never ends. This job has no program stack but does have open files and active object locks. Is there anyway to end both the job and subsystem [...]]]></description>
				<content:encoded><![CDATA[<p>We have a job within a subsystem that just won&#8217;t go away. <br/><br/> We have tried ending both the job and the subsystem it is running in but it never ends. This job has no program stack but does have open files and active object locks. <br/><br/> Is there anyway to end both the job and subsystem without having to power down the system (we’ve tried just putting it in a restricted state but there is no change)? Thank you<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/never-ending-job-and-subsystem/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/24 queries in 0.036 seconds using memcached
Object Caching 924/1057 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 19:37:58 -->