<?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: AS400 Backup Job Submitted but not run</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 07:20:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Featured Member: Batman47 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-85049</link>
		<dc:creator>Featured Member: Batman47 - ITKE Community Blog</dc:creator>
		<pubDate>Thu, 09 Dec 2010 07:14:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-85049</guid>
		<description><![CDATA[[...] AS/400 Backup job submitted but not running [...]]]></description>
		<content:encoded><![CDATA[<p>[...] AS/400 Backup job submitted but not running [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Most-Watched IT Questions: December 7, 2010 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84936</link>
		<dc:creator>The Most-Watched IT Questions: December 7, 2010 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 07 Dec 2010 06:13:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-84936</guid>
		<description><![CDATA[[...] AS400novice has everyone on board helping him figure out why the AS/400 backup job is submitted but not running. Check out what Rudedog, CharlieBrowne, Splat, TomLiotta, Znason, OldSysAdmin, Lovemyi, and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] AS400novice has everyone on board helping him figure out why the AS/400 backup job is submitted but not running. Check out what Rudedog, CharlieBrowne, Splat, TomLiotta, Znason, OldSysAdmin, Lovemyi, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84776</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 02 Dec 2010 22:54:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-84776</guid>
		<description><![CDATA[Also, if you have run the CHGJOBQE SBSD(QBASE) JOBQ(QBATCH) MAXACT(2) command, you should return the MAXACT() value back to (1). It&#039;s a good temporary (very) test to see what the problem might be, but it&#039;s very likely that you don&#039;t want the setting left that way.

It might be better simply to check attributes of jobs such as LANCHECK to see if they came in through QBATCH. No need to change a system setting when you can just look at the right attributes.

Tom]]></description>
		<content:encoded><![CDATA[<p>Also, if you have run the CHGJOBQE SBSD(QBASE) JOBQ(QBATCH) MAXACT(2) command, you should return the MAXACT() value back to (1). It&#8217;s a good temporary (very) test to see what the problem might be, but it&#8217;s very likely that you don&#8217;t want the setting left that way.</p>
<p>It might be better simply to check attributes of jobs such as LANCHECK to see if they came in through QBATCH. No need to change a system setting when you can just look at the right attributes.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84775</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 02 Dec 2010 22:46:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-84775</guid>
		<description><![CDATA[&lt;pre&gt;
LANCHECK     QPGMR       BCH      .0  DLY-480&lt;/pre&gt;
That job seems suspicious. If it was submitted through QBATCH, then no other jobs are going to run until it finishes. Its name and the DLYJOB function suggest a program that periodically wakes up to do some LAN-related check. If so, it probably would be better to submit it through the QBASE *JOBQ.

If it wasn&#039;t submitted through QBATCH, then it can probably be ignored for now.&lt;pre&gt;
QBASE                 .00   383492       13   ACTIVE
&lt;/pre&gt;
The system says 13 jobs are in QBASE, but WRKACTJOB SBS(QBASE QBATCH) only shows six jobs. Seven other jobs aren&#039;t shown. They&#039;re likely in some suspended status. Please run WRKACTJOB SBS(QBASE QBATCH) again; but this time press F14=Include. That will ensure that temporarily suspended jobs will also be shown.

Tom]]></description>
		<content:encoded><![CDATA[<pre>
LANCHECK     QPGMR       BCH      .0  DLY-480</pre>
<p>That job seems suspicious. If it was submitted through QBATCH, then no other jobs are going to run until it finishes. Its name and the DLYJOB function suggest a program that periodically wakes up to do some LAN-related check. If so, it probably would be better to submit it through the QBASE *JOBQ.</p>
<p>If it wasn&#8217;t submitted through QBATCH, then it can probably be ignored for now.
<pre>
QBASE                 .00   383492       13   ACTIVE
</pre>
<p>The system says 13 jobs are in QBASE, but WRKACTJOB SBS(QBASE QBATCH) only shows six jobs. Seven other jobs aren&#8217;t shown. They&#8217;re likely in some suspended status. Please run WRKACTJOB SBS(QBASE QBATCH) again; but this time press F14=Include. That will ensure that temporarily suspended jobs will also be shown.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: splat</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84756</link>
		<dc:creator>splat</dc:creator>
		<pubDate>Thu, 02 Dec 2010 16:16:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-84756</guid>
		<description><![CDATA[From what you&#039;ve posted, I suspect that the maximum number of jobs allowed from the QBATCH job queue has been reached.  If you would, try CHGJOBQE SBSD(QBASE) JOBQ(QBATCH) MAXACT(2) - if your queued jobs start moving into QBASE, that was the chokepoint.

If that doesn&#039;t work, you might consider increasing the maximum jobs in the subsystem (CHGSBSD SBSD(QBASE) MAXJOBS(n+1)).]]></description>
		<content:encoded><![CDATA[<p>From what you&#8217;ve posted, I suspect that the maximum number of jobs allowed from the QBATCH job queue has been reached.  If you would, try CHGJOBQE SBSD(QBASE) JOBQ(QBATCH) MAXACT(2) &#8211; if your queued jobs start moving into QBASE, that was the chokepoint.</p>
<p>If that doesn&#8217;t work, you might consider increasing the maximum jobs in the subsystem (CHGSBSD SBSD(QBASE) MAXJOBS(n+1)).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: as400novice</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84738</link>
		<dc:creator>as400novice</dc:creator>
		<pubDate>Thu, 02 Dec 2010 12:26:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-84738</guid>
		<description><![CDATA[&lt;i&gt;Is the job queue held (not the jobs in the queue, but the queue itself)?

If not, would you execute WRKSBSD for the QBASE subsystem &amp; look at the job queue entries, posting the results here?&lt;/i&gt;

Spat
Under WRKJOBQ, the job queue QBATCH has status RLS


&lt;pre&gt;                           Display Job Queue Entries                            
                                                             System:   S652F46B 
 Subsystem description:   QBASE          Status:   ACTIVE                       
                                                                                
  Seq  Job                       Max   ---------Max by Priority----------       
  Nbr  Queue       Library     Active   1   2   3   4   5   6   7   8   9       
   10  QBATCH      QGPL             1   *   *   *   *   *   *   *   *   *       
   50  QINTER      QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
  100  QCTL        QSYS        *NOMAX   *   *   *   *   *   *   *   *   *       
  150  QS36MRT     QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
  200  QS36EVOKE   QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
  250  QBASE       QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
                                                                                &lt;/pre&gt;


&lt;i&gt;Is the jobq QBATCH attached to a subsystem? When you do a WRKJOBD do you see this -
Queue Library Jobs Subsystem Status
QBATCH QGPL 0 QBATCH RLS
where the jobq is attached to a subsystem. In this case QBATCH jobq is attached to the subsystem QBATCH. If the subsystem field is blank then it is not attached and you need to probably start the QBATCH subsystem. But first I would go into the jobq qbatch and put the jobs on hold so they do not all try to run at the same time.&lt;/i&gt;

Lovemyi
Under WRKJOBD I don&#039;t see that display (not even those headings), instead this is what I see

&lt;pre&gt;                           Work with Job Descriptions                           
                                                                                
 Type options, press Enter.                                                     
   1=Create   2=Change   3=Copy   4=Delete   5=Display                          
                                                                                
          Job                                      Job                          
 Opt  Description  Library                Opt  Description  Library             
                                                                                
      QBATCH       QGPL                                                         
&lt;/pre&gt;

&lt;i&gt;Sounds like you need to look at what’s running in QBATCH &amp; QBASE since it’s not clear where they are running from. WRKACTJOB SBS(QBATCH QBATCH) See if you have anything in MSGW status. If so, take an option 7 to see what the message is and have the problem corrected.
  
POSTED:  DEC 1, 2010  9:57 PM (GMT)
I meant WRKACTJOB SBS(QBASE QBATCH)&lt;/i&gt;

Batman
Under WRKACTJOB SBS(QBASE QBATCH), nothing has the status MSGW

                            &lt;pre&gt; Work with Active Jobs                     S652F46B 
                                                             02/12/10  14:16:50 
 CPU %:    1.3     Elapsed time:   00:11:27     Active jobs:   107              
                                                                                
 Type options, press Enter.                                                     
   2=Change   3=Hold   4=End   5=Work with   6=Release   7=Display message      
   8=Work with spooled files   13=Disconnect ...                                
                                                                                
 Opt  Subsystem/Job  User        Type  CPU %  Function        Status            
      QBASE          QSYS        SBS      .0                   DEQW             
        CADSP04      JOHANN      INT      .0  PGM-JOBPRT       DSPW             
        CADSP05      MAFE        INT      .1  PGM-JOBPRT       DSPW             
        CADSP06      BUHLE       INT      .0  PGM-JOBPRT       DSPW             
        DSPKAV       KAVISH      INT      .0  CMD-WRKACTJOB    RUN              
        LANCHECK     QPGMR       BCH      .0  DLY-480          DLYW             
        QSYSSCD      QPGMR       BCH      .0  PGM-QEZSCNEP     EVTW&lt;/pre&gt;

&lt;i&gt;Run the WRKSBS command. Press F11=Display system data. Copy/paste the text from the resulting screen here. (Please select the text after pasting and click the {code} box above the entry area.)&lt;/i&gt;

Tom,

Under WRKSBS this is what I get,

                              &lt;pre&gt;Work with Subsystems                              
                                                             System:   S652F46B 
 Type options, press Enter.                                                     
   4=End subsystem   5=Display subsystem description                            
   8=Work with subsystem jobs                                                   
                                                                                
                       Total     Subsystem  Active                              
 Opt  Subsystem     Storage (M)   Number     Jobs   Status                      
      QBASE                 .00   383492       13   ACTIVE                      
      QSERVER               .00   383516       15   ACTIVE                      
      QSPL                  .00   383515        2   ACTIVE                      
      QSYSWRK               .00   383493       36   ACTIVE                      
      QUSRWRK               .00   383517        6   ACTIVE                      
      Q1PGSCH               .00   383538        1   ACTIVE &lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p><i>Is the job queue held (not the jobs in the queue, but the queue itself)?</p>
<p>If not, would you execute WRKSBSD for the QBASE subsystem &amp; look at the job queue entries, posting the results here?</i></p>
<p>Spat<br />
Under WRKJOBQ, the job queue QBATCH has status RLS</p>
<pre>                           Display Job Queue Entries                            
                                                             System:   S652F46B 
 Subsystem description:   QBASE          Status:   ACTIVE                       
                                                                                
  Seq  Job                       Max   ---------Max by Priority----------       
  Nbr  Queue       Library     Active   1   2   3   4   5   6   7   8   9       
   10  QBATCH      QGPL             1   *   *   *   *   *   *   *   *   *       
   50  QINTER      QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
  100  QCTL        QSYS        *NOMAX   *   *   *   *   *   *   *   *   *       
  150  QS36MRT     QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
  200  QS36EVOKE   QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
  250  QBASE       QGPL        *NOMAX   *   *   *   *   *   *   *   *   *       
                                                                                </pre>
<p><i>Is the jobq QBATCH attached to a subsystem? When you do a WRKJOBD do you see this -<br />
Queue Library Jobs Subsystem Status<br />
QBATCH QGPL 0 QBATCH RLS<br />
where the jobq is attached to a subsystem. In this case QBATCH jobq is attached to the subsystem QBATCH. If the subsystem field is blank then it is not attached and you need to probably start the QBATCH subsystem. But first I would go into the jobq qbatch and put the jobs on hold so they do not all try to run at the same time.</i></p>
<p>Lovemyi<br />
Under WRKJOBD I don&#8217;t see that display (not even those headings), instead this is what I see</p>
<pre>                           Work with Job Descriptions                           
                                                                                
 Type options, press Enter.                                                     
   1=Create   2=Change   3=Copy   4=Delete   5=Display                          
                                                                                
          Job                                      Job                          
 Opt  Description  Library                Opt  Description  Library             
                                                                                
      QBATCH       QGPL                                                         
</pre>
<p><i>Sounds like you need to look at what’s running in QBATCH &amp; QBASE since it’s not clear where they are running from. WRKACTJOB SBS(QBATCH QBATCH) See if you have anything in MSGW status. If so, take an option 7 to see what the message is and have the problem corrected.</p>
<p>POSTED:  DEC 1, 2010  9:57 PM (GMT)<br />
I meant WRKACTJOB SBS(QBASE QBATCH)</i></p>
<p>Batman<br />
Under WRKACTJOB SBS(QBASE QBATCH), nothing has the status MSGW</p>
<pre> Work with Active Jobs                     S652F46B 
                                                             02/12/10  14:16:50 
 CPU %:    1.3     Elapsed time:   00:11:27     Active jobs:   107              
                                                                                
 Type options, press Enter.                                                     
   2=Change   3=Hold   4=End   5=Work with   6=Release   7=Display message      
   8=Work with spooled files   13=Disconnect ...                                
                                                                                
 Opt  Subsystem/Job  User        Type  CPU %  Function        Status            
      QBASE          QSYS        SBS      .0                   DEQW             
        CADSP04      JOHANN      INT      .0  PGM-JOBPRT       DSPW             
        CADSP05      MAFE        INT      .1  PGM-JOBPRT       DSPW             
        CADSP06      BUHLE       INT      .0  PGM-JOBPRT       DSPW             
        DSPKAV       KAVISH      INT      .0  CMD-WRKACTJOB    RUN              
        LANCHECK     QPGMR       BCH      .0  DLY-480          DLYW             
        QSYSSCD      QPGMR       BCH      .0  PGM-QEZSCNEP     EVTW</pre>
<p><i>Run the WRKSBS command. Press F11=Display system data. Copy/paste the text from the resulting screen here. (Please select the text after pasting and click the {code} box above the entry area.)</i></p>
<p>Tom,</p>
<p>Under WRKSBS this is what I get,</p>
<pre>Work with Subsystems                              
                                                             System:   S652F46B 
 Type options, press Enter.                                                     
   4=End subsystem   5=Display subsystem description                            
   8=Work with subsystem jobs                                                   
                                                                                
                       Total     Subsystem  Active                              
 Opt  Subsystem     Storage (M)   Number     Jobs   Status                      
      QBASE                 .00   383492       13   ACTIVE                      
      QSERVER               .00   383516       15   ACTIVE                      
      QSPL                  .00   383515        2   ACTIVE                      
      QSYSWRK               .00   383493       36   ACTIVE                      
      QUSRWRK               .00   383517        6   ACTIVE                      
      Q1PGSCH               .00   383538        1   ACTIVE </pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84703</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 02 Dec 2010 01:55:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-84703</guid>
		<description><![CDATA[Even if the jobs are not held, the *JOBQ itself might be held. Even if the *JOBQ might be released, the maximum number of jobs from that *JOBQ might already be active. Even if the maximum number of jobs from QBATCH are not already active, the maximum number of jobs allowed to be active in QBASE might already be reached. Even if the maximum QBASE jobs aren&#039;t active, the subsystem might be in END status.

Technically, we don&#039;t even know if QBASE is the controlling subsystem yet. Just because QBASE is active doesn&#039;t make it the controlling subsystem. The system controlling subsystem is configured elsewhere.

For the most part, we don&#039;t know anything about the state of the system nor of its configuration.

Run the WRKSBS command. Press F11=Display system data. Copy/paste the text from the resulting screen here. (Please select the text after pasting and click the {code} box above the entry area.)

That will give us a start at asking the right questions.

Tom]]></description>
		<content:encoded><![CDATA[<p>Even if the jobs are not held, the *JOBQ itself might be held. Even if the *JOBQ might be released, the maximum number of jobs from that *JOBQ might already be active. Even if the maximum number of jobs from QBATCH are not already active, the maximum number of jobs allowed to be active in QBASE might already be reached. Even if the maximum QBASE jobs aren&#8217;t active, the subsystem might be in END status.</p>
<p>Technically, we don&#8217;t even know if QBASE is the controlling subsystem yet. Just because QBASE is active doesn&#8217;t make it the controlling subsystem. The system controlling subsystem is configured elsewhere.</p>
<p>For the most part, we don&#8217;t know anything about the state of the system nor of its configuration.</p>
<p>Run the WRKSBS command. Press F11=Display system data. Copy/paste the text from the resulting screen here. (Please select the text after pasting and click the {code} box above the entry area.)</p>
<p>That will give us a start at asking the right questions.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batman47</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84694</link>
		<dc:creator>batman47</dc:creator>
		<pubDate>Wed, 01 Dec 2010 21:57:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-84694</guid>
		<description><![CDATA[I meant &lt;b&gt;WRKACTJOB SBS(QBASE QBATCH)&lt;/b&gt;]]></description>
		<content:encoded><![CDATA[<p>I meant <b>WRKACTJOB SBS(QBASE QBATCH)</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batman47</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84693</link>
		<dc:creator>batman47</dc:creator>
		<pubDate>Wed, 01 Dec 2010 21:56:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-84693</guid>
		<description><![CDATA[&lt;i&gt;i.e. under WRKJOBQ, the Job Queue is QBATCH and Subsystem is also QBATCH, but the backup jobs are just being queued without being run.&lt;/i&gt;

&lt;i&gt;Executing WRKJOBQ shows various queues (QBASE, QFNC, QINTER etc), all with 0 jobs.

EXCEPT for job queue QBATCH in lib QGPL, which has 6 jobs in subsystem QBASE with status RLS. All jobs are backup jobs that are not being run. These jobs are NOT held.&lt;/i&gt;

Sounds like you need to look at what&#039;s running in QBATCH &amp; QBASE since it&#039;s not clear where they are running from.    &lt;b&gt;WRKACTJOB SBS(QBATCH QBATCH)&lt;/b&gt;    See if you have anything in &lt;b&gt;MSGW &lt;/b&gt;status.  If so, take an option 7 to see what the message is and have the problem corrected.]]></description>
		<content:encoded><![CDATA[<p><i>i.e. under WRKJOBQ, the Job Queue is QBATCH and Subsystem is also QBATCH, but the backup jobs are just being queued without being run.</i></p>
<p><i>Executing WRKJOBQ shows various queues (QBASE, QFNC, QINTER etc), all with 0 jobs.</p>
<p>EXCEPT for job queue QBATCH in lib QGPL, which has 6 jobs in subsystem QBASE with status RLS. All jobs are backup jobs that are not being run. These jobs are NOT held.</i></p>
<p>Sounds like you need to look at what&#8217;s running in QBATCH &amp; QBASE since it&#8217;s not clear where they are running from.    <b>WRKACTJOB SBS(QBATCH QBATCH)</b>    See if you have anything in <b>MSGW </b>status.  If so, take an option 7 to see what the message is and have the problem corrected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lovemyi</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-backup-job-submitted-but-not-run/#comment-84670</link>
		<dc:creator>lovemyi</dc:creator>
		<pubDate>Wed, 01 Dec 2010 19:50:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-84670</guid>
		<description><![CDATA[Is the jobq QBATCH attached to a subsystem?  When you do a WRKJOBD do you see this - 
Queue          Library            Jobs     Subsystem      Status 
QBATCH         QGPL                  0     QBATCH          RLS   
where the jobq is attached to a subsystem.  In this case QBATCH jobq is attached to the subsystem QBATCH.  If the subsystem field is blank then it is not attached and you need to probably start the QBATCH subsystem.  But first I would go into the jobq qbatch and put the jobs on hold so they do not all try to run at the same time.

Lovemyi]]></description>
		<content:encoded><![CDATA[<p>Is the jobq QBATCH attached to a subsystem?  When you do a WRKJOBD do you see this &#8211;<br />
Queue          Library            Jobs     Subsystem      Status<br />
QBATCH         QGPL                  0     QBATCH          RLS<br />
where the jobq is attached to a subsystem.  In this case QBATCH jobq is attached to the subsystem QBATCH.  If the subsystem field is blank then it is not attached and you need to probably start the QBATCH subsystem.  But first I would go into the jobq qbatch and put the jobs on hold so they do not all try to run at the same time.</p>
<p>Lovemyi</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-06-18 07:25:35 -->