| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| spendam Beginner
 
 
 Joined: 13 Jan 2006
 Posts: 7
 Topics: 2
 
 
 | 
			
				|  Posted: Thu Apr 20, 2006 12:40 pm    Post subject: I Want to write JESYSMSG into PDS |   |  
				| 
 |  
				| Could you please help me out in this regard. Basically, I want to write only JESYSMSG into separate dataset instead of whole job list. I could not find in search list apart from copying whole job into dataset. 
 Below example is copying whole thing, but I want only JESYSMSG.
 
  	  | Code: |  	  | //ISFIN     DD *
 OWNER **
 PREFIX TSO1258C
 ST
 FIND TSO1258C
 ++S
 PRINT ODSN 'AB.ABMRAII.JOBLISTS.ABSUEZ(TSO1265Z)'
 PRINT
 PRINT CLOSE
 END
 //*
 
 | 
 Can I mention DDNAME anywhere here. Could you please advise me.
 
 Thanks in Advance.
 Srini.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Bill Dennis Advanced
 
  
 Joined: 03 Dec 2002
 Posts: 579
 Topics: 1
 Location: Iowa, USA
 
 | 
			
				|  Posted: Thu Apr 20, 2006 1:03 pm    Post subject: |   |  
				| 
 |  
				| Use the ?  action character to split the JOB by DDname _________________
 Regards,
 Bill Dennis
 
 Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| hariavinash Beginner
 
 
 Joined: 21 Jan 2005
 Posts: 52
 Topics: 7
 
 
 | 
			
				|  Posted: Fri Apr 21, 2006 5:28 am    Post subject: |   |  
				| 
 |  
				| spendam, 
 adding to what Bill said, use ? to split the job by DDname and use XDC to write to a dataset.
 
 cheers
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| spendam Beginner
 
 
 Joined: 13 Jan 2006
 Posts: 7
 Topics: 2
 
 
 | 
			
				|  Posted: Fri Apr 21, 2006 8:47 am    Post subject: |   |  
				| 
 |  
				| Thank you |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| spendam Beginner
 
 
 Joined: 13 Jan 2006
 Posts: 7
 Topics: 2
 
 
 | 
			
				|  Posted: Fri Apr 21, 2006 2:10 pm    Post subject: About splitting job under SDSF |   |  
				| 
 |  
				| Could you please give me some example of this one. Thanks in advance. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| spendam Beginner
 
 
 Joined: 13 Jan 2006
 Posts: 7
 Topics: 2
 
 
 | 
			
				|  Posted: Wed Apr 26, 2006 11:43 am    Post subject: |   |  
				| 
 |  
				| Now, its working. Thank you so much. |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
	
		|  |