Search found 42189 matches

by chulett
Mon Mar 12, 2012 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Null Value Field
Replies: 4
Views: 10291

Note that there are no null fields in a sequential file, only empty ones and they are not the same thing. The property mentioned will allow you to define the "in-band null" value for that field, what incoming value should be transformed to a null during import.
by chulett
Sun Mar 11, 2012 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Date logic
Replies: 14
Views: 3691

That is the long established "mathematical way".
by chulett
Sun Mar 11, 2012 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: throughput of link
Replies: 11
Views: 3790

Elapsed time is the total time for job , I would like to calculate time taken for particular link Unless you have a job with a process break then each link runs for the duration of the job. Regardless, someone smarter than me would have to say if there was any place that link start/stop times are r...
by chulett
Sun Mar 11, 2012 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: throughput of link
Replies: 11
Views: 3790

What wouldn't be "appropriate" about it? :?

If you are going to make statements like that, please also take the time to explain them.
by chulett
Sun Mar 11, 2012 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fold Basic Routine, Limit on string length?
Replies: 7
Views: 2988

No clue but if you suspect the issue lies with the Fold function, seems to me you could replace it with substring rather easily.
by chulett
Sun Mar 11, 2012 7:27 am
Forum: General
Topic: How to restore ds job from XMeta repository?
Replies: 2
Views: 2177

I don't believe that is possible but we'll see what other people have to say. Perhaps someone has been in this same situation but I don't recall anyone posting this before. Regardless, IMHO this is something that you should be putting before your official support provider.
by chulett
Sat Mar 10, 2012 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can it be possible to calculate sum of salary and number of
Replies: 3
Views: 1196

So... what exactly did you try? What happened when you tried it?
by chulett
Sat Mar 10, 2012 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: script to process a file
Replies: 15
Views: 3425

... or a looping Sequence job.
by chulett
Sat Mar 10, 2012 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: script to process a file
Replies: 15
Views: 3425

What? :?

So... you've put a list of filenames in a file and want to know how to leverage that file? If that's the case, then use File Pattern in the Sequential File stage and give it your filename.
by chulett
Fri Mar 09, 2012 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space issue with FTP_Plug_in
Replies: 4
Views: 880

How have you defined the record? As noted, try setting it to one large varchar so the entire record transfers over as a string rather than individual fields, see if that fixes it for you.
by chulett
Fri Mar 09, 2012 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: throughput of link
Replies: 11
Views: 3790

No there isn't, not explicitly. You'll need to get the LINKROWCOUNT and the elapsed time for the run and do some maths. Use DSGetJobInfo() for the latter.
by chulett
Fri Mar 09, 2012 7:52 am
Forum: General
Topic: SOX requirements for InfoSphere 8.1 Application
Replies: 11
Views: 3363

Yikes! Don't let any of the security guys hear you mention "handy SQL injection tool". :wink:
by chulett
Fri Mar 09, 2012 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Column Definition
Replies: 5
Views: 2068

Forgiving in job, yes, but still enforce everything at the target.
by chulett
Fri Mar 09, 2012 7:34 am
Forum: General
Topic: I passed the 000-421 DataStage v8.5 certification!
Replies: 18
Views: 45158

S. BASU no pass, S. BASU want pass like cppwiz. :wink:
by chulett
Thu Mar 08, 2012 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: searching a pattern
Replies: 4
Views: 1121

As noted, if you are looking for a substring inside a string, then use the Index() function.