VMS is any operating system of the VMS family: OpenVMS, VAX/VMS, VAX-11/VMS, and VAX/VMS which run on the VAX, Alpha, and Itanium-based families of computers.
-3
votes
1answer
118 views
OpenVMS terminal emulator on Windows [closed]
I am using OpenVMS terminal on Win . It is awful.
Whenever I use up arrow, it is frozen and I have to open a new one and start over.
Are there some good terminal emulators (e.g. putty for Linux) ...
0
votes
1answer
61 views
Cannot delete a printer queue on OpenVMS
Im trying to delete a printer queue but I always receive the message:
$> delete/que myprinter
%DELETE-E-NOTDELETED, error deleting MYPRINTER
-JBC-E-REFERENCED, existing references prevent deletion
$> ...
0
votes
2answers
87 views
trapping SIGABRT from perl on VMS
Given kill.pl:
$SIG{INT} = sub { print "int\n" };
$SIG{TERM} = sub { print "term\n" };
$SIG{ABRT} = sub { print "abort\n" };
print "sleeping...\n";
sleep 60;
And kill.com:
$ perl kill.pl
And ...
1
vote
2answers
65 views
DCL information between process and subprocess
I'm trying to pass information between main process and subprocess ( learning how this all works in the process) I need to get information from the subprocess, in this case the value of g_start. ...
1
vote
2answers
88 views
hide error messages in dcl script
I have a test script I'm running that generates some errors,shown below, I expect these errors. Is there anyway I can prevent them from showing on the screen however? I use the
$ write sys$output
...
0
votes
2answers
58 views
dcl verify specific lines in DCL
Using DCL, i have a .txt file with 3 lines
Line 1 test.
Line 2 test.
Line 3 test.
I'm trying to very that each contains exactly what is expected. I'm currently using the f@extract function which ...
1
vote
4answers
124 views
waiting on background subprocesses in DCL on VMS
I am looking for a way to launch several background processes to run in parallel with DCL. I would want to wait for them all to complete and know whether they all succeeded or at least one failed. ...
0
votes
0answers
103 views
error of transfering a .csv file from OpenVMS to Windows [closed]
I am trying to transfer a .csv file from OpenVMS to Windows.
But, the files size (148MB) is too large to be done.
xfer s mc_fi_details_quantile.csv
File too large.
%NONAME-F-NOMSG, Message ...
0
votes
1answer
130 views
Develop in Assembly on OpenVMS?
Someone can explain me how to develop in assembly on OpenVMS, I already develop in C on OpenVMS and I've just start with assembly in Windows and Linux. How can I compile, link and run an .asm program? ...
0
votes
1answer
93 views
Developing with C++ on OpenVMS
I am looking at a C++ project on OpenVMS.
How different is it from NIX development?
Is it a bit like a peculiar UNIX version or LINUX distro?
Any peculiarities when it comes to memory management or ...
0
votes
1answer
70 views
How to delete some directories after their client workspaces are deleted in perforce?
I am working on perforce on Linux and VMS.
I have created 3 directories, each of which has a client name and .p4rc file and mapping.
After some work, I do not need these directories.
I used perf ...
0
votes
2answers
108 views
How can I set up a VMS VM environment
I am looking to set up a VM running openVMS if there is a free version or possibly freeVMS? I essentially want to set up a VMS environment with the EVE and EDI editors.
I run a Mac so I'd like to set ...
3
votes
8answers
297 views
How can I disable variable interpolation with the Perl substitution operator?
I'm trying to replace a particular line in a text file on VMS. Normally, this is a simple one-liner with Perl. But I ran into a problem when the replacement side was a symbol containing a VMS path. ...
0
votes
1answer
154 views
C++ function pointer type is not compatible with candidate on Linux and VMS
This question is related to my another question- boost::bind return a function object which is the argument for a function that requires pointer
Except the interface of
bridge_set_pound_var_func
...
1
vote
2answers
124 views
How to do code-review/debug/coding/test/version-control for C++ on perforce and VMS
I am working on C++ programming with perforce (a version control tool) on VMS.
I need to handle tens or even hundreds of C++ files (managed by perforce) on VMS.
I am familiar with Linux, python but ...
0
votes
2answers
204 views
How to list history commands on VMS ?
How to list history commands on VMS ?
On linx, we can use "history".
I cannot find corresponding commands on VMS .
Any help will be appreciated.
Thanks
4
votes
2answers
389 views
Source code analyzing tool for COBOL on VMS/VAX Platform
Can someone please recommend a tool for analyzing, improving, finding "dead code", provide statistics etc. for a source code on COBOL language on VMS/VAX OS and RDB Database?
Thanks.
1
vote
2answers
319 views
How do I search text in a file with DCL
How do I search text in a file with DCL? Yes, I have to use DCL.
The file format is straight forward:
<NUMBER OF ENTRIES>
<ID> <DIRECTORY>
<ID> <DIRECTORY>
.
.
.
...
0
votes
3answers
219 views
Is there a working distribution of sqlite available for OpenVMS?
I am looking for a working distribution of SQLite for OpenVMS. I tried building SQLite 3.7.9 from the amalgamation file, using patches I found in a mailing list, but it does not quite work.
I am ...
0
votes
2answers
247 views
Can VMS filenames combine logical names and subdirectories?
I wonder about an apparent limitation to the flexibility of using filenames and logical names (~ filename aliases in this context) on VMS.
You can have names like [dir]name or [.subdir]name and you ...
0
votes
3answers
226 views
How do I call a Perl function from a DCL script?
I have a DCL script where I need to call a Perl function located in a Perl script. How do I do that and capture the output of that Perl function in the DCL script?
I know I can probably call the Perl ...
1
vote
2answers
227 views
Code generator for CLI based on CLD file
Although programming using the CLI$ routines is not very hard, it would be nice if there were a code generator for the basic stuff based on the CLD file. Does anyone have something like that, or is ...
0
votes
1answer
154 views
Changing f$mode() in an 'OTHER' session in openvms
I want to loggin in an openvms system using SSH progamatically then issue remote commands on the server. Putty will let me do that because f$mode() is 'BATCH' but with any SSH library I have used, the ...
1
vote
4answers
239 views
Read file fast (stream_lf format)
Looking for a way to speed up reading and processing a large text file (basically csv; stream_lf).
Should I bypass RMS? Solution may be asynchronous or synchronous.
Current implementation is ...
0
votes
1answer
175 views
Simulate VMS FTP on Windows [closed]
All,
Just wondering if it was possible to simulate the VMS functionality of FTP in Windows?
VMS supports/ed versioning of files that are uploaded to a server using FTP. For example, if you upload ...
0
votes
2answers
2k views
How to convert char pointer into char in C Open VMS
This is to convert from char pointer into char.
I followed the codes from another topic but it seems like it's not working to me.
I am using Open VMS Ansi C compiler for this. I don't know what's the ...
2
votes
4answers
908 views
DCL syntax problem in OpenVms
I am really confused by some syntax in the dcl of openvms. For example, these are some lines which confused me:
$ wo = "write sys$output"
Does it create a symbol wo for write sys$output?
$ ...
1
vote
2answers
247 views
Random record selection - VMS / RDB
I have been asked for a SQL statement to retrieve an arbitrary number of rows, randomly selected, from a data table in a database hosted on Oracle RDB on VMS.
In MS SQL, it would simply be:
SELECT ...
6
votes
3answers
625 views
Simple CGI web server in Python on VMS
I am trying to run an extremely simple CGI server on VMS done in python.
import sys
from BaseHTTPServer import HTTPServer
from CGIHTTPServer import CGIHTTPRequestHandler
...
-1
votes
5answers
364 views
Recovering data from a VAX to an NTFS system [closed]
I've tried to find the answer on many different sites, but no luck as of yet. Our dilemma is: We have an old VAX system (I believe runs VMS) that we desperately need the data retrieved from. The ...
3
votes
3answers
214 views
What's the correct regexp pattern to match a VMS filename?
The documentation at http://h71000.www7.hp.com/doc/731final/documentation/pdf/ovms_731_file_app.pdf (section 5-1) says the filename should look like this:
...
1
vote
2answers
579 views
How to assign the output of a program to a variable in a DCL com script on VMS?
For example, I have a perl script p.pl that writes "5" to stdout. I'd like to assign that output to a variable like so:
$ x = perl p.pl ! not working code
$ ! now x would be 5
1
vote
4answers
198 views
EDT editor - a modern approach?
I used the EDT editor on VMS very long time ago. Is there modern implementation of this excellent text editor available? If so, are there source codes? Maybe it is circumvented by Emacs and Vim?
...
1
vote
4answers
419 views
files opened by a process on VMS
I have a DCL script on VMS which calls a perl script. Is there a VMS/DCL command I can use that will tell me every file handle opened by the perl script?
3
votes
6answers
5k views
How can I copy a file from VMS to Windows and back again?
I am trying to copy C source files from a vms alpha to a windows machine to allow easier editing of the code. (VMS editor is just a text editor and it would be nice to have syntax highlighting etc)
I ...
0
votes
3answers
297 views
Getting a driver for VMS to connect to SQL Server 2005
I want to connect from a COBOL/VMS system to an SQL Server 2005 instance. Could someone point me to a driver that works well?
7
votes
12answers
959 views
Moving from VMS to Unix
Dear Stackoverflow,
Once upon a time, a team of guys sat down and wrote an application in C, running on VMS on a VAX. It was a rather important undertaking and runs a reasonably important back-end ...
2
votes
2answers
1k views
VMS EDT - How to select the complete content of the file?
I have been using VMS EDT for a while. I would be editing/ replacing large number of lines in the text files and saving it as a different version.
As for as I am aware, the only way to delete the ...
4
votes
3answers
656 views
Error handling on sockets in SAS under OpenVMS
I'm using SAS 9.2 on OpenVMS to connect to an external data source over a socket specifed with a filename statement:
filename extsrc SOCKET "extserver:port" recfm=v;
data foo;
infile extsrc;
input;
...
5
votes
8answers
1k views
Java on OpenVMS?
We run batch files on our OpenVMS Alpha and Integrity servers. Up until now they have been written in COBOL. As you can imagine there are many reasons why will not be able to maintain that process.
...
0
votes
2answers
467 views
How can I script the body of a VMS mail?
I have a script that addresses and sends an email but I need a body in the message without creating a file and then inserting the file with the standard MAIL commandline.
How can I do that?
4
votes
7answers
3k views
Get dimensions of JPEG in C++
I need to get at the image dimensions of a JPEG in C++. I'm looking for either a fairly simple way to do it, or a smallish library that provides that functionality. I'm working in C++ on OpenVMS, so ...
2
votes
5answers
1k views
Why vim doesn't work correctly into a telnet session?
I use vim (7.1) on OpenVMS V7.3-2.
I connect to VMS trough a telnet session with SmartTerm, a terminal emulator.
It works fine.
But when I start a telnet session from a VMS session (connected via ...
1
vote
3answers
853 views
Is there a good freeware clone of the VMS editor EDT for unix or the pc?
I would like to have the same editor available on all of the platforms I frequent.
Emacs and Vi are not desired solutions.
3
votes
5answers
733 views
Is there a reasonable way to implement a cd command on VMS?
I would like to be able to say things like
cd [.fred] and have my default directory go there,
and my prompt change to indicate the full path to my current location.

