Re: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-10 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 08/10/2005
   at 11:39 AM, "Moussadak, Mustafa" <[EMAIL PROTECTED]> said:

>DEL VVR doesn't work (RC 08)!

>How to force de deletion of theses entries in catalog ?

You use DELETE VVR to remove the component from the VTOC, not from the
BCS. Use DELETE NOSCRATCH to remove the component from the BCS. For
both you need authorization.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-10 Thread Ed Finnell
 
In a message dated 8/10/2005 6:38:49 A.M. Central Standard Time,  
[EMAIL PROTECTED] writes:

DEL VVR  doesn't work (RC 08)!




//FILE1 DD UNIT=3390,VOL=SER=badvol,DISP=SHR
//SYSIN  DD *
 del bad_name NVR FILE(FILE1)  CAT('MCAT_Name')

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-10 Thread Bruce Black



I have a DATA & INDEX entries of one KSDS in a catalog without a entrie of a
CLUSTER. There's no relevant info in the VVDS.

Sorry, I misread your message. I thought the entries were in the VTOC 
but not in the catalog. 

The command to delete hanging component names from the catalog when the 
cluster is gone is

   DELETE  compname   TRUENAME

Make very sure that what you say is true.   do a LISTCAT on the 
component names to be sure they are not associated with another cluster 
name.


--
Bruce A. Black
Senior Software Developer for FDR
Innovation Data Processing 973-890-7300
personal: [EMAIL PROTECTED]
sales info: [EMAIL PROTECTED]
tech support: [EMAIL PROTECTED]
web: www.innovationdp.fdr.com

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-10 Thread ibm-main
Did you check the manual(s)  ???.
IIRC there are RACF profile requirements - most likely
FACILITY/STGADMIN.summit-or-other.

Shane ...

- Original Message - 
From: "Moussadak, Mustafa"
> ...
> DEL VVR doesn't work (RC 08)!
>
> How to force de deletion of theses entries in catalog ?

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-10 Thread Moussadak, Mustafa
Hi Bruce,

DEL VVR doesn't work (RC 08)!

How to force de deletion of theses entries in catalog ?


Regards/Cordialement.
M. Mustafa

-Message d'origine-
De : IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] De la part
de Bruce Black
Envoyé : mercredi 3 août 2005 14:39
À : IBM-MAIN@BAMA.UA.EDU
Objet : Re: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

RECATALOG won't work because, as he said, there is no VVR for these 
components.

Zapping the VTOC is NEVER a good idea.

But the IDCAMS "DELETE componentname VVR" commandwill work.  It was 
enhanced many years ago to delete DSCBs even if there is not matching VVR

###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been analysed by
and controled for the presence of computer viruses.

cpm.co.ma
**

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-03 Thread Bruce Black



You can choose between two choices:

* RECATALG and then normal delete

* Zap to VTOC converting DATA and INDEX into SEQ files and then
DELETE ENTRIES.
  CCHHRR ??
VER53  08
REP53  00
VER5D  12
REP5D  80


No to both.

RECATALOG won't work because, as he said, there is no VVR for these 
components.


Zapping the VTOC is NEVER a good idea.

But the IDCAMS "DELETE componentname VVR" commandwill work.  It was 
enhanced many years ago to delete DSCBs even if there is not matching VVR


--
Bruce A. Black
Senior Software Developer for FDR
Innovation Data Processing 973-890-7300
personal: [EMAIL PROTECTED]
sales info: [EMAIL PROTECTED]
tech support: [EMAIL PROTECTED]
web: www.innovationdp.fdr.com

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-03 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 08/02/2005
   at 09:48 AM, "Moussadak, Mustafa" <[EMAIL PROTECTED]> said:

>How can I go to this goal ?

DELETE VVR.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-02 Thread Rob Scott
I would advise that you try "DELETE VVR" before zapping the VTOC.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of DOMINGUEZ MARTIN, ANGEL LUIS
Sent: 02 August 2005 06:11
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

 
You can choose between two choices:

* RECATALG and then normal delete

* Zap to VTOC converting DATA and INDEX into SEQ files and then
DELETE ENTRIES.
  CCHHRR ??
VER53  08
REP53  00
VER5D  12
REP5D  80


angel luis dominguez
bbva - spain 

-Mensaje original-
De: Moussadak, Mustafa [mailto:[EMAIL PROTECTED] 

I have a DATA & INDEX entries of one KSDS in a catalog without a entrie
of a
CLUSTER. There's no relevant info in the VVDS.
I would like to Delete theses entries but I can't (IDCAMS DEL NSCR
Return
08).


 
... DISCLAIMER . 
This message and its  attachments are  intended  exclusively for the 
named addressee. If you  receive  this  message  in   error,  please 
immediately delete it from  your  system  and notify the sender. You 
may  not  use  this message  or  any  part  of it  for any  purpose. 
The   message   may  contain  information  that  is  confidential or 
protected  by  law,  and  any  opinions  expressed  are those of the 
individualsender.  Internet  e-mail   guarantees   neither   the 
confidentiality   nor  the  proper  receipt  of  the  message  sent. 
If  the  addressee  of  this  message  does  not  consent to the use 
of   internete-mail,pleaseinform usinmmediately. 
 
.  AVISO LEGAL   
La   presente  comunicacion  y sus anexos tiene como destinatario la 
persona a  la  que  va  dirigida, por  lo  que  si  usted lo  recibe 
por error  debe  notificarlo  al  remitente  y   eliminarlo   de  su 
sistema,  no  pudiendo  utilizarlo,  total  o   parcialmente,   para 
ningun  fin.  Su  contenido  puede  tener informacion confidencial o 
protegida legalmente   y   unicamente   expresa  la  opinion del 
remitente.  El   uso   del   correo   electronico   via internet  no 
permite   asegurarni  la   confidencialidad   de   los  mensajes 
nisucorrecta recepcion.   Enel  caso   de   que   el 
destinatario no consintiera la utilizacion  del correo  electronico, 
debera ponerlo en nuestro conocimiento inmediatamente.   
 

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-02 Thread R.S.

DOMINGUEZ MARTIN, ANGEL LUIS wrote:

 
	You can choose between two choices:


* RECATALG and then normal delete

* Zap to VTOC converting DATA and INDEX into SEQ files and then
DELETE ENTRIES.
  CCHHRR ??
VER53  08
REP53  00
VER5D  12
REP5D  80


...and then have problems with BCS entries and VVDS.

--
Radoslaw Skorupka
Lodz, Poland

--
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: DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-02 Thread DOMINGUEZ MARTIN, ANGEL LUIS
 
You can choose between two choices:

* RECATALG and then normal delete

* Zap to VTOC converting DATA and INDEX into SEQ files and then
DELETE ENTRIES.
  CCHHRR ??
VER53  08
REP53  00
VER5D  12
REP5D  80


angel luis dominguez
bbva - spain 

-Mensaje original-
De: Moussadak, Mustafa [mailto:[EMAIL PROTECTED] 

I have a DATA & INDEX entries of one KSDS in a catalog without a entrie of a
CLUSTER. There's no relevant info in the VVDS.
I would like to Delete theses entries but I can't (IDCAMS DEL NSCR Return
08).


 
... DISCLAIMER . 
This message and its  attachments are  intended  exclusively for the 
named addressee. If you  receive  this  message  in   error,  please 
immediately delete it from  your  system  and notify the sender. You 
may  not  use  this message  or  any  part  of it  for any  purpose. 
The   message   may  contain  information  that  is  confidential or 
protected  by  law,  and  any  opinions  expressed  are those of the 
individualsender.  Internet  e-mail   guarantees   neither   the 
confidentiality   nor  the  proper  receipt  of  the  message  sent. 
If  the  addressee  of  this  message  does  not  consent to the use 
of   internete-mail,pleaseinform usinmmediately. 
 
.  AVISO LEGAL   
La   presente  comunicacion  y sus anexos tiene como destinatario la 
persona a  la  que  va  dirigida, por  lo  que  si  usted lo  recibe 
por error  debe  notificarlo  al  remitente  y   eliminarlo   de  su 
sistema,  no  pudiendo  utilizarlo,  total  o   parcialmente,   para 
ningun  fin.  Su  contenido  puede  tener informacion confidencial o 
protegida legalmente   y   unicamente   expresa  la  opinion del 
remitente.  El   uso   del   correo   electronico   via internet  no 
permite   asegurarni  la   confidencialidad   de   los  mensajes 
nisucorrecta recepcion.   Enel  caso   de   que   el 
destinatario no consintiera la utilizacion  del correo  electronico, 
debera ponerlo en nuestro conocimiento inmediatamente.   
 

--
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


DELETE of DATA & INDEX entries of a KSDS in a CATALOG ...

2005-08-02 Thread Moussadak, Mustafa
Hi,

 

I have a DATA & INDEX entries of one KSDS in a catalog without a entrie of a
CLUSTER. There's no relevant info in the VVDS.

 

I would like to Delete theses entries but I can't (IDCAMS DEL NSCR Return
08).

 

How can I go to this goal ?

 

Any help will be appreciated.

 

Thanks.

###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been analysed by
and controled for the presence of computer viruses.

cpm.co.ma
**


--
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