Hi,
From the source extraction ,we are getting character like pipe & escape character and when we are loading into the destination db ,its causing an issue. We are extracting the data in a work dataset and then exporting into the .txt file and then loading into db separately via external table load in db2.
We have thought to enclose double quotes or introduce a escape char , if we face any such situation.
Whenever we have pipe value and did proc export, then SAS automatically enclose the column value with double quotes, which is good.
But if we have escape character, then how to introduce double quotes or another escape character to that column please.
Please let us know. Thanks in advance.
... View more