|
Archives of the TeradataForumMessage Posted: Fri, 17 Sep 1999 @ 05:10:57 GMT
Hays, You can use the export option which will give you the LRECL information in the first 2 characters. Then use the SED command to strip of the 2 garbage characters. Command: sed 's/^.//' < ${BteqFile} > ${ExtrFile} This will give you just the data. Wayne Moran
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||