T.R | Title | User | Personal Name | Date | Lines |
---|
265.1 | | AMCFAC::RABAHY | dtn 471-5160, outside 1-810-347-5160 | Fri Feb 28 1997 10:48 | 12 |
| Why? It is such a nice feature.
There's at least two features going on here. The DCL command line recall and
the terminal driver line editting mode. SET TERMINAL /NOLINE_EDITING disables
the latter. DCL will continue to recall command lines. The RECALL /ERASE
command erases the contents of the recall buffer.
Per-process is not good thinking. Multiple processes can share a terminal.
Per-terminal is probably what you meant.
Once an image is running, the DCL recall no longer comes into play. Any program
can supress the terminal line edit function in a variety of ways.
|
265.2 | tks | CSC32::J_WHISONANT | | Fri Feb 28 1997 15:23 | 2 |
| Thanks for the info. As for the per-process bit, maybe per-user would
have been a better choice of words.
|
265.3 | What Problem Is The Customer Solving Here? | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Fri Feb 28 1997 16:36 | 17 |
|
: Thanks for the info. As for the per-process bit, maybe per-user would
: have been a better choice of words.
Disable (or reprogram) the arrow keys on the keyboard? :-)
Downgrade to VMS V3.x? :-)
Seriously, I'm going to climb *way* out on a limb, and guess that
the real customer question here involves the behaviour of the DCL
INQUIRE verb. If so, switch over to READ.
If I've climbed out on the wrong limb, please tell us exactly what
the customer is up to... (I've seen very few requests for disabling
command line recall over the years -- most folks want to incorporate
command line recall into their programs; folks often end up using a
few basic SMG calls to add command line recall into an application.)
|
265.4 | Disable command recall from one account? | CSC32::J_WHISONANT | | Fri Feb 28 1997 18:41 | 9 |
| In all honesity, I think he is a power hunger system manager. His night
shift operator caused havoc by carelessly hitting the up arrow and
re-running an application 3 or 4 times and it caused the system manager
much grief. He wants to disable this function for the operator account
only. Right or wrong, good motive or bad, the system manager is still
my customer. I do not mind telling him it is not possible if this is
the truth. However, if it is possible, I owe him an honest answer.
Thanks for your time and interest.
Jim
|
265.5 | application, not environment | COMEUP::SIMMONDS | lock (M); while (not *SOMETHING) { Wait(C,M); } unlock(M) | Sat Mar 01 1997 20:09 | 6 |
| I'm tempted to say that the application in question needs fixing.. ($ for
us there ?) ..of course anything is possible and we could certainly
disable ^B for a given USERNAME (over in Hackers) if that is what will
make this Customer Happiest!
John.
|
265.6 | | AUSS::GARSON | DECcharity Program Office | Mon Mar 03 1997 01:33 | 15 |
| re .4
As a dubious solution, try putting @TT in the LOGIN.COM for the
operator after everything else in the LOGIN.COM that is needed has been
done.
I don't think that there is a (supported) way of achieving what the
customer is actually asking for viz. disable command recall. [It is
strange that one can't do this so perhaps the customer should ask for
it.]
Perhaps the site should consider a captive account for the operators.
There are various tools that provide either character cell or GUI for
common operator/system manager functions or you could knock up something
adequate in DCL if the operator's function is fairly limited.
|
265.7 | tks | CSC32::J_WHISONANT | | Mon Mar 03 1997 10:32 | 6 |
| Thank you very much for your reply. As for 'no supported way' to disable
command recall, it is understandable that no one would have asked for
it since command recall is a really nice feature. However, sooner or
later, at least one person will want to disable/change every feature on
the system.
Jim
|
265.8 | | AUSS::GARSON | DECcharity Program Office | Mon Mar 03 1997 17:01 | 6 |
| re .7
> since command recall is a really nice feature
Yes, it's hard to believe that we used to survive without it (and
cut and paste on window terminals etc.).
|
265.9 | Wrong Approach? | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Mon Mar 03 1997 17:17 | 5 |
| :However, if it is possible, I owe him an honest answer.
An inept or malicious user can wreak havoc without the recall buffer...
And an inept or malicious privileged user can wreak havoc without limit.
|