<?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: TPU Functions Manual in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466349#M31757</link>
    <description>As I said, I've been through the EVE manuals as well.&lt;BR /&gt;&lt;BR /&gt;Got this response back from our support company, "I have been in touch with HP on this and they believe that the internal eve functions are not documented."&lt;BR /&gt;&lt;BR /&gt;I'll keep chasing, but if anyone knows any different to this, please let me know.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
    <pubDate>Thu, 20 Jan 2005 06:03:20 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2005-01-20T06:03:20Z</dc:date>
    <item>
      <title>TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466339#M31747</link>
      <description>Anyone know which manual has the EVE functions in it.&lt;BR /&gt;&lt;BR /&gt;Specifically, the 'eve$prompt_string' function and it's parameters.&lt;BR /&gt;&lt;BR /&gt;I must have a printed copy of the manual somewhere, but I'm not sure which one it is.&lt;BR /&gt;&lt;BR /&gt;Cheers, Rob.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 07:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466339#M31747</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-01-19T07:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466340#M31748</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;Try a search in sys$library:*.tpu for examples.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 19 Jan 2005 07:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466340#M31748</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-01-19T07:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466341#M31749</link>
      <description>Cheers Wilm - found the routine in eve$terminals.tpu.&lt;BR /&gt;&lt;BR /&gt;Is there any documentation on which procedures get called in and how to use them.&lt;BR /&gt;&lt;BR /&gt;I note the eve$prompt_string is documented in the TPU file, but there must be some proper documentation in the functions somewhere?&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Wed, 19 Jan 2005 07:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466341#M31749</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-01-19T07:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466342#M31750</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;I checked my documentation cd and found nothing. But I vaguely remember that something on paper existed around '87.&lt;BR /&gt;&lt;BR /&gt;The sources of EVE are in sys$common:[syshlp.examples...]. There might be more text in it (sea *.tpu eve$prompt , proced /ma=and).&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 08:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466342#M31750</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-01-19T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466343#M31751</link>
      <description>The problem appears to go deeper. For instance, in this EVE$FILE code :-&lt;BR /&gt;&lt;BR /&gt;eve$prompt_string (get_file_parameter, get_file_name,&lt;BR /&gt;                               message_text (EVE$_GETFILEPROMPT, 1),&lt;BR /&gt;                               message_text (EVE$_NOFILESPEC, 0)))&lt;BR /&gt;&lt;BR /&gt;....the routine uses the GETFILEPROMPT and NOFILESPEC keywords, but I can't find any documentation anywhere that defines what these are.&lt;BR /&gt;&lt;BR /&gt;I'll have a go at my VMs support company to see if they can help us shed light on this.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Wed, 19 Jan 2005 08:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466343#M31751</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-01-19T08:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466344#M31752</link>
      <description>If you do a find in sys$message:tpumsg.exe for the texts, you will find the text that is used.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 19 Jan 2005 08:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466344#M31752</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-01-19T08:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466345#M31753</link>
      <description>the documentation for tpu is here&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6020/6020pro.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6020/6020pro.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 08:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466345#M31753</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-19T08:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466346#M31754</link>
      <description>and there is some info&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6021/6021pro_020.html#tpu_evedo_app" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6021/6021pro_020.html#tpu_evedo_app&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jan 2005 09:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466346#M31754</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-01-19T09:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466347#M31755</link>
      <description>Wilm - searching through the TPUMSG file is not really an option, as it's compiled.&lt;BR /&gt;&lt;BR /&gt;Ian - I've already read through those manuals, as well as the EVE reference guide, but I can't find any mention of the programming aspects I've referred to.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Wed, 19 Jan 2005 10:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466347#M31755</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-01-19T10:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466348#M31756</link>
      <description>Found something but probably not what you are looking for.&lt;BR /&gt;&lt;A href="http://vms.cc.wmich.edu/disk$openvms0731/000000/731final/6021/6021PRO.HTML" target="_blank"&gt;http://vms.cc.wmich.edu/disk$openvms0731/000000/731final/6021/6021PRO.HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck !&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 20 Jan 2005 02:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466348#M31756</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-01-20T02:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466349#M31757</link>
      <description>As I said, I've been through the EVE manuals as well.&lt;BR /&gt;&lt;BR /&gt;Got this response back from our support company, "I have been in touch with HP on this and they believe that the internal eve functions are not documented."&lt;BR /&gt;&lt;BR /&gt;I'll keep chasing, but if anyone knows any different to this, please let me know.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 20 Jan 2005 06:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466349#M31757</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-01-20T06:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466350#M31758</link>
      <description>Rob Atkinson wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; ....the routine uses the GETFILEPROMPT and NOFILESPEC keywords, but I&lt;BR /&gt;&amp;gt;&amp;gt; can't find any documentation anywhere that defines what these are.&lt;BR /&gt;&lt;BR /&gt;Rob,&lt;BR /&gt;&lt;BR /&gt;Are these perhaps variables with string values instead of keywords? (Maybe you've already checked this out.)</description>
      <pubDate>Thu, 20 Jan 2005 07:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466350#M31758</guid>
      <dc:creator>Galen Tackett</dc:creator>
      <dc:date>2005-01-20T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466351#M31759</link>
      <description>Galen,&lt;BR /&gt;&lt;BR /&gt;As Wim mentioned the EVE$_GETFILEPROMPT and EVE$_NOFILESPEC are message codes which are in sys$message:tpumsg.exe. The TPU function message_text is like a wraper for the SYS$GETMSG system service which converts the message/status code in text.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 20 Jan 2005 07:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466351#M31759</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-01-20T07:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466352#M31760</link>
      <description>Fair enough, but they are also predefined keywords that equate to static strings, i.e. EVE$_GETFILEPROMPT = "File to get:".&lt;BR /&gt;&lt;BR /&gt;Is there a list of these anywhere?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 07:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466352#M31760</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-01-20T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466353#M31761</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;The "File to get:" is defined in sys$message:tpumsg.exe. Try:&lt;BR /&gt;&lt;BR /&gt;$ sea sys$message:tpumsg.exe GETFILEPROMPT /form=dump&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 20 Jan 2005 08:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466353#M31761</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-01-20T08:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466354#M31762</link>
      <description>I get :-&lt;BR /&gt;&lt;BR /&gt;"direction.  Go there? &amp;gt;&lt;NUL&gt;&lt;NUL&gt;&lt;NUL&gt;&lt;NUL&gt;&lt;NUL&gt;&lt;NUL&gt;&lt;NUL&gt;&lt;NUL&gt;&lt;FF&gt;FOUNDREVERSE'Found in reverse direction.  Go there? &amp;amp;&lt;NUL&gt;&lt;NUL&gt;&lt;O&gt;&lt;/O&gt;&lt;BR /&gt;I can see you're trying to help, but this isn't what I'd call a useful format.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;/NUL&gt;&lt;/NUL&gt;&lt;/FF&gt;&lt;/NUL&gt;&lt;/NUL&gt;&lt;/NUL&gt;&lt;/NUL&gt;&lt;/NUL&gt;&lt;/NUL&gt;&lt;/NUL&gt;&lt;/NUL&gt;</description>
      <pubDate>Thu, 20 Jan 2005 08:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466354#M31762</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-01-20T08:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466355#M31763</link>
      <description>Rob,&lt;BR /&gt;&lt;BR /&gt;The problem is that most of the source files that contain the readable format of the messages (*.msg) are not delivered with VMS (IMHO they should). So, editing the file with EVE and finding the keyword is the best solution.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 20 Jan 2005 09:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466355#M31763</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-01-20T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466356#M31764</link>
      <description>On my OpenVMS v7.1 system the Eve$Prompt_Procedure is defined in  SYS$COMMON:[SYSHLP.EXAMPLES]EVE$TERMINALS.TPU along with other procedures.  The V7.1 doc set has an EVE manual and a DEC Text Processing Utility manual.  V7.2 refers to the CD set.  I looked for EVE$ anything in the Doc sets.  It appears the EVE$Prompt_String is something that was added to EVE like "added value" procedures.  Wasn't EVE itself a "value added" feature where TPU was the official software and EVE was given as an example.&lt;BR /&gt;&lt;BR /&gt; - Zeni , 1st time response &lt;BR /&gt;&lt;BR /&gt;PS. The Sys$examples:*.tpu are available on the v7.3-2 systems as well.</description>
      <pubDate>Thu, 20 Jan 2005 10:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466356#M31764</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2005-01-20T10:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466357#M31765</link>
      <description>Welcome Zeni,&lt;BR /&gt;&lt;BR /&gt;EVE is indeed a layer on top of TPU. But only the external interface (UI) is documented, not the internal routines.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 20 Jan 2005 10:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466357#M31765</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-01-20T10:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: TPU Functions Manual</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466358#M31766</link>
      <description>rereading my message I left out the parameter definitions that are in the TPU file:&lt;BR /&gt;procedure eve$prompt_number ! Prompt for a number&lt;BR /&gt;&lt;BR /&gt;    (old_number,&lt;BR /&gt;     new_number, prompt_string,&lt;BR /&gt;     no_value_message)&lt;BR /&gt;&lt;BR /&gt;! Procedure used by commands which prompt -&lt;BR /&gt;!      for integers.&lt;BR /&gt;! Returns true if prompting worked or was -&lt;BR /&gt;!   not needed, false otherwise.&lt;BR /&gt;!&lt;BR /&gt;! Parameters:&lt;BR /&gt;!&lt;BR /&gt;!   old_number     Old integer value - input&lt;BR /&gt;!   new_number     New integer value - output&lt;BR /&gt;!   prompt_string    Text of prompt - input&lt;BR /&gt;!   no_value_message    Message printed if -&lt;BR /&gt;!                   user hits Return to&lt;BR /&gt;!              get out of the command - input&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2005 12:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tpu-functions-manual/m-p/3466358#M31766</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2005-01-20T12:51:33Z</dc:date>
    </item>
  </channel>
</rss>

