I can't think of a way to get this with a quick click method.
With a small DS/BASIC routine you could loop through all jobs, and in each job loop through all links, and then find those which have a passive stage at the source end and print those out where the stage type is db2.
Search found 15603 matches
- Fri Sep 28, 2012 7:32 am
- Forum: General
- Topic: How to find all jobs that use database stage as ref link
- Replies: 4
- Views: 1870
- Fri Sep 28, 2012 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assign Value if duplicate record
- Replies: 6
- Views: 1661
If you look at this link it describes how to make a vertical or horizontal pivot. Once you read that and have tried to make the pivot work and still have a question then we should continue here.
- Fri Sep 28, 2012 4:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Records flow one by one to Lookup table.
- Replies: 13
- Views: 5291
I'm afraid I cannot understand if that is the same or different from what I meant and don't know what you mean. Would it be possible for a simple example to show what you expect DataStage to do? A normal lookup will return only the first returned value if there are several matches, but you can also ...
- Fri Sep 28, 2012 2:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Variable Table Schema
- Replies: 2
- Views: 917
The solution is not simple or easy to implement. The first part would be to keep a dynamic metadata store somewhere accessible to DataStage which has the tables, columns, keys, and datatypes. In addition, the columns to be used for CDC would also need to be marked. The another set of jobs would read...
- Fri Sep 28, 2012 2:10 am
- Forum: General
- Topic: How to find all jobs that use database stage as ref link
- Replies: 4
- Views: 1870
- Fri Sep 28, 2012 2:06 am
- Forum: General
- Topic: why my db stage can't view data
- Replies: 4
- Views: 2392
- Fri Sep 28, 2012 2:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Config file for Indiviual Stages
- Replies: 2
- Views: 1117
- Fri Sep 28, 2012 2:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of readers per node --
- Replies: 22
- Views: 7657
- Fri Sep 28, 2012 2:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Configuration file (job level)
- Replies: 9
- Views: 3527
- Fri Sep 28, 2012 2:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Records flow one by one to Lookup table.
- Replies: 13
- Views: 5291
- Thu Sep 27, 2012 10:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Excel File
- Replies: 14
- Views: 6687
Yes, it works with typical text files. But if the file contains 0x00 (nulls) then a normal FTP will interpret that as an end-of-file marker and stop. EXCEL files contain nulls and thus won't transfer correctly. Try FTPing a .JPG or .XLS file, even between Windows or UNIX machines, and you will see c...
- Thu Sep 27, 2012 9:27 am
- Forum: General
- Topic: How to pass year and month fro ma sequencer to the job
- Replies: 4
- Views: 1950
- Thu Sep 27, 2012 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Excel File
- Replies: 14
- Views: 6687
- Thu Sep 27, 2012 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stringtoTIMESTAMP
- Replies: 1
- Views: 1143
Re: stringtoTIMESTAMP
Try:
StringToTimestamp(DSLink77.AA,"%yyyy-%mm-%dd %hh:%nn:%ss")
(last "%" was incorrect)
StringToTimestamp(DSLink77.AA,"%yyyy-%mm-%dd %hh:%nn:%ss")
(last "%" was incorrect)
- Thu Sep 27, 2012 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Excel File
- Replies: 14
- Views: 6687