Read more
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- Python and OpenVMS
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Python and OpenVMS
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-2008 10:15 AM
09-08-2008 10:15 AM
Python and OpenVMS
Python and OpenVMS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-2008 10:48 AM
09-08-2008 10:48 AM
Re: Python and OpenVMS
Re: Python and OpenVMS
Otherwise, please post up the Python kit identity and the OpenVMS versions and architecture, and a short example reproducer of what you're trying to do here.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-2008 01:18 PM
09-08-2008 01:18 PM
Re: Python and OpenVMS
Re: Python and OpenVMS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-08-2008 09:53 PM
09-08-2008 09:53 PM
Re: Python and OpenVMS
Re: Python and OpenVMS
But it also provide routines to convert filename from one environment to the other:
$ python
Python 2.5.2 (r252:60911, Aug 2 2008, 10:38:44) [DECC] on OpenVMS
Type "help", "copyright", "credits" or "license" for more information.
>>> import vms.crtl
>>> print vms.crtl.to_vms.__doc__
to_vms(name) -> vms_name
Converts UNIX style file specifications to OpenVMS file specifications.
>>> print vms.crtl.from_vms.__doc__
from_vms(name) -> unix_name
Converts OpenVMS style file specifications to Unix file specifications.
>>>
JF
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP