Just curious as to why you want to eliminate the space between fields.
Eliminating all spaces between fields will make it hard id not impossible to read if there
are numeric fields included.
Are you going to need to parse this out with another program/utility after the load to a test file ? If so how will you determine the break?
Last Wiki Answer Submitted: June 14, 2012 4:00 pm by ToddN20003,915 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Remove your code that puts the spaces in when you write the text file. That’s probably the best way.
But you haven’t said anything about what you’re doing, about how you’re doing it. There’s no good way to suggest a way until you describe your process. Most helpful would be showing us your code.
Is there any way to do that?
Remove your code that puts the spaces in when you write the text file. That’s probably the best way.
But you haven’t said anything about what you’re doing, about how you’re doing it. There’s no good way to suggest a way until you describe your process. Most helpful would be showing us your code.
Tom
Don’t you want a field delimiter .. say , tab or |???
This might help
Copy To Import File (CPYTOIMPF)
Remove blanks . . . . . . . . . *BOTH