- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: TPU Functions Manual
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 11:10 PM
01-18-2005 11:10 PM
Specifically, the 'eve$prompt_string' function and it's parameters.
I must have a printed copy of the manual somewhere, but I'm not sure which one it is.
Cheers, Rob.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 11:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 11:43 PM
01-18-2005 11:43 PM
Re: TPU Functions Manual
Is there any documentation on which procedures get called in and how to use them.
I note the eve$prompt_string is documented in the TPU file, but there must be some proper documentation in the functions somewhere?
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 12:16 AM
01-19-2005 12:16 AM
Re: TPU Functions Manual
I checked my documentation cd and found nothing. But I vaguely remember that something on paper existed around '87.
The sources of EVE are in sys$common:[syshlp.examples...]. There might be more text in it (sea *.tpu eve$prompt , proced /ma=and).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 12:29 AM
01-19-2005 12:29 AM
Re: TPU Functions Manual
eve$prompt_string (get_file_parameter, get_file_name,
message_text (EVE$_GETFILEPROMPT, 1),
message_text (EVE$_NOFILESPEC, 0)))
....the routine uses the GETFILEPROMPT and NOFILESPEC keywords, but I can't find any documentation anywhere that defines what these are.
I'll have a go at my VMs support company to see if they can help us shed light on this.
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 12:35 AM
01-19-2005 12:35 AM
Re: TPU Functions Manual
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 12:49 AM
01-19-2005 12:49 AM
Re: TPU Functions Manual
http://h71000.www7.hp.com/doc/73final/6020/6020pro.html
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 01:41 AM
01-19-2005 01:41 AM
Re: TPU Functions Manual
http://h71000.www7.hp.com/doc/73final/6021/6021pro_020.html#tpu_evedo_app
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 02:11 AM
01-19-2005 02:11 AM
Re: TPU Functions Manual
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.
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 06:12 PM
01-19-2005 06:12 PM
Re: TPU Functions Manual
http://vms.cc.wmich.edu/disk$openvms0731/000000/731final/6021/6021PRO.HTML
Good luck !
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 10:03 PM
01-19-2005 10:03 PM
Re: TPU Functions Manual
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."
I'll keep chasing, but if anyone knows any different to this, please let me know.
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 11:13 PM
01-19-2005 11:13 PM
Re: TPU Functions Manual
>> ....the routine uses the GETFILEPROMPT and NOFILESPEC keywords, but I
>> can't find any documentation anywhere that defines what these are.
Rob,
Are these perhaps variables with string values instead of keywords? (Maybe you've already checked this out.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 11:23 PM
01-19-2005 11:23 PM
Re: TPU Functions Manual
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.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 11:44 PM
01-19-2005 11:44 PM
Re: TPU Functions Manual
Is there a list of these anywhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 12:43 AM
01-20-2005 12:43 AM
Re: TPU Functions Manual
The "File to get:" is defined in sys$message:tpumsg.exe. Try:
$ sea sys$message:tpumsg.exe GETFILEPROMPT /form=dump
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 12:51 AM
01-20-2005 12:51 AM
Re: TPU Functions Manual
"direction. Go there? >
I can see you're trying to help, but this isn't what I'd call a useful format.
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 01:30 AM
01-20-2005 01:30 AM
Re: TPU Functions Manual
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.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 02:52 AM
01-20-2005 02:52 AM
Re: TPU Functions Manual
- Zeni , 1st time response
PS. The Sys$examples:*.tpu are available on the v7.3-2 systems as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 02:56 AM
01-20-2005 02:56 AM
Re: TPU Functions Manual
EVE is indeed a layer on top of TPU. But only the external interface (UI) is documented, not the internal routines.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 04:51 AM
01-20-2005 04:51 AM
Re: TPU Functions Manual
procedure eve$prompt_number ! Prompt for a number
(old_number,
new_number, prompt_string,
no_value_message)
! Procedure used by commands which prompt -
! for integers.
! Returns true if prompting worked or was -
! not needed, false otherwise.
!
! Parameters:
!
! old_number Old integer value - input
! new_number New integer value - output
! prompt_string Text of prompt - input
! no_value_message Message printed if -
! user hits Return to
! get out of the command - input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 10:09 AM
01-20-2005 10:09 AM
Re: TPU Functions Manual
Attached is the TPUMSG file in ascii mode extracted from a VAX VMS 6.2 system with the UNMESSAGE facility. The EVE messages starts with the line:
.FACILITY EVE,548 /SYSTEM
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 08:08 PM
01-20-2005 08:08 PM
Re: TPU Functions Manual
This definitely covers one of my problems.
I'm going to speak to Hunter Goatley and see if it can be ported to Alpha/IA64 as well.
Rob.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 03:26 AM
01-21-2005 03:26 AM
Re: TPU Functions Manual
As I know the UNMESSAGE was never ported to alpha. But, knowing VMS, I am sure that the information in this file was not radicaly changed when ported to alpha.
Bojan