Search found 9 matches

by dkaranth
Wed Jul 16, 2008 8:13 am
Forum:
Topic: Use metadata as a key/value pair
Replies: 1
Views: 1233

Use metadata as a key/value pair

Hi all, 2 questions: 1) Can I store some key/value pairs as metadata? Or a broad question would be...can I store any type of custom object in metadata? 2) If (1) is possible, how do I retrieve the same using java code in a java transformer stage? Please guide me on the same. If possible please refer...
by dkaranth
Fri Jul 04, 2008 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Line feeds in seqential file stage
Replies: 10
Views: 4087

Hi Ray, My requirement is as follows: Some of the attributes/columns in my input file can span multiple lines(i.e. it has a line feed). And I should read them as is and transfer to another system. If I remove the line feeds, then I wont be serving the purpose. Any other suggestions? Regards, Deepak
by dkaranth
Fri Jul 04, 2008 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compile Vs Force Compile
Replies: 4
Views: 7102

Hi,

I used Force compile when I used to get an error saying "Lock is not available", when using the regular compile option.
Surprisingly, I was the only person using the DS server at the time.
by dkaranth
Fri Jul 04, 2008 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Line feeds in seqential file stage
Replies: 10
Views: 4087

Hi Ray,

There is a line feed after Z. But shouldn't DS ignore that and consider Z as the delimiter?

[quote="ray.wurlod"]Is the record delimiter (that you have shown as "Z") also a linefeed? ...[/quote]
by dkaranth
Thu Jul 03, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Line feeds in seqential file stage
Replies: 10
Views: 4087

Hi,

I checked with the od utility. There are no characters after Val except line feed. Still getting the error :cry:
by dkaranth
Thu Jul 03, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Line feeds in seqential file stage
Replies: 10
Views: 4087

Hi guys, I just tried the folowing input: Col0|val0,Col1|Val ue1Z Here Z is the record de-limiter and comma is the value delimeter. I get the error: Sequential_File_1,0: Delimiter for field "Value" not found; input: {Col1|Val} But if I give the folowing input, it works. i.e all in the same...
by dkaranth
Thu Jul 03, 2008 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Line feeds in seqential file stage
Replies: 10
Views: 4087

Read Line feeds in seqential file stage

Hi guys, I have a txt file which contains many records. Many of these records span multiple lines(i.e there can be line feed char). eg: 111, "I work on Datastage" How can read one such record using the sequential file stage in Parallel job? Another issue is that these multi-line fields can...
by dkaranth
Wed May 21, 2008 5:03 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Generate data stage jobs?
Replies: 3
Views: 4177

Generate data stage jobs?

Hi all, Is there any way I can generate the xml for a datastage job and then import it into my environment? The requirement is that different jobs need to be generated for different user needs at runtime. For eg, I may not need the transformer stage on some condition provided by the user at runtime....
by dkaranth
Wed May 21, 2008 4:31 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Generate data stage jobs?
Replies: 5
Views: 4743

Generate data stage jobs?

Hi all, Is there any way I can generate the xml for a datastage job and then import it into my environment? The requirement is that different jobs need to be generated for different user needs at runtime. For eg, I may not need the transformer stage on some condition provided by the user at runtime....