IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

HSM Migrated DSN - How to find the MVS CATALOG DSN


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jsrueg

New User


Joined: 22 Jun 2006
Posts: 6

PostPosted: Fri Apr 27, 2007 5:13 am
Reply with quote

I've got several HSM migrated DSN's that's failing allocation with 213-2c. HSM log only shows the Migrated DSN. How can I find out the real MVS DSN that is in the Catalog?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 27, 2007 12:36 pm
Reply with quote

A little clarification on how HSM works...

whenever ( according to HSM definition and/or SMS management class ) a dataset is migrated ( ML1/ML2 )
the MVS ( master/user ) catalog entry IS STILL there ...
the only difference is that the dasd volser is changed from a real volser to
( if I remember correctly ) MIGRAT which means that the dataset is now under control of HSM.

try an ISPF 3.4 to see if Your dataset is there and check the volser

regards

e.s
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Apr 27, 2007 12:43 pm
Reply with quote

Do you mean that the recall process is failing 213-2c.
Back to top
View user's profile Send private message
jsrueg

New User


Joined: 22 Jun 2006
Posts: 6

PostPosted: Fri Apr 27, 2007 10:27 pm
Reply with quote

I'm trying to determine the MVS dataset name from the HSM migrated name that is on ML1/ML2. As you know HSM generates a name for the physical dataset once it is migrated. When I get the 213-2C from within DFHSM, it shows the HSM generated name. I'd like to find out what the real DSN is.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 27, 2007 10:49 pm
Reply with quote

THE REAL DATASET NAME IS THE ONE YOU ARE USING IN YOUR JCL...

the logic is:
//jobname JOB
//stepname EXEC PGM=yourpgm
//ddname DD DISP=SHR,DSN=yourdatasetname

You do not have to care where yourdatasetname resides..
it is cataloged and if in the catalog the volser is MIGRAT HSM will recall it
putting in real volume... and afterwards it will be ready to be used

if in the hsm log You have errors, then somewhere in your syslogs and/or the console log there must be some messages regarding recall errors relative to the REAL DATASET NAME

It seems to me that some messages were lost

regards

e.s
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Apr 28, 2007 1:59 pm
Reply with quote

What are you trying to do with the HSM generated name. In 99.99% of cases there is no need to know the HSM name. You only need use the true name of the dataset.

What are you trying to do and why.
Back to top
View user's profile Send private message
jsrueg

New User


Joined: 22 Jun 2006
Posts: 6

PostPosted: Mon Apr 30, 2007 9:39 pm
Reply with quote

I'm trying to determine what the MVS DSN is so I can determine if I the DSNAME owner needs to be notified that the dataset is no longer available.
The HSM log generates:
IEC143I 213-2C,IFG0194D,DFSMSHSM,DFSMSHSM,SYS07429,453F,HSMS06,HSMSAV.HMIG.T0400

I'v already determined that the dataset is no longer on the HSM ML1 volume and apparently has been lost. I need to get with the owner of the data to determine impact.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 30, 2007 10:05 pm
Reply with quote

YES, You can do it, but I'm not back in the office until Wednesday, and will try and post some info then if I get the time after catching up from a long weekend.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Apr 30, 2007 10:24 pm
Reply with quote

In the meantime, I suggest that you audit the MCDS.

This may show much more detail of the nature of the error and may also help if the dataset has moved from ML1 to ML2 and the move was active during a failure which did not update the MCDS correctly. Just a shot in dark, but it has happened before.
Back to top
View user's profile Send private message
jsrueg

New User


Joined: 22 Jun 2006
Posts: 6

PostPosted: Mon Apr 30, 2007 11:13 pm
Reply with quote

MCDS Audit reports no error. This occurred when I re-sized my MCDS. I'm not sure exactly why it occurred though as no HSM activity occurred during my process. At any rate I just have this one bad DSN and it is set to expire tomorrow. I'd stil like to know if anyone has a method of getting the true MVS DSN from the HSM generated DSN.
Back to top
View user's profile Send private message
TizMe

New User


Joined: 05 Jan 2006
Posts: 72

PostPosted: Tue May 01, 2007 7:51 am
Reply with quote

HSEND FIXCDS A HSMSAV.HMIG.Txxxx etc will list the data that you require.
Back to top
View user's profile Send private message
jsrueg

New User


Joined: 22 Jun 2006
Posts: 6

PostPosted: Tue May 01, 2007 9:45 pm
Reply with quote

Tizme,
Thanks for the assistance, this is EXACTLY what I was looking for. Obviously I never looked in the HSM DIAGNOSIS doc. Thank you very much again!
Jeff icon_biggrin.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts DASD - non SMS - volser change - VSAM... JCL & VSAM 2
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
Search our Forums:

Back to Top