Use this tag for interoperability with OpenVMS (dual boot, virtual machines, mixed networks, porting software, …)
0
votes
1answer
83 views
What is Linux for OpenVMS DIRECTORY/NOHEADING/NOTRAILING?
OpenVMS DCL command DIRECTORY/NOHEADING displays just the full file name including path info in a single-column format without any of the normal headings for a directory listing. The /NOTRAILING ...
1
vote
1answer
65 views
What is Unix for the OpenVMS DUMP command?
In OpenVMS the DUMP command:
Displays the contents of a file, a directory, a disk volume, a
magnetic tape volume, or a CD-ROM volume in decimal, hexadecimal,
octal format, ASCII, or formatted ...
3
votes
2answers
191 views
What is Linux for OpenVMS DCL Ctrl/T?
From OpenVMS DCL Dictionary:
The Ctrl/T function displays a single line of statistical information
about the current process. When you press Ctrl/T during an interactive
terminal session, it ...
1
vote
1answer
126 views
Do we need to chmod a shell script before it can be rsh
I tried to rsh a shell script from OpenVms to a Red Hat linux. It seems that it is not executed.
I created the shell script in OpenVms and Ftp it to the linux. I then ls -la the folder in linux:
...
6
votes
4answers
404 views
What client for DECwindows?
I have inherited a VAX system that was just migrated onto CHARON-VAX (VMS emulated on Windows) I can access it via ssh, but not with X.
Anyone here familiar with DECwindows? is it X compliant? Or do I ...
8
votes
4answers
128 views
What is Linux for SET FILE/ERASE_ON_DELETE?
In VMS one may tell the file system to write junk over the existing contents of a file when it is deleted. Here is the DCL command to identify the file for this kind of treatment:
$ SET ...