| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| kumar26fl Beginner
 
 
 Joined: 08 Apr 2010
 Posts: 14
 Topics: 9
 
 
 | 
			
				|  Posted: Mon Jul 04, 2011 2:45 pm    Post subject: convert pd to zd (negative value with sign) |   |  
				| 
 |  
				| Hi, 
 I have a s9(7) comp3 field and I want to convert it to ZD with the sign.
 For example: I have a value of x'0000001D' in this field and I want to see it converted to ZD with a negative symbol. Appreciate your help with DFSORT solution for this.
 
 Thanks
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| kolusu Site Admin
 
  
 
 Joined: 26 Nov 2002
 Posts: 12394
 Topics: 75
 Location: San Jose
 
 | 
			
				|  Posted: Mon Jul 04, 2011 3:50 pm    Post subject: |   |  
				| 
 |  
				| kumar26fl, 
 use
 
  	  | Code: |  	  | P,4,PD,EDIT=(STTTTTTTT),SIGNS=(+,-))
 
 P = position of the PD field in your file
 
 | 
 _________________
 Kolusu
 www.linkedin.com/in/kolusu
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  | 
	
		|  |