> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Pat Mihalec
> Sent: Tuesday, July 22, 2008 1:51 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: Delete PAGESPACE in other catalog
> 
> Here is some JCL I have used in the past 
> //IDCAMS   EXEC  PGM=IDCAMS 
> //STEPCAT DD DSN=CATALOG.MASTER.VCATT28,DISP=SHR 
> //SYSPRINT DD  SYSOUT=* 
> //SYSIN    DD  * 
>  DELETE - 
>         PAGE.TEST.COMMON     - 
>         PAGESPACE - 
>         PURGE - 
>         CATALOG(CATALOG.MASTER.VCATT28) 
> 
> Pat Mihalec

AAAAHHHHH!!!! no more STEPCAT allowed!

My page datasets are all named PAGE.&SYSNAME.stuff. I use MultiLevel
aliases so that I can do a DEFINE alias so that PAGE.&SYSNAME in this
system's master catalog points to &SYSNAME's master catalog.

Another possibility is to simply create the PAGESPACE in the current
system's master catalog. Then, just do a DEFINE PAGESPACE ... RECATALOG
CAT(other.mastercat) . One nice thing is that a PAGESPACE can be defined
in multiple catalogs at the same time.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
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

Reply via email to