HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Is there a way to force filename from lowercase to...
Operating System - OpenVMS
1825703
Members
3264
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-13-2005 09:58 AM
09-13-2005 09:58 AM
Is there a way to force filename from lowercase to uppercase for a PC formatted Zip disk?
When the filenames on the Zip disk are different cases "File.Txt", how do I change the case to "FILE.TXT" (all uppercase)?
I am using WINFX to read the PC formatted Zip disk from an OpenVMS Alpha.
Is there a way to change to ALL CAPS before the files are written to the OpenVMS platform?
Or, is there a way to cahnge the case to ALL CAPS AFTER the files are written to the Alpha?
When the filenames on the Zip disk are different cases "File.Txt", how do I change the case to "FILE.TXT" (all uppercase)?
I am using WINFX to read the PC formatted Zip disk from an OpenVMS Alpha.
Is there a way to change to ALL CAPS before the files are written to the OpenVMS platform?
Or, is there a way to cahnge the case to ALL CAPS AFTER the files are written to the Alpha?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 02:20 PM
09-13-2005 02:20 PM
SolutionHmm, OpenVMS untill recently only dealt with uppercase, case insensitive names. This was on the ODS2 filesystem. With ODS5 came case preservation and selectable sensitivity.
You can always simply rename the files to uppercase with a DCL script or other tool. Something like (untested):
$loop:
$ file = f$search("*.*")
$ if file.eqs."" then exit
$ rename 'file 'f$edit(file,"UPCASE")
$ goto loop
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 04:50 PM
09-13-2005 04:50 PM
Re: Is there a way to force filename from lowercase to uppercase for a PC formatted Zip disk
As always, the underlying question is, why do you want it back into uppercase... As hein suggested, ODS5 works just fine. Unless you are working with an Old, pre ODS5 version of VMS, or have an application dependency, are just a neatness freak, and don't liek directories that look like Eunuchs (Unix) Systems.
q
q
Leave the Money on the Fridge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 08:37 PM
09-13-2005 08:37 PM
Re: Is there a way to force filename from lowercase to uppercase for a PC formatted Zip disk
On a ODS2 disk on VMS (which is what you have unless you asked for ODS5) then all filenames are in uppercase and VMS does not care about case. So when you copy the file from the zip disk to the VMS disk the result will be uppercase. If you have an ODS5 disk then the filename will appear in mixed case but how sensitive VMS is to the case depends on the settings of your process. By default case is still ignored.
____________________
Purely Personal Opinion
Purely Personal Opinion
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP