hi

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
sheshadri
Participant
Posts: 11
Joined: Mon Jul 24, 2006 4:17 am
Location: any ware

hi

Post by sheshadri »

SHESHADRI



IN MY SOURCE FIVE FIELDS. THOSE FIVE FIELDS PUT IN A FIELD IN SEQUENCIAL FILE.HOW IS IT POSSIBLE?
PLZ HELP I AM SUFFER WITH THIS PROBLEM
SHESHU
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Please restate the problem if possible.

I dont mean to object on english being your second language.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

Depends on how you want your output. You can simply read in as one Record in your sequential file by taking out the Delimiter, can use transformer or may be some one suggest even simpler way.
As Chuck said, you may have to rephrase your question.
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Re: hi

Post by Krazykoolrohit »

sheshadri wrote:SHESHADRI



IN MY SOURCE FIVE FIELDS. THOSE FIVE FIELDS PUT IN A FIELD IN SEQUENCIAL FILE.HOW IS IT POSSIBLE?
PLZ HELP I AM SUFFER WITH THIS PROBLEM
Welcome aboard!!

First of all a big hi to you. after so many months in this forum someone actually greeted. perhaps a good morning would have been more comfortable and cheerfull.

also, the problem you have described sounds like some mystery in novels which we used to read in our schools. We need a SHERLOCK HOLMES to help you out. pity Mr arthur canon doyle is not around.

jokes apart please make the subject line more meaningfull. please be more descriptive. you can refer to other posts to get an idea how to describe your problems.
phanee_k
Charter Member
Charter Member
Posts: 68
Joined: Thu Nov 20, 2003 11:02 pm

Post by phanee_k »

Sheshadri,

I understand that you want to map five fields from source into one field.

Use the concatenate operator ( ':') ( Field1:Field2:Field3:Field4:Field5)
in the transformer stage.


If this is not the requirement , please rephrase your requirements.

Thanks
NBALA
Participant
Posts: 48
Joined: Tue Jul 11, 2006 11:52 am
Location: IL, USA

Post by NBALA »

Guys,

Please use meaningful topics headings. Do not use hi...hello..Choose a heading the relevant to your question.

-NB
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Where are the source data? How do you extract them? If they are already in five columns you don't need to do anything, except specify the format of the sequential file.

Where is "any ware"?

Etiquette Note
All upper case is "shouting" and regarded as rude.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply