Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
10answers
565 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
0answers
52 views

VAX: what CPUs can VAX simulate with microcode?

VAX CPUs has a updateable microcode feature. User can reupload microcode to VAX machine and then CPU will behave as not VAX CPU, but e.g. as PDP11 CPU. What CPUs can be simulated with VAX microcode? ...
2
votes
10answers
455 views

Classic assembly language texts not using x86?

I'm looking for texts that give detailed treatment of assembly programming principles and don't use x86 as the target architecture. I haven't found any recent books like that, but I would expect that ...
2
votes
1answer
216 views

Byte order of DEC VAX vs IA-32

A description of the problem follows. You can skip to the bottom line if you're not interested. I am working with a data file with this description: A 109-slice MRI data set of a human head. ...
1
vote
2answers
264 views

How do you determine what to put in .rhosts file in an VAX open vms when accessing from CYGWIN

How do you determine what to put in .rhosts file in an VAX openvms system when trying to remotely access the server using a remote shell from Cygwin on windows XP ? .rlogin and rsh are the only ...
0
votes
2answers
76 views

homework questions from stallings book

a.why is there so many wait states in the in the vms/vax process states ?
0
votes
5answers
344 views

What would be more productive? Converting VAX PASCAL into GNU PASCAL or port it to perl or some other language

I have this legacy code base (Compaq PERL), about 1500 lines of code, that I need to port to windows. I wanted to use gnu PASCAL (which I have installed and have working). I have already got our ...
-1
votes
5answers
167 views

Recovering data from a VAX to an NTFS system

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 ...