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

What's the meaning of 'Dataset migrated/archived '


IBM Mainframe Forums -> FAQ & Basics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
syed baji

New User


Joined: 24 Jan 2007
Posts: 4
Location: mumbai

PostPosted: Wed Mar 07, 2007 12:05 pm
Reply with quote

Hi,
If i jscan to my job , i got 1 warning mesage as
'CATALOG INDICATES DATA SET MIGRATED/ARCHIVED '
can anyone help me what changes i have to do in my job

the exact problem while jscaning is
(S010.ORTHST DD DSN=P.APM.IHP005.ORRHWS(0),DISP=SHR
WARNING - DSS4052W - CATALOG INDICATES DATA SET MIGRATED/ARCHIVED)
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Wed Mar 07, 2007 12:15 pm
Reply with quote

This is just a warning message and not error messag.
This tells that the dataset which you referring in the JCL has been migrated. If you submit the job it should automatically restore the dataset.
Back to top
View user's profile Send private message
h.dinesh

New User


Joined: 06 Dec 2006
Posts: 46
Location: Chennai

PostPosted: Wed Mar 07, 2007 12:54 pm
Reply with quote

syed baji,

You may also use 'HRECALL' to recall migrated datasets.

Dinesh
Back to top
View user's profile Send private message
syed baji

New User


Joined: 24 Jan 2007
Posts: 4
Location: mumbai

PostPosted: Wed Mar 07, 2007 2:17 pm
Reply with quote

hi dinesh,
can u explain briefly about 'h recall'.
Back to top
View user's profile Send private message
h.dinesh

New User


Joined: 06 Dec 2006
Posts: 46
Location: Chennai

PostPosted: Wed Mar 07, 2007 2:59 pm
Reply with quote

syed baji,

HRECALL is a command which is used to recall migrated datasets.

In dataset listing (option 3.4), you can type the command as shown below:

Code:
Command ===>                                                      Scroll ===>   CSR
                                                                               
Command - Enter "/" to select action                    Message             Volume
-------------------------------------------------------------------------------
HRECALL  <DATASET NAME>                                                    MIGRAT2


or use option 6 and type

Code:
HRECALL  '<DATASET NAME>'


Dinesh
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 -> FAQ & Basics

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top