| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| eskaysem Beginner
 
 
 Joined: 31 Mar 2003
 Posts: 29
 Topics: 13
 
 
 | 
			
				|  Posted: Fri Dec 16, 2005 9:37 am    Post subject: HRecovery JCL |   |  
				| 
 |  
				| Hello, 
 I need to recall around 200 datasets which have been backed up daily for past 7 days. Could you please help me jotting a step which would take care of it?
 
 Great help,
 
 Thank you.
 Santosh
 _________________
 Thanks!,
 Santosh Kulkarni
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| kolusu Site Admin
 
  
 
 Joined: 26 Nov 2002
 Posts: 12394
 Topics: 75
 Location: San Jose
 
 | 
			
				|  Posted: Fri Dec 16, 2005 10:35 am    Post subject: |   |  
				| 
 |  
				| eskaysem, 
 try this
 
 
  	  | Code: |  	  | //STEP0100 EXEC PGM=IKJEFT01
 //SYSTSPRT DD SYSOUT=*
 //SYSUDUMP DD SYSOUT=*
 //SYSTSIN  DD *
 HRECALL   'your migrated dsname 1'  NOWAIT
 HRECALL   'your migrated dsname 2'  NOWAIT
 .... all 200 dsn...
 /*
 
 | 
 
 Hope this helps...
 
 Cheers
 
 Kolusu
 _________________
 Kolusu
 www.linkedin.com/in/kolusu
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
	
		|  |