Statements in COMMNDXX

2010-02-04 Thread Kurt Eastwood
Hello,
 
Thanks to anyone who can help me with this question.
 
I have inherited a system with the following statements in COMMND00:
 
COM='DD ADD,VOL=MVSRES' 
COM='DD NAME=SYS1.SYSNAME..DMPSEQ'
COM='DD ALLOC=ACTIVE'   

Can anyone give me an idea what these statements do and why they might have 
been placed in this COMMND00 member?
 
Thanks,
Kurt




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Statements in COMMNDXX

2010-02-04 Thread Lizette Koehler
This is so the SVC Dump process will use the volume MVSRES and use the dump 
dataset name of SYS1.SYSNAME..DMPSEQ.

Here are my parms

COM='DD ADD,SMS=(S=SYSTEMS)   ADD AUTOMATIC DUMP TO SMS STORGRP'  
COM='DD NAME=SYS4.SYSNAME..DMPSEQ..JOBNAME   SET DUMP SYMBOLICS '  
COM='DD ALLOC=ACTIVE  SET AUTOMATIC DUMP CREATION ON   '  

I like using SMS storage pool for my SVC Dumps.

Lizette



Hello,
 
Thanks to anyone who can help me with this question.
 
I have inherited a system with the following statements in COMMND00:
 
COM='DD ADD,VOL=MVSRES' 
COM='DD NAME=SYS1.SYSNAME..DMPSEQ'
COM='DD ALLOC=ACTIVE'   

Can anyone give me an idea what these statements do and why they might have 
been placed in this COMMND00 member?
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Statements in COMMNDXX

2010-02-04 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kurt Eastwood
 Sent: Thursday, February 04, 2010 10:40 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Statements in COMMNDXX
 
 Hello,
  
 Thanks to anyone who can help me with this question.
  
 I have inherited a system with the following statements in COMMND00:
  

Those statements allow for dynamic allocation of SVC dump datasets. In the 
past, you had SYS1.DUMPnn preallocated. Now, SVC dump can dynamically allocate 
the datasets to receive the SVC dump.

 COM='DD ADD,VOL=MVSRES' 

Means: put the dynamically allocated datasets on MVSRES.

 COM='DD NAME=SYS1.SYSNAME..DMPSEQ'

Means: The DSN of the dataset will be 'SYS1.' followed by the SYSNAME (name of 
the z/OS image), followed by the characters '.DMP' and lastly with the dump 
number (starts at one and goes up).

 COM='DD ALLOC=ACTIVE'   

Means: Make it so!

 
 Can anyone give me an idea what these statements do and why 
 they might have been placed in this COMMND00 member?

They are in COMMND00 because they are commands and there is no equivalent to 
them in any other PARMLIB member.

  
 Thanks,
 Kurt

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets®

9151 Boulevard 26 . N. Richland Hills . TX 76010
(817) 255-3225 phone . (817)-961-6183 cell
john.mck...@healthmarkets.com . www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets® is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company®, Mid-West National Life Insurance Company of TennesseeSM and The MEGA 
Life and Health Insurance Company.SM

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Statements in COMMNDXX

2010-02-04 Thread Vernooij, CP - SPLXM


Kurt Eastwood kurtms...@yahoo.com wrote in message 
news:62919.98598...@web56008.mail.re3.yahoo.com...
 Hello,
  
 Thanks to anyone who can help me with this question.
  
 I have inherited a system with the following statements in COMMND00:
  
 COM='DD ADD,VOL=MVSRES' 
 COM='DD NAME=SYS1.SYSNAME..DMPSEQ'
 COM='DD ALLOC=ACTIVE'   
 
 Can anyone give me an idea what these statements do and why they might have 
 been placed in this COMMND00 member?
  
 Thanks,
 Kurt

DD is the short form of the DUMPDS command, which you can find in System 
Commands.

Kees.
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html