View previous topic :: View next topic |
Author |
Message |
chandra_vssv Beginner

Joined: 08 May 2005 Posts: 26 Topics: 12 Location: pune
|
Posted: Sat Oct 08, 2005 12:34 am Post subject: Moving data from one file to another using syncsort |
|
|
Hi,
I have an input file and the below mentioned fields are at certain positions
i want to convert those fields and move to an o/p file using SYNCSORT, how can i do that
AAAA PIC 9(03) COMP-3 to alphanumeric
BBBB PIC X(08) to numeric 9(8)
CCCC PIC X(05) to s9(05) _________________ Regards,
Chandu |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sat Oct 08, 2005 8:09 am Post subject: |
|
|
Quote: |
AAAA PIC 9(03) COMP-3 to alphanumeric
BBBB PIC X(08 ) to numeric 9(8 )
CCCC PIC X(05) to s9(05)
|
why do you need a conversion for BBBB and CCCC ? what are trying to do ?
Post sample input and desired output along with the DCB properties of input/output files.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|