View previous topic :: View next topic |
Author |
Message |
prog_mario Beginner
Joined: 08 Sep 2007 Posts: 86 Topics: 27
|
Posted: Wed Jun 16, 2010 2:05 pm Post subject: Help on Syncsort using TO=ZD. |
|
|
I need convert a PD field to a ZD one.
The field I'm having problems with is a S9(5)V COMP-3 (its value is 00001C(hex).
I need to format it to 9(5).
When I use the sort line below
74:66,3,PD,TO=ZD,LENGTH=5
My output field looks like this:
0000A.
And it should be 00001.
Can you help me? |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Wed Jun 16, 2010 2:10 pm Post subject: |
|
|
Try TO=ZDF instead of TO=ZD. _________________ All the best,
di |
|
Back to top |
|
|
prog_mario Beginner
Joined: 08 Sep 2007 Posts: 86 Topics: 27
|
Posted: Wed Jun 16, 2010 2:21 pm Post subject: |
|
|
Thanks a lot papadi. It worked. _________________ The more I learn, the more I want to learn. |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Wed Jun 16, 2010 3:06 pm Post subject: |
|
|
Good to hear it worked - thanks for the feedback
di |
|
Back to top |
|
|
|
|