|
|
| Author |
Message |
muthukumar
New User
Joined: 24 Mar 2004 Posts: 32
|
|
|
|
Hi,
Can any one help me in converting a packed decimal to Zd format using sort. I triet the following code but i am not getting the sign and correct decimal values after sorting....( should i explicitly write some code to get decimal and sign) . Please guide
the code i used
SORT FIELDS=(1,13,CH,A)
OUTREC FIELDS=(1:1,13, 16:14,6,PD,TO=ZD) |
|
| Back to top |
|
 |
References
|
Posted: Thu Jun 24, 2004 10:46 am Post subject: Re: converting packed to ZD through Sort |
 |
|
|
 |
imvs
New User
Joined: 12 May 2004 Posts: 33
|
|
|
|
muthukumar
To get signs you have to use EDIT mask |
|
| Back to top |
|
 |
muthukumar
New User
Joined: 24 Mar 2004 Posts: 32
|
|
|
|
| thanks |
|
| Back to top |
|
 |
|
|