[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

5156.0. " script am question" by SWTHOM::NOBRE (Jocelyne Nobre - CST France) Mon Jun 07 1993 10:34

	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.RTitleUserPersonal
Name
DateLines
5156.1Set Verify gave me the same problem .. butMOLAR::ROBERTSKeith Roberts - Network Management ApplicationsTue Jun 08 1993 10:1614
  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.2QAR # 00266SWTHOM::NOBREJocelyne Nobre - CST FranceTue Jun 08 1993 12:313
    	Thanks Keith .
    	I QAR the problem .
    	The number is : 00266