email attachment

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sri75
Premium Member
Premium Member
Posts: 132
Joined: Thu Sep 09, 2004 12:42 pm

email attachment

Post by sri75 »

HI,

I have to send one sequential file as an email attachement.
I can send the attachment , but the problem is everything in one line

my original file on unix like this

Code: Select all

JobName     TableName

"job1",   "table1"

"job2",   "table2"

"job3",   "table3"
but when I open an email attachment it looks like thi

JobName TableName "job1", "table1" "job2", "table2"

do i need to do any formatting before i send the attachment

Can you please help me

Thanks
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Yes. Make sure when you create the file, you create it "DOS style" as its intention is to be emailed to a windoze server.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
sri75
Premium Member
Premium Member
Posts: 132
Joined: Thu Sep 09, 2004 12:42 pm

Post by sri75 »

Thanks DSguru2B for your Suggestion
It worked perfect
Post Reply