| Daphne Beginner
 
 
 Joined: 30 Aug 2006
 Posts: 6
 Topics: 3
 
 
 | 
			
				|  Posted: Tue Sep 26, 2006 8:36 am    Post subject: Unload utility - Unicode to EBCDIC |   |  
				| 
 |  
				| Hi, 
 Using unload JCL utilitily DSNUPROC I unloaded a table(which is in unicode) to a dataset.
 
 I want the unload to be in EBCDIC format. I used the unload option EBCDIC, but I am not able to get the output dataset in EBCDIC format.
 
 Here is the UNLOAD statement I used.
 //DSNUPROC.SYSIN DD *
 UNLOAD TABLESPACE <tablespace>
 FROM TABLE <qualifier.tablename>
 UNLDDN SYSREC EBCDIC
 /*
 
 Can someone tell me what I am doing wrong here? Or is there a different method to do this?
 
 Thanks in advance,
 Daphne
 |  |