Search found 53125 matches

by ray.wurlod
Tue May 26, 2009 8:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing after job subroutine based on certain condition
Replies: 6
Views: 1908

No, you invoke ExecSH to execute a command pipeline that includes the test. You don't need to conditionaly call ExecSH. Hence the commands I mentioned. Something like

Code: Select all

[ `head -1 /filepath/SourceFile | cut -c 1` == 'I' ] && touch /filepath/TargetFile2 
by ray.wurlod
Tue May 26, 2009 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing after job subroutine based on certain condition
Replies: 6
Views: 1908

Reject stupid requirements!

After all, if you use ExecSH as your after job subroutine, then what's in the Input Value field (head, cut, test and touch commands) is effectively a UNIX script. Or do they want the whole thing written in DataStage BASIC (which is certainly doable)?
by ray.wurlod
Tue May 26, 2009 6:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sever Job: Not able to read (') in data
Replies: 10
Views: 3387

In both cases try setting the quote character to 000.
by ray.wurlod
Tue May 26, 2009 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Additions without Transformer
Replies: 4
Views: 1674

alkanti wrote:Can the modify stage be used to concatenate a constant value to a varchar column? or the constant has to be defined as a separate column and then do the concatenation.
No. Modify stage functions are single-argument functions. That rules out arithmetic operations.
by ray.wurlod
Tue May 26, 2009 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TRNSFORMER COMPILATION IN DATASTAGE7.5x2
Replies: 14
Views: 4331

If you like, but it may be sufficient to fix the INCLUDE environment variable.
by ray.wurlod
Tue May 26, 2009 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle sort in Parallel jobs
Replies: 3
Views: 1164

There's nothing to change the sort order when you're partitioning. Every separate node will be correctly sorted. Should you ever need to bring the data back to sequential processing, make sure that you specify Sort/Merge as the collection algorithm, and base it on the sort keys.
by ray.wurlod
Tue May 26, 2009 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format Conversion
Replies: 13
Views: 4862

Why can't you use server job? It's the right tool for the task.

Then use a BASIC Transformer stage in your parallel job.
by ray.wurlod
Tue May 26, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob returncodes
Replies: 4
Views: 2906

U did not provide any help.

The second person personal pronoun in English is spelled "you", not "u".
by ray.wurlod
Tue May 26, 2009 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Transaction Frequency
Replies: 3
Views: 1199

No, don't ask. Demand to know.
by ray.wurlod
Tue May 26, 2009 4:14 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to reads "ñ" delimiter file(For full data)
Replies: 0
Views: 2568

Converting to comma delimited seems to be a good workaround.

I don't have the chance to experiment - tight timeline on current project.
by ray.wurlod
Tue May 26, 2009 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Call DB2 SQL Stored Procedure
Replies: 2
Views: 1468

Enterprise stage, Before/SQL or After/SQL (Open or Close command).
by ray.wurlod
Tue May 26, 2009 12:29 am
Forum: General
Topic: Contextual Help (Help Button) doesn't work
Replies: 12
Views: 3034

You can always open the compiled help module (*.chm file) in the C:\IBM\InformationServer\Clients\Classic folder on the client machine.
DSDesign.chm for Designer, for example.

But it's nowhere as useful as the pre-version 8 help - my favourite portals (like "BASIC Tasks") seem to have gone.
by ray.wurlod
Mon May 25, 2009 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Delete Dataset in Datastage Parallel Jobs?
Replies: 8
Views: 15951

Precisely that question has been asked - and answered - previously.

Perhaps you are facing the same interviewer?

Search