| Author |
Message |
|
|
Posted: Sep 09, 2008 - 05:54 PM |
|

Joined: Feb 07, 2007
Posts: 2395
Location: New Delhi, India
|
|
| Good point. Ditto for file indexing. |
_________________ If you think education is expensive, try ignorance.
|
| |
|
|
|
|
|
Posted: Sep 09, 2008 - 08:39 PM |
|


Joined: Jul 10, 2006
Posts: 2655
Location: Minneapolis
|
|
|
JohanEkdahl wrote:
Not intrinsic thing to display open files?
I've forgotten how to do this on VMS. Do you recall? |
|
|
| |
|
|
|
|
|
Posted: Sep 09, 2008 - 10:15 PM |
|

Joined: Jun 21, 2005
Posts: 882
Location: Chicago area, USA
|
|
|
cpluscon wrote:
JohanEkdahl wrote:
Not intrinsic thing to display open files?
I've forgotten how to do this on VMS. Do you recall?
show device /files ? |
|
|
| |
|
|
|
|
|
Posted: Sep 09, 2008 - 10:42 PM |
|


Joined: Mar 27, 2002
Posts: 18561
Location: Lund, Sweden
|
|
Oh stop it now. I'm starting to sob. The nostaghia...
One game we used to play was "Type your code correct the first and only time". A small "assignment" was put up. everyone gets to think for a while and then
Code:
$ PASCAL /INPUT=SYS$INPUT /OUTPUT=SOLUTION.OBJ
PROGRAM Solution
VAR
i : Integer;
str : PACKED ARRAY [1..20] OF Character;
.
.
.
<rest of program source>
.
.
.
END.
[ctrl-Z]
$ LINK SOLUTION
$ RUN SOLUTION
<And here the EXE should perform as per the assignment>
So you'd have to type the program in correctly in one go (you could edit while on a row by DELeting characters and retype, but once you hit enter that was a point of no return for that line).
A lot of fun! (For those not fluent in DCL the above makes little sense, yes)
And I once played a aprils-fools-joke on our students by adding the new (sub-)command
Code:
SET WEATHER [/SUNNY] [/CLOUDY] [/TEMPERATURE=n] [/GIRLS_IN_THIN_T_SHIRTS] [/BOYS_IN_TIGHT_BERMUDAS] etc
to the help on our VAX 11/785 systems help. Every option was documented in the standard "stiff" DEC style, with dry comments about the possible failure of /GIRLS n /BOYS options if the system missed the something-hardware, and the danger of all hell breaking loose if the temperature was set to above 800 degrees Celsius, etc..
And I suppose those of you that ran or used VMS systems recall the file with changed error message definitions where eg "Quota Exceeded" was changed to "Byte the bag quota".
Sob...  |
|
|
| |
|
|
|
|
|
Posted: Sep 09, 2008 - 11:14 PM |
|


Joined: Jul 10, 2006
Posts: 2655
Location: Minneapolis
|
|
Getting low on disk space?
Code:
purge [...]*.*;
Or something like that. Who needs configuration management when you have file versions! |
|
|
| |
|
|
|
|
|
Posted: Sep 09, 2008 - 11:15 PM |
|


Joined: Jan 03, 2006
Posts: 4417
Location: Hemel Hemsptead, UK
|
|
Of error messages, who knows where this message is to be found?
Quote:
An obscure error of the fifth kind has occurred.
 |
_________________ Neil Barnes
www.nailed-barnacle.co.uk
|
| |
|
|
|
|
|
Posted: Sep 10, 2008 - 05:28 PM |
|


Joined: Jul 10, 2006
Posts: 2655
Location: Minneapolis
|
|
For Win2k there is a tool called OH.EXE that lists open files as well as other object types.
http://download.microsoft.com/download/ ... _setup.exe
Haven't yet looked but this may be available for XP/Vista. Note that the utility is part of the Win2k Resource Kit.
Edit: oh.exe worked under XP Pro, for me, but not under Vista. |
|
|
| |
|
|
|
|
|
Posted: Jun 13, 2012 - 07:59 PM |
|


Joined: Jul 18, 2005
Posts: 62299
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
|
Quote:
Oh stop it now. I'm starting to sob. The nostaghia..
Johan,
Just bumping an old thread (and I'm sure there was another one where you talked more extensively about VAX/VMS nostalgia) but I thought you might be interested in this use for a Raspberry Pi (well two of them in fact):
http://www.designspark.com/content/rasp ... ax-cluster
 |
_________________
|
| |
|
|
|
|
|
Posted: Jun 13, 2012 - 08:04 PM |
|


Joined: Dec 06, 2007
Posts: 2512
Location: Redmond, WA USA
|
|
| Wow. Talk about memories from the past. That is really cool. |
_________________ Larry
Those afraid to embrace the future will quickly fade into the past. - larryvc
|
| |
|
|
|
|
|
Posted: Jun 13, 2012 - 10:07 PM |
|


Joined: Mar 27, 2002
Posts: 18561
Location: Lund, Sweden
|
|
Cliff!
Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you...!
This really tempting. In the store in the basement I have had, for the last 18 years or so, a Tandberg terminal that in essence is a VT220 (black on "paper white" to boot) that I just have not been able to get rid of. Have to pick it up this summer and see if it still starts (it has firmware in EEPROM thet might not have retained it's contents, electrolytics might have gone dry etc. Prolly will power it up outside first time...
But if it works, how cool just to have a VMS system up. Oh the joy of a non-cryptic command-line language, a nice Pascal compiler, and a file system with versions!
Cliff, did I say "thank you!"?
[EDIT: Straightened out some name confusion..] |
|
|
| |
|
|
|
|
|
Posted: Jun 14, 2012 - 12:57 AM |
|


Joined: Sep 04, 2002
Posts: 21261
Location: Orlando Florida
|
|
| I still have my ADM-3A in the workshop. |
_________________ Imagecraft compiler user
|
| |
|
|
|
|
|