JCL Utility for PDS changes

2005-05-24 Thread Hylton Tom P
I'm trying to do some pds manipulation thru JCL but haven't come up with a
suitable method.

1st, I'd like to delete only the members starting with "Z" in PDS1.
DELETE SYS3.PDS1(Z*)


Then I'd like to copy all of the "Z" members in PDS2 into PDS1.
COPY SYS3.PDS2(Z*) into SYS3.PDS1


I've tried IEBGENER and others, but nothing seems to be able to deal with
wildcards, or else I'm just being too dense to see it.



Can I do what I want using any native ibm utilities?

Or can I do what I want using the PDS freeware tool?

Or is there some other CBT utility that will do it?


Thanks,
tom

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


Re: JCL Utility for PDS changes

2005-05-24 Thread Knutson, Sam
Yes.

http://www.cbttape.org/updates.htm

http://www.cbttape.org

File # 182 PDS Command Package - Version 8.5 - Update 26 NEW

Thanks, Sam

-Original Message-
Or can I do what I want using the PDS freeware tool?

<>
 
This email/fax message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information.  Any unauthorized
review, use, disclosure or distribution of this email/fax is prohibited.  If
you are not the intended recipient, please destroy all paper and electronic
copies of the original message. 

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


Re: JCL Utility for PDS changes

2005-05-24 Thread John P Kalinich
---

//TSO  EXEC  PGM=IKJEFT01
//SYSTSPRT DD  SYSOUT=*
//SYSTSIN  DD  *
pds85 'sys3.pds1'
delete z*
change 'sys3.pds2'
copy z* 'sys3.pds1'
end

Regards,
John Kalinich
Computer Sciences Corp




  
  "Knutson, Sam"
  
cc:  
  
  Sent by: IBM         Subject: Re: JCL Utility for PDS 
changes   
  Mainframe 
  
  Discussion List   
  
  http://www.cbttape.org/updates.htm

http://www.cbttape.org

File # 182 PDS Command Package - Version 8.5 - Update 26 NEW

Thanks, Sam

-Original Message-
Or can I do what I want using the PDS freeware tool?

<>

This email/fax message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information.  Any unauthorized
review, use, disclosure or distribution of this email/fax is prohibited.
If
you are not the intended recipient, please destroy all paper and electronic
copies of the original message.

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

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


Re: JCL Utility for PDS changes

2005-05-24 Thread Galambos, Robert
 

If you have File-Aid MVS, you should be able to do all using the
batch component. If you have question feel free in contacting me, or the
Compuware's hotline at 1-800-538-7822


 


 
Robert Galambos 

Compuware Senior Technical Specialist 
IBM Certified Solutions Expert - 
DB2 UDB for OS/390 V7 Database Administration 
[EMAIL PROTECTED]
 
  
Tel: +1 905 866 7000 
Toll Free: +1 800 263 7189
Fax: +1 905 886 7023
Quebec: +1 877-281-1888 
  
Compuware  Canada

Service is our best product 
 Les renseignements contenus dans le présent message électronique sont
confidentiels et concernent exclusivement le(s) destinataire(s) désigné(s).
Il est strictement interdit de distribuer ou de copier ce message. Si vous
avez reçu ce message par erreur, veuillez répondre par courriel à
l'expéditeur et effacer ou détruire toutes les copies du présent message.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Hylton Tom P
Sent: May 24, 2005 1:32 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: JCL Utility for PDS changes

I'm trying to do some pds manipulation thru JCL but haven't come up with a
suitable method.

1st, I'd like to delete only the members starting with "Z" in PDS1.
DELETE SYS3.PDS1(Z*)


Then I'd like to copy all of the "Z" members in PDS2 into PDS1.
COPY SYS3.PDS2(Z*) into SYS3.PDS1


I've tried IEBGENER and others, but nothing seems to be able to deal with
wildcards, or else I'm just being too dense to see it.



Can I do what I want using any native ibm utilities?

Or can I do what I want using the PDS freeware tool?

Or is there some other CBT utility that will do it?


Thanks,
tom

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



The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it. 

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