- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Openvms UDP programming using sys$qio
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
08-07-2009 08:18 AM
08-07-2009 08:18 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2009 08:29 AM
08-07-2009 08:29 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2009 08:39 AM
08-07-2009 08:39 AM
Re: Openvms UDP programming using sys$qio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2009 08:49 AM
08-07-2009 08:49 AM
Re: Openvms UDP programming using sys$qio
Directory SYS$COMMON:[SYSHLP.EXAMPLES.TCPIP]
so SYSHLP not SYSHELP.
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2009 09:02 AM
08-07-2009 09:02 AM
Re: Openvms UDP programming using sys$qio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2009 06:14 PM
08-07-2009 06:14 PM
Re: Openvms UDP programming using sys$qio
The examples are easiest found using the old UCX$EXAMPLES or new TCPIP$EXAMPLES logical names.
In case it is of any interest to what you are doing with UDP, there is a Java Applet on the following page that receives messages from a VMS server asynchronously and outputs to a web page: -
http://deathrow.vistech.net/~tier3/tier3pager.html
Once youve got it up you need to logon the the deathrow.vistech.net and: -
$run DISK$USERS:[USERS.TIER3.WEB]demo_udp_msg
Then enter the IP address of your client.
Regards Richard Maher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2009 08:32 PM
08-09-2009 08:32 PM
Re: Openvms UDP programming using sys$qio
These are the example programs.