<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: To search which .com procedure is scheduled in queue in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641053#M98943</link>
    <description>*jess*,&lt;BR /&gt;&lt;BR /&gt;As Murali has noted, the command modifier to show the details of each batch queue entry is /FULL (without the /ALL, SHOW QUEUE will only display jobs belonging to the user issuing the command).&lt;BR /&gt;&lt;BR /&gt;For a one-time or infrequent requirement, I would use the piped solution of processing the output of the SHOW QUEUE/ALL/FULL command (or use the an editor on the output if I wanted more details about matching jobs).&lt;BR /&gt;&lt;BR /&gt;If this is a constant requirement, I would consider using F$GETQUI in DCL or a conventional program using the OpenVMS library services.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Wed, 02 Jun 2010 09:45:43 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2010-06-02T09:45:43Z</dc:date>
    <item>
      <title>To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641047#M98937</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to search whether this abc.com DCL is scheduled to run in queue.&lt;BR /&gt;&lt;BR /&gt;If sh queue/all, I can only see the job name and the schedule time.&lt;BR /&gt;&lt;BR /&gt;Tried this as well: &lt;BR /&gt;pipe show que /all | sea sys$Input abc&lt;BR /&gt;&lt;BR /&gt;Still not able to get what i want. Appreciate yr help. Thanks!</description>
      <pubDate>Wed, 02 Jun 2010 05:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641047#M98937</guid>
      <dc:creator>jess_14</dc:creator>
      <dc:date>2010-06-02T05:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641048#M98938</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;/ALL just show all jobs from all users (if privs allow).&lt;BR /&gt;&lt;BR /&gt;Add /FULL to see the attributes (including filename) for all queue entries.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 02 Jun 2010 06:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641048#M98938</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-06-02T06:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641049#M98939</link>
      <description>Thanks Volkler, specifiying /full/all will show a whole list of jobs in all queues.&lt;BR /&gt;&lt;BR /&gt;Can i find only that particular job name which matches the DCL abc.com&lt;BR /&gt;&lt;BR /&gt;Similiarly to UNIX, when crontab -l&lt;BR /&gt;I'm able to know directly which scripts is in the scheduled. Not sure whether this can be done in VMS....&lt;BR /&gt;&lt;BR /&gt;35,40,45,50,55 * * * * /scripts/monitoring/myresmon.sh</description>
      <pubDate>Wed, 02 Jun 2010 06:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641049#M98939</guid>
      <dc:creator>jess_14</dc:creator>
      <dc:date>2010-06-02T06:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641050#M98940</link>
      <description>Hi Jess,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; If sh queue/all, I can only see the job name and the schedule time.&lt;BR /&gt;This command will only give basic details of various jobs in the queue.&lt;BR /&gt;Details such as Entry, Jobname, username ,status.&lt;BR /&gt;&lt;BR /&gt;The /FULL qualifier will give more details such as COM procedure name, logfile name and so on...&lt;BR /&gt;&lt;BR /&gt;To know if a COM procedure is running in a queue,&lt;BR /&gt;$SHOW QUEUE/ALL/FULL&lt;BR /&gt; -&amp;gt; From this output, check if your COM procedure is listed.&lt;BR /&gt;or&lt;BR /&gt;$PIPE SHOW QUEUE/ALL/FULL | SEARCH SYS$INPUT ABC&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 02 Jun 2010 06:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641050#M98940</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-02T06:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641051#M98941</link>
      <description>Hi Jess,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I'm able to know directly which scripts is in the scheduled&lt;BR /&gt;Try this command&lt;BR /&gt;$PIPE SHOW QUEUE/ALL/FULL | SEARCH SYS$INPUT EXECUTING&lt;BR /&gt;This will give you a list of command procedures that are currently executing.&lt;BR /&gt;Is this what you were looking for ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 02 Jun 2010 06:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641051#M98941</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-02T06:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641052#M98942</link>
      <description>Hi Jess,&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;You can use the F$GETQUI lexical in order to get a set of information about&lt;BR /&gt;various jobs in the queue.&lt;BR /&gt;&lt;BR /&gt;For more information of F$GETQUI lexical refer DCL help&lt;BR /&gt;$HELP LEXICAL F$GETQUI&lt;BR /&gt;&lt;BR /&gt;Check the arguments of the above lexical, it may help you retrieve the&lt;BR /&gt;information you are looking for.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 02 Jun 2010 07:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641052#M98942</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-02T07:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641053#M98943</link>
      <description>*jess*,&lt;BR /&gt;&lt;BR /&gt;As Murali has noted, the command modifier to show the details of each batch queue entry is /FULL (without the /ALL, SHOW QUEUE will only display jobs belonging to the user issuing the command).&lt;BR /&gt;&lt;BR /&gt;For a one-time or infrequent requirement, I would use the piped solution of processing the output of the SHOW QUEUE/ALL/FULL command (or use the an editor on the output if I wanted more details about matching jobs).&lt;BR /&gt;&lt;BR /&gt;If this is a constant requirement, I would consider using F$GETQUI in DCL or a conventional program using the OpenVMS library services.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 02 Jun 2010 09:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641053#M98943</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2010-06-02T09:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641054#M98944</link>
      <description>Purge your brain of how Linux and Unix deal with this; that recollection leads to discomfort and pain.&lt;BR /&gt;&lt;BR /&gt;Others have described aspects of how this batch scheduling is usually implemented on-site, using DCL and the SUBMIT /AFTER and analogous commands.&lt;BR /&gt;&lt;BR /&gt;The default VMS scheduling mechanisms are most charitably referred to as weak; it's arguably inferior to even Vixie cron, and nowhere near what you can implement with a modern scheduling package.&lt;BR /&gt;&lt;BR /&gt;As for options, you can get a (free) cron port or there's the (free) Kronos tool for OpenVMS, and there are various commercial scheduling packages available from vendors.  &lt;BR /&gt;&lt;BR /&gt;But by default?  The available scheduling is most charitably referred to as rather lame; it's usually based on a self-requeing batch job with locally-implemented or no error recovery available using DCL, and with the occasional issues around jobs lost during ill-timed restarts and other such.&lt;BR /&gt;&lt;BR /&gt;Some related reading:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/97" target="_blank"&gt;http://labs.hoffmanlabs.com/node/97&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/501" target="_blank"&gt;http://labs.hoffmanlabs.com/node/501&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/872" target="_blank"&gt;http://labs.hoffmanlabs.com/node/872&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1053" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1053&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2010 13:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641054#M98944</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-06-02T13:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641055#M98945</link>
      <description>Jess,&lt;BR /&gt;&lt;BR /&gt;You can also use &lt;BR /&gt;&lt;BR /&gt;$ show queue /all /files&lt;BR /&gt;&lt;BR /&gt;and combine that with pipe and search as well.  &lt;BR /&gt;&lt;BR /&gt;More information is available with &lt;BR /&gt;&lt;BR /&gt;$ help show queue&lt;BR /&gt;&lt;BR /&gt;OpenVMS help is the place to start.  If you're not sure where to start, try&lt;BR /&gt;&lt;BR /&gt;$help hints &lt;BR /&gt;&lt;BR /&gt;The documenation set is availble at &lt;A href="http://h71000.www7.hp.com/doc/index.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/index.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2010 17:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641055#M98945</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2010-06-02T17:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: To search which .com procedure is scheduled in queue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641056#M98946</link>
      <description>Thanks for all your reply. This is really helpful n I have definitely gained a lot.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 02 Jun 2010 23:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/to-search-which-com-procedure-is-scheduled-in-queue/m-p/4641056#M98946</guid>
      <dc:creator>jess_14</dc:creator>
      <dc:date>2010-06-02T23:47:48Z</dc:date>
    </item>
  </channel>
</rss>

