Use a hex 05.
===================================================
You put tabs into records the same way you put any character anywhere -- use EVAL. Just like every other value, you specify what value you want along with where you want the value to go. How would you put the letter 'A' in the file? Do the same thing with a tab; it's just another value.
All of that might be pointless though. Why put tabs into physical files when there are far better things to do with tabs? Put them into streamfiles where they'll actually be useful.
Tom
Last Wiki Answer Submitted: November 30, 2009 4:12 am by Maverick640 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.
write one char with value x’05′. It will be translated to x’09′ when copied to IFS or mailed