Search found 53125 matches
- Thu Jul 14, 2005 8:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential stage and wildcards in the Filter
- Replies: 8
- Views: 2216
- Thu Jul 14, 2005 8:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Target: When checking operator:Sequential....
- Replies: 3
- Views: 1180
- Thu Jul 14, 2005 8:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mq stage
- Replies: 3
- Views: 1232
Welcome aboard! :D You need to construct the logic of detecting success or failure (you did not post any specifications for this). If failure is that of the overall job run you need to detect this in a controlling (parent) job or job sequence. Once you've detected success or failure, direct control ...
- Thu Jul 14, 2005 8:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue when trying to check a configuration file
- Replies: 7
- Views: 2026
- Thu Jul 14, 2005 6:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deadlock situation
- Replies: 4
- Views: 967
- Thu Jul 14, 2005 6:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Check the database availability
- Replies: 5
- Views: 1857
- Thu Jul 14, 2005 6:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to copy a file from a different machine on a network to.
- Replies: 5
- Views: 1073
Provided the other machine is visible and your authentication is OK, then a DOS-level COPY command as you suggested will be fine. The before-job subroutine is executed before anything else happens. Before any stage is opened, before any connection to a database is opened, before any file is opened, ...
- Thu Jul 14, 2005 5:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: File type
- Replies: 5
- Views: 1117
- Thu Jul 14, 2005 5:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pivot stage problem
- Replies: 3
- Views: 763
- Thu Jul 14, 2005 5:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 9Million rec in Oracle tbl, Update or Insert 7rows/sec!
- Replies: 8
- Views: 2081
- Thu Jul 14, 2005 5:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence
- Replies: 17
- Views: 3402
- Thu Jul 14, 2005 5:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Check the database availability
- Replies: 5
- Views: 1857
- Thu Jul 14, 2005 5:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential stage and wildcards in the Filter
- Replies: 8
- Views: 2216
Re: Sequential stage and wildcards in the Filter
chulett wrote:Does the darn Filter command in the Sequential stage not support wildcards?
I am not aware of any darn command, therefore cannot advise how one might use it as a Filter command in a Sequential File stage. Is the darn command UNIX or DOS, or is it only used for SOX?
- Thu Jul 14, 2005 5:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Base64 Encoding
- Replies: 27
- Views: 10449
- Thu Jul 14, 2005 5:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: transform a record into columns
- Replies: 3
- Views: 828
If there are always three sub-records you can use an intermediate sequential file. Write one column with a line terminator following each logical record. Imagine svLF is a stage variable containing the line character. Then the single output column into the sequential file stage (no delimiter, no quo...