Search found 53125 matches
- Fri Jan 29, 2010 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Audit Using DS
- Replies: 7
- Views: 2377
- Fri Jan 29, 2010 4:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: setting environment variable from a sequence
- Replies: 4
- Views: 2267
- Fri Jan 29, 2010 4:22 am
- Forum: General
- Topic: String to Date
- Replies: 3
- Views: 1111
- Fri Jan 29, 2010 4:21 am
- Forum: General
- Topic: Rejecting records in Lookup stage
- Replies: 3
- Views: 1191
- Fri Jan 29, 2010 1:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Audit Using DS
- Replies: 7
- Views: 2377
Re: Audit Using DS
I am trying to get the audit of a particular job using DSGetLinkInfo(DSJ.ME,DSJ.ME,DSJ.ME,DSJ.LINKROWCOUNT),but I am getting series of count(like 1,2,3,4,5,6..till max of link count) :cry: instead of only one max value. can u please guide me in getting those info like no of records read from source...
- Fri Jan 29, 2010 1:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to maintain AUDIT LOG
- Replies: 3
- Views: 1368
Go to Kim Duke's website and download his (free) ETLstats package. It will do everything you ask and more.
- Fri Jan 29, 2010 1:24 am
- Forum: General
- Topic: Rejecting records in Lookup stage
- Replies: 3
- Views: 1191
- Fri Jan 29, 2010 1:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regrding view data error in oci stage
- Replies: 1
- Views: 1076
- Fri Jan 29, 2010 1:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot open executable job file RT_CONFIG60
- Replies: 6
- Views: 6259
Inability to write to RT_CONFIGnnn (hashed) files only occurs when compiling a job. When a job runs, it only reads data.
Please run the following command from Administrator client (command window) and let us know the outcome.
Please run the following command from Administrator client (command window) and let us know the outcome.
Code: Select all
UVFIXFILE RT_CONFIG60- Fri Jan 29, 2010 1:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Remove duplicates
- Replies: 17
- Views: 5671
I am not premium reader so couldnt read your full reply. Do invest in a premium membership. It's not expensive, at less than 30c (Rs12) per day. Premium memberships are one way that the hosting and bandwidth costs incurred by DSXchange are defrayed. So, by taking the premium membership, you're help...
- Fri Jan 29, 2010 1:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Remove duplicates
- Replies: 17
- Views: 5671
- Fri Jan 29, 2010 1:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Remove duplicates
- Replies: 17
- Views: 5671
The Hashed File stage can not create a 64-bit hashed file. You need to do this in a before-job subroutine (ExecTCL) or before the job starts (for example from a job sequence). Delete the hashed file in an after-job subroutine (ExecTCL again) or after the job finishes. Why not include ORDER BY clause...
- Fri Jan 29, 2010 1:12 am
- Forum: General
- Topic: Fixed width file in DS parallel job
- Replies: 1
- Views: 1063
The easiest way is to import the table definition of the sequential file (specifying it as fixed-width, of course, and specifying the field widths) then, in the Sequential File stage, click Load while on the Format tab. That way the metadata remain untouched by human hands and should be reasonably e...
- Thu Jan 28, 2010 11:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Remove duplicates
- Replies: 17
- Views: 5671
- Thu Jan 28, 2010 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs List that ran today
- Replies: 5
- Views: 1414