Search found 3329 matches

by Sainath.Srinivasan
Wed Aug 19, 2009 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excuting Job Conditionally
Replies: 5
Views: 1368

Btw, this is part of "Sequence" jobs.

You can also include a sub-query in job1 as

yourNormalQuery
where
not exists (select 1 from Table1)

This is assuming that your job does not overwrite or re-create anything.
by Sainath.Srinivasan
Wed Aug 19, 2009 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excuting Job Conditionally
Replies: 5
Views: 1368

Several ways.

Simplest will be to run the sql command from command activity and decide on the return value.
by Sainath.Srinivasan
Wed Aug 19, 2009 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running cl at before subroutine
Replies: 4
Views: 1290

What is the returnCode from the cl ?
by Sainath.Srinivasan
Wed Aug 19, 2009 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg: Problem while reading COBOL file
Replies: 7
Views: 1793

Also the PIC clause used in the CFF stage.
by Sainath.Srinivasan
Wed Aug 19, 2009 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running cl at before subroutine
Replies: 4
Views: 1290

Can you put that in simple English please. Too cryptic for me.

Also provide more information on what you are doing.
by Sainath.Srinivasan
Wed Aug 19, 2009 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automatic reset of Parallel Job
Replies: 14
Views: 5594

You need to provide
a.) job design
b.) resource available
c.) error messages received - unedited

for anyone to assit.

Scratch or Resource disk being full may be due to several reasons.
by Sainath.Srinivasan
Wed Aug 19, 2009 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update flat file
Replies: 7
Views: 2129

But you can simulate an update or use other mechanisms to make it happen.
by Sainath.Srinivasan
Wed Aug 19, 2009 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automatic reset of Parallel Job
Replies: 14
Views: 5594

You may have to break the job into smaller units or increase your "resource" availibility.
by Sainath.Srinivasan
Wed Aug 19, 2009 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update flat file
Replies: 7
Views: 2129

Update what ?

You have provided no information for others to assist in any way.

Provide your full requirement and design.

Who said you cannot use any database ?
by Sainath.Srinivasan
Wed Aug 19, 2009 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting Column to Rows
Replies: 3
Views: 2063

Pivot stage is part of default DataStage installation.

Btw, do you want the last column alone or all other columns with the last one made single?
by Sainath.Srinivasan
Wed Aug 19, 2009 3:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange hashed file behaviour
Replies: 2
Views: 917

One possibility is that your hashed file is the driving stream and source is the reference. So any unmatched value results in setting NULL.

You can include a constraint in the update link as IsNotNull(hashDesc).
by Sainath.Srinivasan
Wed Aug 19, 2009 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading 8 databases data into oracle
Replies: 3
Views: 1068

Patience is a virtue. This is an all-volunteer site.

1.) Use same job with different connection parameters which can be change during runtime
2.) Include any unique value in connection parameter - say dbname - as part of the key
by Sainath.Srinivasan
Wed Aug 19, 2009 2:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job compiles but does not run
Replies: 10
Views: 5199

Is your job a Multi-instance job?

Try opening director from the designer via tools->director to locate the exact job you are running in director.

Also try refershing your director (Ctrl-R) to see the latest entries.

PS : Please avoid reply with quotes
by Sainath.Srinivasan
Wed Aug 19, 2009 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted after 1 errors logged
Replies: 5
Views: 2179

Do you have any transformer set with abort after 1 rows option enabled ?
by Sainath.Srinivasan
Tue Aug 18, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot
Replies: 4
Views: 1579

If the target is a sequential file, set the record delimiter to none (or spaces).