I recall, that that indicates at least some support is still there. See what happens
when you do MONITOR BADCLASS or any other nonexistent class - it should be different.
--
Lee K. Gleason N5ZMR
Control-G Consultants
lee.gleason at
comcast.net
From: hvlems at zonnet.nl
To: hecnet at Update.UU.SE
Sent: Monday, January 14, 2013 10:58:19 AM
Subject: Re: [HECnet] SCSISE adapter -> listings
Curious that I am I did try
MONITOR ETHERNET on a VAX/VMS 6.1 system and on an AXP/VMS 8.3 system and all I saw was
the command prompt.
No other output.
From: lee.gleason at
comcast.net
Sender: owner-hecnet at Update.UU.SE
Date: Mon, 14 Jan 2013 16:51:47 +0000 (UTC)
To: <hecnet at Update.UU.SE>
ReplyTo: hecnet at Update.UU.SE
Cc: <hecnet at Update.UU.SE>
Subject: Re: [HECnet] SCSISE adapter -> listings
I wrote the original patches for Monitor that enabled those hidden classes, and the
Pagewapper article that detailed how to apply them
I haven't had an opportunity to check on newer versions of VMS, but it's
trivial to see if at least some support is still there for them.
On a VMS system, try
$ MON ETHERNET
or any of the other undocumented monitor classes. Then try a command that definitely
isn't going to be there
$ MON NOTTHERE
If the error messages are different - then at least some of the support for the
undocumented classes is still there.
--
Lee K. Gleason N5ZMR
Control-G Consultants
lee.gleason at
comcast.net
From: "H Vlems" <hvlems at zonnet.nl>
To: hecnet at Update.UU.SE
Sent: Sunday, January 13, 2013 2:21:30 PM
Subject: RE: [HECnet] SCSISE adapter -> listings
Brian,
Speaking of source listings, VMS V4.<mumble> had a "secret" patch for
MONITOR.EXE. It enabled the monitor class Ethernet. Is that code still
hidden in MONITOR?
The MONITOR utility was written in PL/I at the time. Probably rewritten,
right?
Hans