<?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: Differences in EDT and EVE in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044881#M12998</link>
    <description>Michael,&lt;BR /&gt;&lt;BR /&gt;EDT warns you, that the input file does not exist and uses the input file specification to create the output file. It does not seem to use the version number from the input file specification when creating the output file.&lt;BR /&gt;&lt;BR /&gt;The EDT manual specifies for the EXIT command:&lt;BR /&gt;&lt;BR /&gt;EDT uses the input file name or file type in&lt;BR /&gt;place of whichever item is missing.&lt;BR /&gt;&lt;BR /&gt;So that seems to be a feature.&lt;BR /&gt;&lt;BR /&gt;I cannot reproduce your reported behaviour regarding EVE. What is 'EVE' in your context ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Fri, 27 Jul 2007 04:15:17 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2007-07-27T04:15:17Z</dc:date>
    <item>
      <title>Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044880#M12997</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have noticed following differences between the two editors EDT and EVE (VMS 8.3 Alpha)when creating a new file:&lt;BR /&gt;&lt;BR /&gt;$ DIR t.dat&lt;BR /&gt;%DIRECT-W-NOFILES, no files found&lt;BR /&gt;$ EDIT/EDT t.dat;3     ! Version 3&lt;BR /&gt;  ... exit&lt;BR /&gt;$ DIR t.dat&lt;BR /&gt;Directory A03_1:[WORK]&lt;BR /&gt;T.DAT;1                ! Version 1&lt;BR /&gt;$ DEL t.dat;&lt;BR /&gt;DELETE-I-FILDEL, A03_1:[WORK]T.DAT;1 deleted&lt;BR /&gt;&lt;BR /&gt;$ EVE t.dat;3          ! Version 3&lt;BR /&gt;  ... exit&lt;BR /&gt;$ DIR t.dat&lt;BR /&gt;Directory A03_1:[WORK]&lt;BR /&gt;T.DAT;3                ! Version 3&lt;BR /&gt;$ DEL t.dat;&lt;BR /&gt;DELETE-I-FILDEL, A03_1:[WORK]T.DAT;3 deleted&lt;BR /&gt;&lt;BR /&gt;Is it a bug or a feature?</description>
      <pubDate>Fri, 27 Jul 2007 03:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044880#M12997</guid>
      <dc:creator>Michael Menge</dc:creator>
      <dc:date>2007-07-27T03:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044881#M12998</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;EDT warns you, that the input file does not exist and uses the input file specification to create the output file. It does not seem to use the version number from the input file specification when creating the output file.&lt;BR /&gt;&lt;BR /&gt;The EDT manual specifies for the EXIT command:&lt;BR /&gt;&lt;BR /&gt;EDT uses the input file name or file type in&lt;BR /&gt;place of whichever item is missing.&lt;BR /&gt;&lt;BR /&gt;So that seems to be a feature.&lt;BR /&gt;&lt;BR /&gt;I cannot reproduce your reported behaviour regarding EVE. What is 'EVE' in your context ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 27 Jul 2007 04:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044881#M12998</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-27T04:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044882#M12999</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;EVE == "EDIT/TPU/NOCOM"&lt;BR /&gt;and&lt;BR /&gt;EVE$INIT points to a file EVE$INIT.EVE I have attached.&lt;BR /&gt;I get the same results on VMS VAX V7.3:&lt;BR /&gt;If there is no file T.DAT;* then EVE creates the new file with the given version number; if there exists a file the new file will get a version number one higher than the highest existing.&lt;BR /&gt;I has to do with our environment. I have tried it on DECUS-VAX and there EVE sets the version number to 1 as on your VMS machine.&lt;BR /&gt;What parameter in EVE can be the reason for that?</description>
      <pubDate>Fri, 27 Jul 2007 05:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044882#M12999</guid>
      <dc:creator>Michael Menge</dc:creator>
      <dc:date>2007-07-27T05:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044883#M13000</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;even with the EVE$INIT file you've provided and the EVE symbol value shown, I cannot reproduce the behaviour you are seeing regarding the file version number. Tried it on VAX V7.3.&lt;BR /&gt;&lt;BR /&gt;Do you have a special TPU Section file ? Within EVE issue the SHOW SUMMARY command. What is the section file name ?&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 05:45:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044883#M13000</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-27T05:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044884#M13001</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;the default behaviour of TPU (EVE) with regard to saving the file is explained in TPU help - see HELP WRITE FILE&lt;BR /&gt;&lt;BR /&gt;GET FILE memo.txt&lt;BR /&gt;WRITE FILE&lt;BR /&gt;&lt;BR /&gt;Edits a file named MEMO.TXT and then writes your edits to a new version of that file (or version 1 if you are creating a new file).&lt;BR /&gt;&lt;BR /&gt;So the default behaviour seems to be like it's documented.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 27 Jul 2007 06:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044884#M13001</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-27T06:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044885#M13002</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;it's my secton file. If I $DEASS TPU$SECTION&lt;BR /&gt;EVE behaves like EDT an creates a file with version number 1.&lt;BR /&gt;Does someone know which parameter of TPU is responsible for this different behaviour?&lt;BR /&gt;I didn't know that the version number for new files is controllable from inside TPU.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 06:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044885#M13002</guid>
      <dc:creator>Michael Menge</dc:creator>
      <dc:date>2007-07-27T06:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044886#M13003</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;did you have a look at the DEC TPU and EVE Reference Manuals ? There are ways to handle filenames and the WRITE_FILE command takes a filename string as a parameter.&lt;BR /&gt;&lt;BR /&gt;AFAIK there is no way to 'dis-assemble' a section file. You would need to find the soruce code, from which your TPU section file has been created.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 27 Jul 2007 06:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044886#M13003</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-07-27T06:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044887#M13004</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;  Please don't use EDT. It was made obselete more than 20 years ago, It's had no maintenance in that time (and won't ever have any more). Its file handling has many limitations and oddities, as well as numerous outright bugs. There's nothing EDT can do which EVE can't do better, more consistently and more efficiently. For those die hards that absolutely refuse to forget the rather illogical EDT keypad definitions, there's a TPU emulation. &lt;BR /&gt;&lt;BR /&gt;  On any other operating system EDT would long ago have been removed and forgotten. It's just the OpenVMS fanatical obsession with upwards compatibility that it still exists (not that that's entirely a bad thing, but in some cases, the past needs to be laid to rest).</description>
      <pubDate>Sun, 29 Jul 2007 17:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044887#M13004</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-07-29T17:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044888#M13005</link>
      <description>John Gillings&amp;gt;&amp;gt;&amp;gt;"There's nothing EDT can do which EVE can't do better, more consistently and more efficiently."&lt;BR /&gt;&lt;BR /&gt;What about displaying the first page of a 50,000 block log file?  I know that type/page is probably more appropriate for that job, but nearly any statement that includes "always, everything, never or nothing" has a high probability of being false.  I never understood why TPU reads the whole file into virtual memory before something is done that requires it to be read in.</description>
      <pubDate>Sun, 29 Jul 2007 20:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044888#M13005</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-07-29T20:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044889#M13006</link>
      <description>I'm with Jon : I use EDT for inspecting very big log files (multi GB). TPU needs to much pagefilequota for this. &lt;BR /&gt;&lt;BR /&gt;WIm</description>
      <pubDate>Tue, 31 Jul 2007 02:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044889#M13006</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-31T02:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044890#M13007</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;A similar behavior you get if you type this command instead of exit:&lt;BR /&gt;&lt;BR /&gt;tpu write_file(current_buffer,get_info(current_buffer,"output_file"));exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am with Jon and Wim! Another thing which works better in EDT (better EDT do nothing with) is the mouse selection, so you can use normal copy paste between other windows and your editor.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 31 Jul 2007 06:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044890#M13007</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-07-31T06:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044891#M13008</link>
      <description>Let me add my reasons when to prefer EDT:&lt;BR /&gt;WHen a file needs editting from within a command procedure, I find the line-editting commands for EDT _MUCH_ simpler, in combination with /COMM=...&lt;BR /&gt;And if in need of editting multiple files, a simple .COM file to select the relevant files and EDIT/EDT them all still has my preference.&lt;BR /&gt;&lt;BR /&gt;ymmv&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 31 Jul 2007 06:39:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044891#M13008</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-07-31T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044892#M13009</link>
      <description>Jan wrote: &lt;BR /&gt;&lt;QUOTE&gt;WHen a file needs editting from within a command procedure, I find the line-editting commands for EDT _MUCH_ simpler, in combination with /COMM=...&lt;BR /&gt;And if in need of editting multiple files, a simple .COM file to select the relevant files and EDIT/EDT them all still has my preference.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;I agree with Jan. EVE is not the most easily scriptable editor in town. Here even good ol' SUMSLP has a little advantage over EVE unless the power of TPU is needed for some fancy searching or whatever. TECO also comes to mind, though its command language is almost as obscure as EMACS (though I do like both TECO and EMACS.)&lt;BR /&gt;&lt;BR /&gt;BTW, I guess there's little chance of SOS being ported to IA64?  :^D  (I ask only because this idea makes me laugh. I think I asked the same question at a DECUS symposium when OpenVMS Alpha was first being announced.)</description>
      <pubDate>Tue, 31 Jul 2007 08:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044892#M13009</guid>
      <dc:creator>Galen Tackett</dc:creator>
      <dc:date>2007-07-31T08:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044893#M13010</link>
      <description>I have in my tpu.init file (edit/tpu/init=xxx) &lt;BR /&gt;tpu set (mouse,off)&lt;BR /&gt;(and other stuff) and this results in allowing mouse cut/paste usage.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 31 Jul 2007 08:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044893#M13010</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-31T08:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044894#M13011</link>
      <description>Re Galen:&lt;BR /&gt;&lt;BR /&gt;Yes, I have been known to use SUMSLP on a case of rather involved, multifile modification.&lt;BR /&gt;But in such case, you'd better spend some real time with the manual!  :-)&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 31 Jul 2007 12:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044894#M13011</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-07-31T12:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044895#M13012</link>
      <description>I prefer edt. and I use teco sometimes&lt;BR /&gt;to clean up files. heck somewhere I have&lt;BR /&gt;a vt100 edt macro for teco, the emulates &lt;BR /&gt;edt         Dean</description>
      <pubDate>Tue, 31 Jul 2007 13:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044895#M13012</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-07-31T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044896#M13013</link>
      <description>Now that edt-in-TECO macro is something I'd like to see.</description>
      <pubDate>Thu, 02 Aug 2007 13:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044896#M13013</guid>
      <dc:creator>Joe Sewell</dc:creator>
      <dc:date>2007-08-02T13:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in EDT and EVE</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044897#M13014</link>
      <description>Michael,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 10 of 47 responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;If you have closed some of those streams, you must "Reopen" them to "Submit points". (After which you can "Close" again)&lt;BR /&gt;&lt;BR /&gt;Do not forget to explicitly activate "Submit points", or your effort gets lost again!!&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;PPS. - Zero points for this.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 02 Aug 2007 13:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/differences-in-edt-and-eve/m-p/4044897#M13014</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-08-02T13:39:39Z</dc:date>
    </item>
  </channel>
</rss>

