- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DCL TO SCRIPTS
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
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
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
тАО11-16-2004 04:41 AM
тАО11-16-2004 04:41 AM
DCL TO SCRIPTS
I would like to know if there is any software that does the conversion of OPENVMS DCL scripts to HPUX (Unix) .sh scripts.
Someone knows about it??
Thanks
Cido
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2004 04:56 AM
тАО11-16-2004 04:56 AM
Re: DCL TO SCRIPTS
The utilities, file system etc are different as well as the command syntax.
I think you would have do examine each DCL procedure in turn to determine what it did and then implement the equivent on hpux - if it makes sense in that environment.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2004 06:36 AM
тАО11-16-2004 06:36 AM
Re: DCL TO SCRIPTS
Specifically, Channel Islands has/had a product called DCP, which takes DCL to FORTRAN. You could then take the FORTRAN source and compile on HPUX to get working code, perhaps.
http://www.kgb.com/dcl/199109.txt speaks of the product and company. I have no idea if Channel Islands is still in business or not.
Your mileage will vary a lot on this approach, I would guess.
:) jck
John Koska
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2004 08:10 AM
тАО11-16-2004 08:10 AM
Re: DCL TO SCRIPTS
as Ian pointed out, an automated translation
is most probably not available.
If you just want to save some typing, write a script in your favorite language (DCL, Unix shells and Perl come to mind e.g.) to do simple string substituion (copy -> cp, rename -> mv,
write sys$output -> echo). Note that this will just accomplish that, you still need to read and understand each script to do the right thing on Unix.
Another possiblity might be to actually run the DCL scripts on Unix. You might want to check out http://www.accelr8.com/migprod.html
for this.
And the last and absolutely best solution is to migrate your Unix shell scripts to DCL on VMS, since it is the better environment anyhow ;-)
Cheers, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2004 08:01 PM
тАО11-16-2004 08:01 PM
Re: DCL TO SCRIPTS
I don't know if exists some free software to migrate DCL commands to UNIX but this link provides a commercial software (I don't tested this).
http://www.sector7.com/OPENVMS%20MIGRATION/products-and-services.htm
Godd luck.
Daniel.