Search found 53125 matches
- Tue Nov 01, 2011 12:34 pm
- Forum: General
- Topic: Notifying if the job runs longer
- Replies: 7
- Views: 1723
- Tue Nov 01, 2011 12:33 pm
- Forum: General
- Topic: Reading input&output rows
- Replies: 3
- Views: 2524
Download ETLstats from Kim Duke's website and save re-inventing the wheel.
Otherwise "roll your own" using DataStage API functions including DSGetStageInfo() and DSGetLinkinfo().
Otherwise "roll your own" using DataStage API functions including DSGetStageInfo() and DSGetLinkinfo().
- Tue Nov 01, 2011 12:29 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How to join two tables in IA
- Replies: 4
- Views: 2994
No, that's not what data rules are about. Data rules are expressions that evaluate to true or false depending on the values in the data. Data rules use join key elements to specify the relationship between tables when you have a data rule such as tablea.columnx < tableb.columny (and there is a joina...
- Tue Nov 01, 2011 7:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job performance of huge data volumn
- Replies: 7
- Views: 1992
- Tue Nov 01, 2011 7:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Ouput Reject Records from DB2 Connector to Flat File
- Replies: 18
- Views: 12276
- Tue Nov 01, 2011 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot view Parallel Routine Code
- Replies: 1
- Views: 892
- Tue Nov 01, 2011 7:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non integer value returned for field. Unable to set to Null
- Replies: 9
- Views: 2786
- Tue Nov 01, 2011 7:38 am
- Forum: General
- Topic: Mapping Oracle Table Definitions
- Replies: 10
- Views: 6987
Of course there is, probably with a lot of Field() functions. The structure returned by this function is a dynamic array. How much of the information do you require, and in what format? From memory the fields are: column names key SQL data type (enumerated) precision scale nullable Each field is a c...
- Tue Nov 01, 2011 7:33 am
- Forum: General
- Topic: Unable to connect to DataStage using DS Designer client
- Replies: 3
- Views: 2153
- Tue Nov 01, 2011 7:32 am
- Forum: General
- Topic: JobMonApp Listener
- Replies: 3
- Views: 1514
- Tue Nov 01, 2011 7:31 am
- Forum: IBM QualityStage
- Topic: MNS_stage,3: Table could not be found
- Replies: 5
- Views: 2149
- Mon Oct 31, 2011 9:55 pm
- Forum: General
- Topic: Unlocking a job via another job
- Replies: 36
- Views: 9218
- Mon Oct 31, 2011 9:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Non integer value returned for field. Unable to set to Null
- Replies: 9
- Views: 2786
- Mon Oct 31, 2011 9:18 pm
- Forum: General
- Topic: Unlocking a job via another job
- Replies: 36
- Views: 9218
My car won't start. It throws some error. Unless you tell us what the error is we are in no position to assist. You should know this by now; you have posted many times and read many other posts. For starters check your own work. In your most recent post you specify Edam (which is a kind of cheese) a...
- Mon Oct 31, 2011 9:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating a hashed file
- Replies: 3
- Views: 1067
Yes you can, or in a shell script or from the operating system shell. You can use the Hashed File Calculator (a utility on the installation media) to give you the correct mkdbfile syntax. This command is the correct one to use to create pathed hashed files, though there are extensions to the CREATE ...