<?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: Resubmit job automatically for next day in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514610#M96522</link>
    <description>&lt;!--!*#--&gt;&amp;gt; [...]  (and theoretically more correct,&lt;BR /&gt;&amp;gt; since it leaves all file specification&lt;BR /&gt;&amp;gt; manipulations in the hands of F$PARSE)&lt;BR /&gt;&lt;BR /&gt;Oh, no, it doesn't.  Thanks to the wonders of&lt;BR /&gt;ODS5 extended file names, for a&lt;BR /&gt;guaranteed-correct result, you need to do&lt;BR /&gt;more work than "-".  For example:&lt;BR /&gt;&lt;BR /&gt;alp $ type a^;2.com&lt;BR /&gt;$ this_proc = f$environment("PROCEDURE")&lt;BR /&gt;$ write sys$output "t_p (orig): "+ this_proc&lt;BR /&gt;$ this_proc_vers = f$parse( this_proc, , , "version")&lt;BR /&gt;$ write sys$output "t_p (mod):  "+ this_proc- this_proc_vers&lt;BR /&gt;&lt;BR /&gt;alp $ @ a^;2.com&lt;BR /&gt;t_p (orig): DKA100:[sms]a^;2.com;2&lt;BR /&gt;t_p (mod):  DKA100:[sms]a^.com;2&lt;BR /&gt;&lt;BR /&gt;To guarantee the desired result, a different&lt;BR /&gt;(more complicated) method may be needed.  For&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;alp $ @ a^;3.com;3&lt;BR /&gt;t_p (orig): DKA100:[sms]a^;3.com;3&lt;BR /&gt;t_p (mod):  DKA100:[sms]a^.com;3&lt;BR /&gt;t_p (mod2): DKA100:[sms]a^;3.com&lt;BR /&gt;&lt;BR /&gt;alp $ type a^;3.com&lt;BR /&gt;$ this_proc = f$environment("PROCEDURE")&lt;BR /&gt;$ write sys$output "t_p (orig): "+ this_proc&lt;BR /&gt;$ this_proc_vers = f$parse( this_proc, , , "version")&lt;BR /&gt;$ write sys$output "t_p (mod):  "+ this_proc- this_proc_vers&lt;BR /&gt;$ this_proc_novers = f$parse( this_proc, , , "device")+ -&lt;BR /&gt;   f$parse( this_proc, , , "directory")+ -&lt;BR /&gt;   f$parse( this_proc, , , "name")+ -&lt;BR /&gt;   f$parse( this_proc, , , "type")&lt;BR /&gt;$ write sys$output "t_p (mod2): "+ this_proc_novers&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It may be more work than it's worth (and I&lt;BR /&gt;even left out "NODE"), but _this_ method&lt;BR /&gt;actually _does_ leave all the work to&lt;BR /&gt;f$parse().  (So it actually does work.)  It's&lt;BR /&gt;not the only way, but it may be simpler than&lt;BR /&gt;some others.&lt;BR /&gt;&lt;BR /&gt;Sloppy code may be adequate, but it's good to&lt;BR /&gt;remember its limitations.</description>
    <pubDate>Thu, 15 Oct 2009 22:53:03 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-10-15T22:53:03Z</dc:date>
    <item>
      <title>Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514604#M96516</link>
      <description>I have created a com file that i ran now and its submitted a same job for tomorrow at 8pm.Now how the job will submit after that what should i do.&lt;BR /&gt;&lt;BR /&gt;$submit/queue=node_batch/notify/norpint/user=system/log=dka0:[tmp]x.log dka0:[tmp]x.com/after="tomorrow+20:00"&lt;BR /&gt;&lt;BR /&gt;Type x.com&lt;BR /&gt;Regards,&lt;BR /&gt;Sumant&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Oct 2009 05:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514604#M96516</guid>
      <dc:creator>Sumant M Kumar</dc:creator>
      <dc:date>2009-10-15T05:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514605#M96517</link>
      <description>I don't understand the question: the submit command does exactly that, execute x.com next day at 20:000h.&lt;BR /&gt;&lt;BR /&gt;So what is Your question really ?</description>
      <pubDate>Thu, 15 Oct 2009 06:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514605#M96517</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-10-15T06:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514606#M96518</link>
      <description>The job should be submitted automatically every day at 8pm.So for that i want to write dcl script.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sumant</description>
      <pubDate>Thu, 15 Oct 2009 06:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514606#M96518</guid>
      <dc:creator>Sumant M Kumar</dc:creator>
      <dc:date>2009-10-15T06:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514607#M96519</link>
      <description>Yes, and the submit command does it, just put it at the begin or end of x.com.&lt;BR /&gt;(at begin, it will submit always, even if it does not execute successfull;&lt;BR /&gt;at the end, it will resubmit only if everything in front iof it has passed).&lt;BR /&gt;&lt;BR /&gt;And avoid hardcoding queue and file location, insert this code fragment instead of the submit command:&lt;BR /&gt;&lt;BR /&gt;$ this = f$environment("PROCEDURE")&lt;BR /&gt;$ this = this - f$parse(this,,,"VERSION")&lt;BR /&gt;$ qname = f$getqui("DISPLAY_QUEUE", "QUEUE_NAME","*","THIS_JOB")&lt;BR /&gt;$ submit 'this'/que='qname'/after=("TOMORROW+20:00")&lt;BR /&gt;&lt;BR /&gt;and submit x.com ONCE from the interactive command line.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Oct 2009 06:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514607#M96519</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-10-15T06:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514608#M96520</link>
      <description>Using advanced forum search for "submit daily" in the OpenVMS Forum returns quite a few relevant topics:  Here are a few.&lt;BR /&gt;&lt;BR /&gt;Learning to use seach tools will in general get you results much quicker than asking.&lt;BR /&gt;&lt;BR /&gt;Advance search is at the top right of the page you are on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how to submit a daily job?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=960315" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=960315&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;batch job to run every day automatically&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1297541" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1297541&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;how to schedule a batch file&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1068452" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1068452&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Batchjob&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1133518" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1133518&lt;/A&gt;</description>
      <pubDate>Thu, 15 Oct 2009 10:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514608#M96520</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-10-15T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514609#M96521</link>
      <description>re: Joseph,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; $ this = f$environment("PROCEDURE")&lt;BR /&gt;&amp;gt; $ this = this - f$parse(this,,,"VERSION")&lt;BR /&gt;&lt;BR /&gt;1+ for this sequence (and theoretically more correct, since it leaves all file specification manipulations in the hands of F$PARSE)&lt;BR /&gt;&lt;BR /&gt;$ this=F$PARSE(";",F$ENVIRONMENT("PROCEDURE"))</description>
      <pubDate>Thu, 15 Oct 2009 21:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514609#M96521</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-10-15T21:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514610#M96522</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...]  (and theoretically more correct,&lt;BR /&gt;&amp;gt; since it leaves all file specification&lt;BR /&gt;&amp;gt; manipulations in the hands of F$PARSE)&lt;BR /&gt;&lt;BR /&gt;Oh, no, it doesn't.  Thanks to the wonders of&lt;BR /&gt;ODS5 extended file names, for a&lt;BR /&gt;guaranteed-correct result, you need to do&lt;BR /&gt;more work than "-".  For example:&lt;BR /&gt;&lt;BR /&gt;alp $ type a^;2.com&lt;BR /&gt;$ this_proc = f$environment("PROCEDURE")&lt;BR /&gt;$ write sys$output "t_p (orig): "+ this_proc&lt;BR /&gt;$ this_proc_vers = f$parse( this_proc, , , "version")&lt;BR /&gt;$ write sys$output "t_p (mod):  "+ this_proc- this_proc_vers&lt;BR /&gt;&lt;BR /&gt;alp $ @ a^;2.com&lt;BR /&gt;t_p (orig): DKA100:[sms]a^;2.com;2&lt;BR /&gt;t_p (mod):  DKA100:[sms]a^.com;2&lt;BR /&gt;&lt;BR /&gt;To guarantee the desired result, a different&lt;BR /&gt;(more complicated) method may be needed.  For&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;alp $ @ a^;3.com;3&lt;BR /&gt;t_p (orig): DKA100:[sms]a^;3.com;3&lt;BR /&gt;t_p (mod):  DKA100:[sms]a^.com;3&lt;BR /&gt;t_p (mod2): DKA100:[sms]a^;3.com&lt;BR /&gt;&lt;BR /&gt;alp $ type a^;3.com&lt;BR /&gt;$ this_proc = f$environment("PROCEDURE")&lt;BR /&gt;$ write sys$output "t_p (orig): "+ this_proc&lt;BR /&gt;$ this_proc_vers = f$parse( this_proc, , , "version")&lt;BR /&gt;$ write sys$output "t_p (mod):  "+ this_proc- this_proc_vers&lt;BR /&gt;$ this_proc_novers = f$parse( this_proc, , , "device")+ -&lt;BR /&gt;   f$parse( this_proc, , , "directory")+ -&lt;BR /&gt;   f$parse( this_proc, , , "name")+ -&lt;BR /&gt;   f$parse( this_proc, , , "type")&lt;BR /&gt;$ write sys$output "t_p (mod2): "+ this_proc_novers&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It may be more work than it's worth (and I&lt;BR /&gt;even left out "NODE"), but _this_ method&lt;BR /&gt;actually _does_ leave all the work to&lt;BR /&gt;f$parse().  (So it actually does work.)  It's&lt;BR /&gt;not the only way, but it may be simpler than&lt;BR /&gt;some others.&lt;BR /&gt;&lt;BR /&gt;Sloppy code may be adequate, but it's good to&lt;BR /&gt;remember its limitations.</description>
      <pubDate>Thu, 15 Oct 2009 22:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514610#M96522</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-15T22:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514611#M96523</link>
      <description>&lt;!--!*#--&gt;&amp;gt; $ this=F$PARSE(";",F$ENVIRONMENT("PROCEDURE"))&lt;BR /&gt;&lt;BR /&gt;And if I could read, I might be dangerous.&lt;BR /&gt;(Or less so.)&lt;BR /&gt;&lt;BR /&gt;On the other hand, it is different:&lt;BR /&gt;&lt;BR /&gt;alp $ @ a^;4.com&lt;BR /&gt;t_p (orig): DKA100:[sms]a^;4.com;4&lt;BR /&gt;t_p (mod):  DKA100:[sms]a^.com;4&lt;BR /&gt;t_p (mod2): DKA100:[sms]a^;4.com&lt;BR /&gt;t_p (mod3): DKA100:[sms]a^;4.com;&lt;BR /&gt;&lt;BR /&gt;The trailing semi-colon may matter little,&lt;BR /&gt;and using the default file spec is certainly&lt;BR /&gt;simpler than building the whole from all the&lt;BR /&gt;pieces.&lt;BR /&gt;&lt;BR /&gt;alp $ type a^;4.com&lt;BR /&gt;$ this_proc = f$environment("PROCEDURE")&lt;BR /&gt;$ write sys$output "t_p (orig): "+ this_proc&lt;BR /&gt;$ this_proc_vers = f$parse( this_proc, , , "version")&lt;BR /&gt;$ write sys$output "t_p (mod):  "+ this_proc- this_proc_vers&lt;BR /&gt;$ this_proc_novers = f$parse( this_proc, , , "device")+ -&lt;BR /&gt;   f$parse( this_proc, , , "directory")+ -&lt;BR /&gt;   f$parse( this_proc, , , "name")+ -&lt;BR /&gt;   f$parse( this_proc, , , "type")&lt;BR /&gt;$ write sys$output "t_p (mod2): "+ this_proc_novers&lt;BR /&gt;$ this_proc_simple = f$parse(";",f$environment("procedure"))&lt;BR /&gt;$ write sys$output "t_p (mod3): "+ this_proc_simple</description>
      <pubDate>Thu, 15 Oct 2009 23:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514611#M96523</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-15T23:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514612#M96524</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The trailing semi-colon may matter little,&lt;BR /&gt;&lt;BR /&gt;  On the contrary, it matters a LOT. The trailing semi colon is an explicit "most recent version number". Whereas if it's missing, the version is unspecified, and can be therefore be inherited from somewhere else.&lt;BR /&gt;&lt;BR /&gt;  Consider (using your symbol names):&lt;BR /&gt;&lt;BR /&gt;$ newfile1= F$PARSE("NEWFILE", this_proc_novers, some_other_filespec)&lt;BR /&gt;$ newfile2= F$PARSE("NEWFILE", this_proc_simple, some_other_filespec)&lt;BR /&gt;&lt;BR /&gt;newfile1 will always map to the latest version of NEWFILE, whereas newfile2 can pick up a version number from some_other_filespec, which may result in a filespec which doesn't exist.&lt;BR /&gt;&lt;BR /&gt;Most of the time it doesn't make sense to inherit version numbers between file specifications, so it's better to use an explcit ";" than remove the version number altogether.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FYI: I've put logged a request with OpenVMS engineering for F$PARSE to be enhanced to allow multiple fields to be returned together (there are precedents for this type of syntax in other lexical functions). It's a bit silly having to invoke $PARSE multiple times, when each instance has the complete set of fields available. If they ever action my request, this:&lt;BR /&gt;&lt;BR /&gt;$ this_proc_novers = f$parse( this_proc, , , "device")+ -&lt;BR /&gt;   f$parse( this_proc, , , "directory")+ -&lt;BR /&gt;   f$parse( this_proc, , , "name")+ -&lt;BR /&gt;   f$parse( this_proc, , , "type")&lt;BR /&gt;&lt;BR /&gt;could become:&lt;BR /&gt;&lt;BR /&gt;$ this_proc_novers = f$parse(this_proc, , , "device,directory,name,type")&lt;BR /&gt;&lt;BR /&gt;which would make this kind of filename manipulation much simpler.&lt;BR /&gt;&lt;BR /&gt;(though my perception of OpenVMS engineering at the moment is, unfortunately, they seem far to scared to change anything, so I'm not optimistic of ever seeing it happen).</description>
      <pubDate>Fri, 16 Oct 2009 02:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514612#M96524</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-10-16T02:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514613#M96525</link>
      <description>If you assume that version will always be the last syntactic element, you can strip it via truncation:&lt;BR /&gt;&lt;BR /&gt;$ this_proc = f$environment("PROCEDURE")&lt;BR /&gt;$ this_proc_vers = f$parse( this_proc, , ,-  "version")&lt;BR /&gt;$ this_proc_novers = f$extract(0,-&lt;BR /&gt; f$length(this_proc)-f$length(this_proc_vers),-&lt;BR /&gt; this_proc)</description>
      <pubDate>Fri, 16 Oct 2009 04:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514613#M96525</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2009-10-16T04:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514614#M96526</link>
      <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt;The trailing semi-colon may matter little,&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; On the contrary, it matters a LOT.  [...]&lt;BR /&gt;&lt;BR /&gt;Depends on what you're doing.  It may matter&lt;BR /&gt;a LOT, or it may matter little.  In a SUBMIT&lt;BR /&gt;command (or anyplace else without some&lt;BR /&gt;strange default file spec), it's closer to&lt;BR /&gt;"little".  But I'll gladly admit that (with&lt;BR /&gt;available DCL features) your scheme is much&lt;BR /&gt;cuter than mine.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; FYI: I've put logged a request [...]&lt;BR /&gt;&lt;BR /&gt;I seem to recall a discussion somewhere.&lt;BR /&gt;I'll just hold my breath.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] my perception of OpenVMS engineering&lt;BR /&gt;&amp;gt; at the moment [...]&lt;BR /&gt;&lt;BR /&gt;Probably wise.  You should see some of the&lt;BR /&gt;Google searches from x.hp.com and y.hp.net&lt;BR /&gt;which get to my Web server.  Scary.</description>
      <pubDate>Fri, 16 Oct 2009 04:46:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514614#M96526</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-16T04:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514615#M96527</link>
      <description>Wow!&lt;BR /&gt;I thought being a tolerant person, &lt;BR /&gt;but never could imagine VMS programmers being pervert enough to use the version number as part of the file name.&lt;BR /&gt;&lt;BR /&gt;On the other hand: why bother ?&lt;BR /&gt;We are not talking about some unspecified file names, parsed by some other program, &lt;BR /&gt;but command files parsing their own file specification: if a programmer chooses such a name, then he is shooting in his own knee.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 06:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514615#M96527</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-10-16T06:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514616#M96528</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] but never could imagine [...]&lt;BR /&gt;&lt;BR /&gt;I have a good imagination (for some things).&lt;BR /&gt;&lt;BR /&gt;As I said, sloppy code may be adequate.  It&lt;BR /&gt;depends on how careful you wish to be.  (Or&lt;BR /&gt;need to be.)&lt;BR /&gt;&lt;BR /&gt;Working on the Info-ZIP code (among other&lt;BR /&gt;things) tends to make me more sensitive to&lt;BR /&gt;the possible problems which ODS5 extended&lt;BR /&gt;file names can cause.  (The remaining bugs&lt;BR /&gt;may be gone in Zip 3.1, but I won't bet on&lt;BR /&gt;it.)&lt;BR /&gt;&lt;BR /&gt;It's not only a VMS problem.  Hardly a month&lt;BR /&gt;goes by when someone doesn't ask on an HP-UX&lt;BR /&gt;(or Linux) forum how to delete a file with a&lt;BR /&gt;space in its name, or what to do about a&lt;BR /&gt;semi-colon in a file name on a CD-ROM.  Shell&lt;BR /&gt;scripts trip over UNIX-funny file names, too.&lt;BR /&gt;&lt;BR /&gt;For real fun, think about copying this VMS file to a UNIX system:&lt;BR /&gt;&lt;BR /&gt;      a^/b.;1&lt;BR /&gt;&lt;BR /&gt;Everything's complicated.&lt;BR /&gt;&lt;BR /&gt;But I digress...</description>
      <pubDate>Fri, 16 Oct 2009 07:14:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514616#M96528</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-16T07:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514617#M96529</link>
      <description>I think David's example had a line that got unwrapped&lt;BR /&gt;&lt;BR /&gt;"$ this_proc_vers = f$parse( this_proc, , ,- "version")"&lt;BR /&gt;&lt;BR /&gt;should be &lt;BR /&gt;&lt;BR /&gt;$ this_proc_vers = f$parse( this_proc, , , "version")&lt;BR /&gt;&lt;BR /&gt;(There was an embedded "-" which I am guessing was a continuation character.&lt;BR /&gt;&lt;BR /&gt;John's request&lt;BR /&gt;------&lt;BR /&gt;If they ever action my request, this:&lt;BR /&gt;&lt;BR /&gt;$ this_proc_novers = f$parse( this_proc, , , "device")+ -&lt;BR /&gt;f$parse( this_proc, , , "directory")+ -&lt;BR /&gt;f$parse( this_proc, , , "name")+ -&lt;BR /&gt;f$parse( this_proc, , , "type")&lt;BR /&gt;&lt;BR /&gt;could become:&lt;BR /&gt;&lt;BR /&gt;$ this_proc_novers = f$parse(this_proc, , , "device,directory,name,type")&lt;BR /&gt;-------&lt;BR /&gt;&lt;BR /&gt;If we are asking for a change, why not include negated values, for example&lt;BR /&gt;&lt;BR /&gt;$ this_proc_novers = f$parse(this_proc, , , "noversion") &lt;BR /&gt;&lt;BR /&gt;I was disappointed that f$parse wasn't enhanced at the time that ODS5 was released, because the supported method of splitting the parts using multiple f$parse calls and pasting the parts back together is so cumbersome that it is rarely used.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Oct 2009 11:35:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514617#M96529</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-10-16T11:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514618#M96530</link>
      <description>If you have support, please submit an enhancement request to HP to either provide this capability in OpenVMS V8.next, or to update the V8.4 documentation to describe how to roll your own SUBMIT command for these sequence, or both.&lt;BR /&gt;&lt;BR /&gt;In the interim, see the previous discussions cited here and elsewhere, and look to get yourself a scheduling package rather than rolling your own.  There are open-source and commercial scheduling alternatives for OpenVMS.</description>
      <pubDate>Fri, 16 Oct 2009 17:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514618#M96530</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-10-16T17:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resubmit job automatically for next day</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514619#M96531</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;       Thanks for your all assistance ,just to inform you that with help of my one team member created below script.Its doing his job.&lt;BR /&gt;&lt;BR /&gt;$ set noon &lt;BR /&gt;$ tod=f$cvtime("",,"weekday") &lt;BR /&gt;$ today=f$edit(tod,"UPCASE") &lt;BR /&gt;$ IF TODAY .EQS. "SUNDAY" THEN GOTO RESUBMIT &lt;BR /&gt;$ SET DEF CDB_DAT &lt;BR /&gt;$ sftp "-B" get-bb.com user-id@ip address &lt;BR /&gt;$ sho sym $status &lt;BR /&gt;$ RESUBMIT: &lt;BR /&gt;$SUBMIT/KEEP/USER=system/AFTER="TOMORROW+19:50" SYS$LOGIN:sftp-get-ib &lt;BR /&gt;$ PURGE SYS$LOGIN:SFTP-GET-ib.LOG/KEEP=31 &lt;BR /&gt;$ EXIT &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sumant &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2009 01:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/resubmit-job-automatically-for-next-day/m-p/4514619#M96531</guid>
      <dc:creator>Sumant M Kumar</dc:creator>
      <dc:date>2009-10-19T01:03:08Z</dc:date>
    </item>
  </channel>
</rss>

