| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
DECmcc/VMS V1.3
My customer has a problem using SCRIPT AM in SET VERIFY mode.
This mode is used because he starts DECmcc in a
detached process ; he has SET VERIFY in his login.com.
I reproduce the problem in interactive mode :
with set verify
---------------
$ set ver
$ manage/ent
DECmcc (V1.3.0)
MCC>sho script tools disk disques all char
Script SUPMCC_NS:.tools disk disques
AT 7-JUN-1993 14:04:52 Characteristics
Examination of attributes show:
Command = "@mcc_scripts:mcc_disk * 0 noheader"
MCC>sho script tools disk disques all status
Script SUPMCC_NS:.tools disk $
AT 7-JUN-1993 14:07:02 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "define/nolog" <**************
Errors = 0
Free Storage = 0 Blocks
Script SUPMCC_NS:.tools disk $
AT 7-JUN-1993 14:07:02 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "@mcc_scripts:mcc_disk"
Errors = 0
Free Storage = 0 Blocks
Maximum Storage = 0 Blocks
Script SUPMCC_NS:.tools disk $!
AT 7-JUN-1993 14:07:03 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Script SUPMCC_NS:.tools disk $
AT 7-JUN-1993 14:07:03 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "goto" <************
Errors = 0
Script SUPMCC_NS:.tools disk $
AT 7-JUN-1993 14:07:03 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "Start:" <************
Script SUPMCC_NS:.tools disk $!
AT 7-JUN-1993 14:07:03 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Script SUPMCC_NS:.tools disk $!
AT 7-JUN-1993 14:07:03 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "Get"
Errors = 0
Free Storage = 0 Blocks
Maximum Storage = 0 Blocks
Utilization = 0 Percent
Device Type = "put"
Attribute Code 7 = "wildcards"
Attribute Code 8 = "around"
Attribute Code 9 = "it"
Attribute Code 10 = "so"
Attribute Code 11 = "that"
I CUT HERE A LOT OF LINES...
without set verify :
-------------------
$set nover
$mana/ent
DECmcc (V1.3.0)
MCC> sho script tools disk disques all status
Script SUPMCC_NS:.tools disk _SUPMCC$DKB0:
AT 7-JUN-1993 14:18:31 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "VAXVMSV055"
Errors = 0
Free Storage = 22995 Blocks
Maximum Storage = 1299174 Blocks
Utilization = 98 Percent
Device Type = "RZ56"
Script SUPMCC_NS:.tools disk _SUPMCC$DKA200:
AT 7-JUN-1993 14:18:32 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "USERS"
Errors = 0
Free Storage = 169461 Blocks
Maximum Storage = 237588 Blocks
Utilization = 28 Percent
Device Type = "RZL2"
Script SUPMCC_NS:.tools disk _SUPMCC$DKA300:
AT 7-JUN-1993 14:18:33 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "KITS"
Errors = 0
Free Storage = 236520 Blocks
Maximum Storage = 237588 Blocks
Utilization = 0 Percent
Device Type = "RZL2"
Script SUPMCC_NS:.tools disk _SUPMCC$DKA500:
AT 7-JUN-1993 14:18:33 Status
Examination of attributes show:
Command Executed = "@mcc_scripts:mcc_disk * 0 noheader"
Volume Name = "0"
Errors = 0
Free Storage = 0 Blocks
Maximum Storage = 0 Blocks
Utilization = 0 Percent
MCC>
I trie to use
$ ver = f$verify(0) in mcc_scripts:mcc_disk.com procedure but
the result is not so good.
Any idea ?
Thanks for help,
Regards
JOcelyne
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 5156.1 | Set Verify gave me the same problem .. but | MOLAR::ROBERTS | Keith Roberts - Network Management Applications | Tue Jun 08 1993 09:16 | 14 |
I enabled DCL verify (set verify) and ran the mcc_disk script .. I got the
same results. There is a command procedure that executes before the script
you specify .. its purpose is to setup the sys$error logical.
My suggestions are:
1) QAR this problem (see note #7 for information on using the QAR system)
2) A workaround is to turn procedure verification off: Set NoVerify
I have some ideas for a proper fix - but currently too busy to really dig
into it. The QAR won't let us forget about it.
/keith
| |||||
| 5156.2 | QAR # 00266 | SWTHOM::NOBRE | Jocelyne Nobre - CST France | Tue Jun 08 1993 11:31 | 3 |
Thanks Keith .
I QAR the problem .
The number is : 00266
| |||||