<?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: VMS MAIL %MAIL-E-FILNOTDEL error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344897#M3116</link>
    <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Uwe is right. On Unix one should call this a batch job but on VMS we don't. It's detached.&lt;BR /&gt;&lt;BR /&gt;But, for 1 time, Unix does the job better.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Fri, 30 Jul 2004 14:14:08 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2004-07-30T14:14:08Z</dc:date>
    <item>
      <title>VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344879#M3098</link>
      <description>Has anyone seen this error before ?&lt;BR /&gt;%MAIL-E-FILNOTDEL, error deleting SYS$SCRATCH:[UTIL.BKU]MAIL_210A_SEND.TMP;*&lt;BR /&gt;-RMS-F-DEV, error in device name or inappropriate device type for operation&lt;BR /&gt;%MAIL-E-FILNOTDEL, error deleting SYS$SCRATCH:[UTIL.BKU]MAIL_210A_EDIT.TMP;*&lt;BR /&gt;-RMS-F-DEV, error in device name or inappropriate device type for operation&lt;BR /&gt;&lt;BR /&gt;This only reports the error when running a DCL script via batch.  &lt;BR /&gt;Commands used is:&lt;BR /&gt;$ MAIL_PROCEDURE:&lt;BR /&gt;$set noon&lt;BR /&gt;$open/write mailfile tmp_mail.txt&lt;BR /&gt;$write mailfile "''err_msg1'"&lt;BR /&gt;$close mailfile&lt;BR /&gt;$mail/subj="Alert - OSIBK1 Backup ''status'" -tmp_mail.txt "user@mycompany.com"&lt;BR /&gt;$delete/nolog tmp_mail.txt;*&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jul 2004 13:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344879#M3098</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-07-29T13:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344880#M3099</link>
      <description>'-RMS-F-DEV' -- I would check the logical name SYS$SCRATCH in that context. Just put one line at the top and make sure you create or logfile (or redirect the output):&lt;BR /&gt;$ show logical sys$scratch* /full</description>
      <pubDate>Thu, 29 Jul 2004 13:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344880#M3099</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-07-29T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344881#M3100</link>
      <description>I will put in script and rerun..&lt;BR /&gt;&lt;BR /&gt;Did you notice that the path in the error stated sys$scratch:[current_working_dir]&lt;BR /&gt;which is not correct.&lt;BR /&gt;&lt;BR /&gt;a manual show log sys$scratch shows:&lt;BR /&gt;"SYS$SCRATCH" = "SYS$SYSROOT:[SYSMGR]" (LNM$JOB_81663980)&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jul 2004 13:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344881#M3100</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-07-29T13:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344882#M3101</link>
      <description>Yes, I have noticed that. So either the system-wide SYLOGIN or the user's LOGIN.COM is altering the logical name.</description>
      <pubDate>Thu, 29 Jul 2004 14:02:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344882#M3101</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-07-29T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344883#M3102</link>
      <description>Here is the real kicker..&lt;BR /&gt;I have another script that also runs via batch with same mail code and no errors.&lt;BR /&gt;$ MAIL_PROCEDURE:&lt;BR /&gt;$!MAIL SOMEBODY&lt;BR /&gt;$set noon&lt;BR /&gt;$open/write mailfile tmp_mail.txt&lt;BR /&gt;$write mailfile "''err_msg1'"&lt;BR /&gt;$close mailfile&lt;BR /&gt;$mail/subj="Alert - OSIBK1 BCV MERGE ''status'" tmp_mail.txt "user@mycompany.com"&lt;BR /&gt;$delete/nolog tmp_mail.txt;*&lt;BR /&gt;$ return&lt;BR /&gt;$!END MAIL_PROCEDURE</description>
      <pubDate>Thu, 29 Jul 2004 15:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344883#M3102</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-07-29T15:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344884#M3103</link>
      <description>Are you submitting the job under the SYSTEM account or using submit/user= ? Is something in the syslogin.com or the user's default login.com setting something or skipping something because of mode=batch? SYSTEM usually runs the SYS$MANAGER:LOGIN.COM file, so is there something unusual in there?&lt;BR /&gt;&lt;BR /&gt;SYS$SCRATCH is defined at login time as the user's default directory and can be and usually is different for every user.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jul 2004 15:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344884#M3103</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2004-07-29T15:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344885#M3104</link>
      <description>That is the error message you would receive if Sys$Scratch has been deassigned (or never defined).  Is it possible there is a branch based on an f$mode() being batch or not being interactive that could cause the logical to be deassigned in either the sylogin procedure or the user's login procedure?</description>
      <pubDate>Thu, 29 Jul 2004 15:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344885#M3104</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2004-07-29T15:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344886#M3105</link>
      <description>submitted under SYSTEM using.&lt;BR /&gt;Here is the output after using show log sys$scratch&lt;BR /&gt;%SHOW-S-NOTRAN, no translation for logical name SYS$SCRATCH&lt;BR /&gt;%MAIL-E-FILNOTDEL, error deleting SYS$SCRATCH:[UTIL.BKU]MAIL_2259_SEND.TMP;*&lt;BR /&gt;-RMS-F-DEV, error in device name or inappropriate device type for operation&lt;BR /&gt;%MAIL-E-FILNOTDEL, error deleting SYS$SCRATCH:[UTIL.BKU]MAIL_2259_EDIT.TMP;*&lt;BR /&gt;-RMS-F-DEV, error in device name or inappropriate device type for operation&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jul 2004 15:19:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344886#M3105</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-07-29T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344887#M3106</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Dale A. Marcy  Jul 29, 2004 20:15:01 GMT -&amp;gt;&amp;gt; ---------------------------------------------&lt;BR /&gt;&amp;gt;&amp;gt; That is the error message you would receive if Sys$Scratch has been deassigned (or never defined). Is it possible there is a branch based on an f$mode() being batch or not being interactive that could cause the logical to be deassigned in either the sylogin procedure or the user's login procedure?  &lt;BR /&gt;&lt;BR /&gt;Sounds good Dale!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Tim Nelson  Jul 29, 2004 20:19:21 GMT &lt;BR /&gt;&amp;gt;&amp;gt;-----------------------------------------&lt;BR /&gt;&amp;gt;&amp;gt; submitted under SYSTEM using.&lt;BR /&gt;&amp;gt;&amp;gt;Here is the output after using show log sys$scratch&lt;BR /&gt;&amp;gt;&amp;gt; %SHOW-S-NOTRAN, no translation for logical name SYS$SCRATCH&lt;BR /&gt;&lt;BR /&gt;This confirms Dale's thoughts.&lt;BR /&gt;Please make sure a valid sys$scratch is defined for all users (Before F$MODE() check in sylogin!)&lt;BR /&gt;&lt;BR /&gt;In the mean time I check the Mail sources a little. It suggests it will only conditionally delete (wildcarded) send and endi tmp file using a global flag. In practice though it seems always to try, whether a temp file was created or not.&lt;BR /&gt;The code explicitly checks for 'FNF' (File Not Found) and declares victory if it received that specific error. But 'DEV' triggers the 'FILNOTDEL' condition.&lt;BR /&gt;So just define sys$scratch and maill will get FNF back from RMS and it will be happy.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%MAIL-E-FILNOTDEL, error deleting SYS$SCRATCH:[UTIL.BKU]MAIL_2259_SEND.TMP;* &lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jul 2004 23:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344887#M3106</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-29T23:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344888#M3107</link>
      <description>May SYSMAN&amp;gt; SET ENV/NODE be involved ? SYSMAN will not have SYS$SCRATCH defined in the remote node environment.&lt;BR /&gt;&lt;BR /&gt;SYS$SCRATCH is defined as a JOB-wide EXEC-mode logical name by LOGINOUT and cannot easily be deleted.&lt;BR /&gt;&lt;BR /&gt;You can easily test, if some code is deleting SYS$SCRATCH by submitting a simple DCL-procedure with just a SHOW LOG/FULL SYS$SCRATCH in the same environment in which your mail procedure is run.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 30 Jul 2004 00:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344888#M3107</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-07-30T00:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344889#M3108</link>
      <description>I have been looking around and cannot seem to find where sys$scratch is being defined.&lt;BR /&gt;not in sylogicals, sylogin.com, login.com&lt;BR /&gt;I see a few references but not the define.  It is definately defined as show log sys$scratch from a interactive login is valid.  Where is the best place.  I see it mentioned that it may/could be defined separetly per each user's login.com.&lt;BR /&gt;What would be the recommendation ?&lt;BR /&gt;&lt;BR /&gt;Thanks to all for the help !!&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jul 2004 09:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344889#M3108</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-07-30T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344890#M3109</link>
      <description>sys$scratch is defined by the login process itself, not within the com files. It is set to the default device and directory found in the users UAF record.&lt;BR /&gt;&lt;BR /&gt;Maybe if you provided us with the exact command you use to submit the job, and tell us more about your configuration, someone might think of something.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jul 2004 10:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344890#M3109</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2004-07-30T10:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344891#M3110</link>
      <description>I would try to trace this in the logfile. Put a '$ SET VERIFY' at the top of SYLOGIN.COM&lt;BR /&gt;&lt;BR /&gt;Well, perhaps better use a conditional like:&lt;BR /&gt;$ if f$mode().eqs."BATCH" then $ set verify</description>
      <pubDate>Fri, 30 Jul 2004 10:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344891#M3110</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-07-30T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344892#M3111</link>
      <description>So if sys$scratch is defined by the login process itself then would there be any reason why this would not be assigned when a script is submitted via batch ?  I would initially guess batch type jobs do not execute the login procedure and a special definition would need to be created in either sylogin.com or login.com in order to define this logical and hence rid me of these messages.&lt;BR /&gt;If so, I am supprised that something like this is not already a "default" or "templated" item in either sylogin or login.com.&lt;BR /&gt;System info if interested:&lt;BR /&gt;AS1200&lt;BR /&gt;VMS 7.3-2&lt;BR /&gt;job submitted via a VMS CRON like process using:$ spawn/output=nl:/log/nowait/proc='prcnm' 'command'&lt;BR /&gt;CRON.COM submitted via:&lt;BR /&gt;$ run  - &lt;BR /&gt;      /detach -&lt;BR /&gt;      /input   = admin:[util.cron]cron.com -&lt;BR /&gt;      /output  = admin:[util.cron.log]cron.log -&lt;BR /&gt;      /error   = admin:[util.cron.log]cron.error -&lt;BR /&gt;      /process = "Cron_DAEMON" -                      &lt;BR /&gt;      /queue_limit = 20 -&lt;BR /&gt;      /subprocess_limit = 20 - !make high enough for spawned commands&lt;BR /&gt;      /page_file = 10000 -&lt;BR /&gt;      /time_limit = 0 -&lt;BR /&gt;      /extent = 1024 - &lt;BR /&gt;      /file_limit = 50 -&lt;BR /&gt;      /uic = [SYSTEM] -&lt;BR /&gt;      /prior=10 -&lt;BR /&gt;      sys$system:loginout.exe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jul 2004 12:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344892#M3111</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-07-30T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344893#M3112</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;I already had a thread in which I say that detached processes stink.&lt;BR /&gt;1) TT is defined differently (i'm at home, I can't check)&lt;BR /&gt;2) no login is executed&lt;BR /&gt;3) some logicals are missing (e.g. sys$scratch)&lt;BR /&gt;4) process is not really user bound&lt;BR /&gt;&lt;BR /&gt;Yet another victem. When are they going to implement "su -" as in Unix ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 30 Jul 2004 12:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344893#M3112</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-30T12:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344894#M3113</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=630742" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=630742&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=625675" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=625675&lt;/A&gt;</description>
      <pubDate>Fri, 30 Jul 2004 12:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344894#M3113</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-30T12:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344895#M3114</link>
      <description>Now I am puzzled...&lt;BR /&gt;&lt;BR /&gt;How do you start your 'mail procedure' - via SUBMIT or RUN/DETACH (the second command creates a detached process, not a batch job!).&lt;BR /&gt;&lt;BR /&gt;Try a RUN/DETACH/AUTHORIZE - this should create SYS$SCRATCH (I haven't fully checked the threads that Wim has given, but I have seen /AUTHORIZE is mentioned, so I won't go in detail here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I suggest you leave out the /ERROR qualifier fromthe RUN command. In that case all output to SYS$ERROR is writte to /OUTPUT as well. I found it much easier to read a complete logfile.</description>
      <pubDate>Fri, 30 Jul 2004 13:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344895#M3114</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-07-30T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344896#M3115</link>
      <description>The "cron" process is constantly running as a detached process.&lt;BR /&gt;&lt;BR /&gt;The DCL script that sends an email is executed via the "cron" process as a spawned process.&lt;BR /&gt;&lt;BR /&gt;I will play around a little with the way the "cron" process is executed to see if /auth or some other switch helps.&lt;BR /&gt;&lt;BR /&gt;If not I with either ignore the %MAIL error or include the define for the sys$scratch in somewhere.&lt;BR /&gt;&lt;BR /&gt;Thank you !&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Jul 2004 13:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344896#M3115</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-07-30T13:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344897#M3116</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Uwe is right. On Unix one should call this a batch job but on VMS we don't. It's detached.&lt;BR /&gt;&lt;BR /&gt;But, for 1 time, Unix does the job better.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 30 Jul 2004 14:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344897#M3116</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-30T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: VMS MAIL %MAIL-E-FILNOTDEL error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344898#M3117</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;which "Cron" are you using, a "homegrown" one or one of the publicly released implementations? I might be able to test this &lt;BR /&gt;a bit more around here.&lt;BR /&gt;&lt;BR /&gt;A save way to make sure you have sys$scratch without messing with it in case it already has been put in place is something along the lines of &lt;BR /&gt;&lt;BR /&gt;$ if f$trnlnm("sys$scratch") .eqs. "" then define sys$scratch dev:[dir]&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Sat, 31 Jul 2004 17:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-mail-mail-e-filnotdel-error/m-p/3344898#M3117</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-07-31T17:33:18Z</dc:date>
    </item>
  </channel>
</rss>

