HSM Migrate issue

2006-03-30 Thread Mark Pace
I'm trying to clean up a mess.

I have same datasets that show up in P.3.4   as Migrat2
If I do a listcat of the user catalog they show as volser---migrat

But when I go to recall or hdelete them
ARC1001I KSPAINH.AAAMICH.SMF  DELETE FAILED, RC=0002, REAS=
ARC1102I DATA SET IS NOT MIGRATED/BACKED UP
***
Which basically says - you didn't spell the name right, that name is not
migrated.  But it is the right name.  I have some discrepancy between what
the user catalog thinks and HSM thinks.   I tried an   AUDIT
MIGRATIONCONTROLDATASET, no change.   I don't care to get the dataset back,
I just want it deleted.  Any suggestions?



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

--
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: HSM Migrate issue

2006-03-30 Thread Ulrich Krueger
Mark,
to get rid of catalog entries that point to migrated, non-existent datasets, you
need to run a batch job IDCAMS and DELETE that dataset there. Using TSO or ISPF
commands will always fail ... they do more checking and are too smart for their
own good in this particular instance.

Regards,
Ulrich Krueger
--
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: HSM Migrate issue

2006-03-30 Thread Jack Kelly
you'll need to be in the racf group ARCCATGP to do del noscr. see hsm 
storage admin guide, 4.8.12

Jack Kelly
LA Systems @ US Courts
x 202-502-2390

--
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: HSM Migrate issue

2006-03-30 Thread Mark Pace
Yes I've tried a few different combinations of IDCAMS DELETE - most give me

IDC3007I ** VSAM CATALOG RETURN CODE IS 38

38 = Dataset has been migrated.



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

--
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: HSM Migrate issue

2006-03-30 Thread McKown, John
> -Original Message-
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pace
> Sent: Thursday, March 30, 2006 12:51 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: HSM Migrate issue
> 
> 
> I'm trying to clean up a mess.
> 
> I have same datasets that show up in P.3.4   as Migrat2
> If I do a listcat of the user catalog they show as volser---migrat
> 
> But when I go to recall or hdelete them
> ARC1001I KSPAINH.AAAMICH.SMF  DELETE FAILED, RC=0002, REAS=
> ARC1102I DATA SET IS NOT MIGRATED/BACKED UP
> ***
> Which basically says - you didn't spell the name right, that 
> name is not
> migrated.  But it is the right name.  I have some discrepancy 
> between what
> the user catalog thinks and HSM thinks.   I tried an   AUDIT
> MIGRATIONCONTROLDATASET, no change.   I don't care to get the 
> dataset back,
> I just want it deleted.  Any suggestions?
> 
> 
> 
> Mark D Pace

You'll need some RACF work done.

1) Create a RACF group called ARCCATGP.
AG ARCCATGP
2) CONNECT your RACF id to that group.
CONNECT myid GROUP(ARCCATGP)
3) issue the command DELETE  NOSCRATCH (logoff/logon to TSO if you
use TSO to pick up the new group)

This is documented in "z/OS: DFSMShsm Implementation and Customization
Guide"

--
John McKown
Senior Systems Programmer
UICI Insurance Center
Information Technology

This message (including any attachments) contains confidential
information intended for a specific individual and purpose, and its
content is protected by law.  If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this transmission, or taking any action
based on it, is strictly prohibited. 
 

--
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: HSM Migrate issue

2006-03-30 Thread Chase, John
> -Original Message-
> From: IBM Mainframe Discussion List On Behalf Of Mark Pace
> 
> I'm trying to clean up a mess.
> 
> I have same datasets that show up in P.3.4   as Migrat2
> If I do a listcat of the user catalog they show as volser---migrat
> 
> But when I go to recall or hdelete them
> ARC1001I KSPAINH.AAAMICH.SMF  DELETE FAILED, RC=0002, 
> REAS= ARC1102I DATA SET IS NOT MIGRATED/BACKED UP
> ***
> Which basically says - you didn't spell the name right, that 
> name is not migrated.  But it is the right name.  I have some 
> discrepancy between what
> the user catalog thinks and HSM thinks.   I tried an   AUDIT
> MIGRATIONCONTROLDATASET, no change.   I don't care to get the 
> dataset back,
> I just want it deleted.  Any suggestions?

Did you try IDCAMS DELETE entryname NOSCRATCH ?

-jc-

--
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: HSM Migrate issue

2006-03-30 Thread Mark Pace
>you'll need to be in the racf group ARCCATGP to do del noscr. see hsm
>storage admin guide, 4.8.12

Thanks!



Mark D Pace
Senior Systems Engineer
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317
Office: 850.219.5184
Fax: 888.221.9862
http://www.mainline.com


This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

--
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: HSM Migrate issue

2006-03-30 Thread Chris Sultis
If you have RACF you can use a standard IDCAMS delete noscratch with
the
RACF storage admin parm in your job card.

// USER=userid,GROUP=ARCCATGP,PASSWORD=,   


//*
//HSM  EXEC PGM=IDCAMS 
//SYSPRINT DD SYSOUT=* 
//SYSINDD *
  DELETE .. NOSCRATCH   





Thanks,
Chris M. Sultis
Blue Cross and Blue Shield of Alabama
Sr. Systems Programer
(205) 220-3863

*** *** *** *** *** *** *** *** *** ***
  CONFIDENTIALITY NOTICE  
This e-mail is intended for the sole use of the individual(s) to whom it is 
addressed, and may contain information that is privileged, confidential and 
exempt from disclosure under applicable law.  You are hereby notified that any 
dissemination, duplication, or distribution of this transmission by someone 
other than the intended addressee or its designated agent is strictly 
prohibited.  If you receive this e-mail in error, please notify me immediately 
by replying to this e-mail.
*** *** *** *** *** *** *** *** *** ***

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