Search found 6797 matches
- Mon Apr 30, 2007 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IPC & Manageing resource contention
- Replies: 11
- Views: 2797
- Mon Apr 30, 2007 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: This Item has no deign time information
- Replies: 6
- Views: 1263
- Mon Apr 30, 2007 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to implement After and Before in ODBC stage
- Replies: 4
- Views: 1396
- Mon Apr 30, 2007 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance on Lookup operation
- Replies: 2
- Views: 970
- Mon Apr 30, 2007 7:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Facing a problem in order to pass a value from Sequencer
- Replies: 8
- Views: 3137
You dont need the user variable stage. Get rid of it. Connect the execute command stage directly to the job activity stage and in the value expression. Provide the following
Code: Select all
FIELD(Execute_Command_21.$CommandOutput, @FM, 1)
- Fri Apr 27, 2007 7:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: hi
- Replies: 16
- Views: 3644
- Fri Apr 27, 2007 7:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what goes to oracle enterprise stage's reject
- Replies: 25
- Views: 8346
- Fri Apr 27, 2007 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what goes to oracle enterprise stage's reject
- Replies: 25
- Views: 8346
- Fri Apr 27, 2007 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do you capture all the errors?
- Replies: 11
- Views: 2817
- Fri Apr 27, 2007 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using the FTP plugin stage on a GPG encrypted file
- Replies: 5
- Views: 1317
- Fri Apr 27, 2007 1:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using the FTP plugin stage on a GPG encrypted file
- Replies: 5
- Views: 1317
- Fri Apr 27, 2007 1:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: simple if statemnet
- Replies: 8
- Views: 1724
No, the double/single quotes would not matter.
Then its really your second condition that might not be coming true.
Try the following
Then its really your second condition that might not be coming true.
Try the following
Code: Select all
if (new_date <= extract_date) And (@TRUE)
then
statement A
else
statement B- Fri Apr 27, 2007 12:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: simple if statemnet
- Replies: 8
- Views: 1724
- Fri Apr 27, 2007 12:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: simple if statemnet
- Replies: 8
- Views: 1724
- Fri Apr 27, 2007 12:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do you capture all the errors?
- Replies: 11
- Views: 2817
Welcome Aboard
There are numerous error that you can encounter on a flat file using the sequential file stage. File permissions, metadata problems to name a few. I suggest spending a few hours going through file related problems on this forum.
What do you mean by logical errors though, it passed me.
There are numerous error that you can encounter on a flat file using the sequential file stage. File permissions, metadata problems to name a few. I suggest spending a few hours going through file related problems on this forum.
What do you mean by logical errors though, it passed me.