Convert to ASCII file

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
smitageorge
Participant
Posts: 37
Joined: Fri Sep 30, 2005 10:05 am
Location: va

Convert to ASCII file

Post by smitageorge »

Hi all,

I need little suggestion here:

I am having the final layout sequential file with 40 columns of which some are with datatypes int,double,varchar etc.But Vendor needs this file as ASCII file with only CHAR as datatype.How should i approach to this?Also i need this particular file again for creating control total file.

Any help is appreciated

Thanks
Smita
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

In the world of computers files have no datatypes. Datatypes are a prejudice used by programs when reading data from files. DS Sequential stages write ASCII text files. There is no concern on your part about datatypes, as files do NOT have datatypes. You don't need to do anything.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
smitageorge
Participant
Posts: 37
Joined: Fri Sep 30, 2005 10:05 am
Location: va

Post by smitageorge »

kcbland wrote:In the world of computers files have no datatypes. Datatypes are a prejudice used by programs when reading data from .
Thanks Ken

smita
Post Reply