| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| priya173 Beginner
 
 
 Joined: 04 May 2006
 Posts: 10
 Topics: 6
 Location: India
 
 | 
			
				|  Posted: Fri May 09, 2008 8:52 am    Post subject: JCL overide for one of the concatenated datasets in PROC |   |  
				| 
 |  
				| A Proc has a DD name INFILE for which 4 files FILE1, FILE2, FILE3 and FILE4 are given like //INFILE 	DD DSN=FILE1,DISP=SHR
 //	DD DSN=FILE2,DISP=SHR
 //	DD DSN=FILE3,DISP=SHR
 //	DD DSN=FILE4,DISP=SHR
 Now I am a production support guy and I don
 _________________
 Regards,
 Subha
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Nic Clouston Advanced
 
 
 Joined: 01 Feb 2007
 Posts: 1075
 Topics: 7
 Location: At Home
 
 | 
			
				|  Posted: Fri May 09, 2008 9:16 am    Post subject: |   |  
				| 
 |  
				| If you search you will find how to ver-ride concatenated files. 
 All you need is your first line.
 
 How can you do production support if you have no acces, not even READ, to production components. When I did prod supp we even had read access to the data - how else are you supposed to analyse problems?
 _________________
 Utility and Program control cards are NOT, repeat NOT, JCL.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Terry_Heinze Supermod
 
 
 Joined: 31 May 2004
 Posts: 391
 Topics: 4
 Location: Richfield, MN, USA
 
 | 
			
				|  Posted: Fri May 09, 2008 3:36 pm    Post subject: |   |  
				| 
 |  
				| Subha, See section 12.1.6 in the JCL manual.
 _________________
 ....Terry
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
	
		|  |