View previous topic :: View next topic
|
Author |
Message |
ajayvamsi
New User
Joined: 21 Jul 2005 Posts: 56 Location: Hyderabad
|
|
|
|
Hi All,
I need to delete 1 column in the fixed length Flat file can anyone help me how to do this with out using SORT
I came to know that we can do this using File-Aid (Reformat) option can anyone help how to do so using reformat option...!!
Thanks,
ajay |
|
Back to top |
|
|
mak_tcs
New User
Joined: 23 Nov 2005 Posts: 69 Location: Minneapolis, MN USA
|
|
|
|
Hi,
Please try the following!!
Type (( and ((1 in the line numbers as follow
Code: |
((0001 ERWERTE
000002 FGGFGFE
((1003 BNNBMME |
or
type the following in the Command line
c all P'?' '' 1
Correct me if my answer is wrong..
Thanks,
Mani |
|
Back to top |
|
|
|