Search found 3045 matches

by vmcburney
Fri Aug 05, 2005 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the Business use of Change Capt/Change Apply?
Replies: 2
Views: 1001

The output of the Change Capture stage can only be "After" data. There is no way to output "Before" data or columns from this stage. The Change Apply stage on the other hand gives you both "Before" data with the "After" changes applied. We use the Change Capture stage but not the Change Apply stage ...
by vmcburney
Thu Aug 04, 2005 9:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage server edition version7 run clustering?
Replies: 2
Views: 1209

You will probably find it easier to move to Enteprise Edition of DataStage and use parallel jobs instead, or move to SOA Edition and run server jobs as real time services across the cluster.
by vmcburney
Thu Aug 04, 2005 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Usage
Replies: 8
Views: 2752

Good point! I posted without testing it first. Your original syntax was correct and my correction was incorrect. You should use [fix_zero, suppress_zero] instead of [fix_zero][suppress_zero].
by vmcburney
Thu Aug 04, 2005 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Usage
Replies: 8
Views: 2752

No, as per the documentation:
stringField = string_from_decimal[fix_zero][suppress_zero] (decimalField)
C:string[7] = string_from_decimal[fix_zero][suppress_zero](B)
by vmcburney
Wed Aug 03, 2005 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Usage
Replies: 8
Views: 2752

Simply add the word surrounded by square brackets in your specification. Add [fix_zero] and/or [suppress_zero].
by vmcburney
Wed Aug 03, 2005 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specialty Stages vs Transform Stage
Replies: 1
Views: 714

I think a transformer will be faster. As a rule of thumb I would use specialty stages if you can do it in two or less but otherwise I go for a transformer. I am concerned about the lack of reject links in some specialty stages, especially the Modify and Filter stages. These can look okay in testing ...
by vmcburney
Wed Aug 03, 2005 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Usage
Replies: 8
Views: 2752

Let me make it even easier for you. E:string[7]=string_from_decimal[suppress_zero](A) The suppress_zero option is not documented anywhere in the Parallel Job Developers Guide but it is in the Orchestrate Operator's reference. stringField = string_from_decimal[fix_zero][suppress_zero] (decima...
by vmcburney
Tue Aug 02, 2005 6:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read From Mainframe
Replies: 10
Views: 2942

The easiest way to access DB2 data on a mainframe is via a 3rd party product such as DB2 Connect or IWay. These products provide easy connection from Unix and Windows users similar to ODBC connectivity. Talk to your local Ascential office about accessing DB2 mainframe data as they may have up to dat...
by vmcburney
Sat Jul 30, 2005 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Identity column value
Replies: 6
Views: 1909

Your first choice is whether to generate the unique ID within your ETL job or leave it to the database. Neither method is right or wrong, they just require different methods. If you continue to generate it on the database then you need to retrieve it again. The two methods are to load it into a hash...
by vmcburney
Thu Jul 28, 2005 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Stored Procedure
Replies: 4
Views: 1272

Has anyone managed to get this working via user-defined SQL? What was the syntax you used?
by vmcburney
Thu Jul 28, 2005 9:19 pm
Forum: DSXchange Testimonials
Topic: +2000 members posting!
Replies: 3
Views: 12462

+2000 members posting!

Sometime in the last month the dsxchange reached 2000 members with one or more posts! That's one in four people joining the forum who choose to post. I think that's a fantastic achievement.
by vmcburney
Thu Jul 28, 2005 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Identity column value
Replies: 6
Views: 1909

What do you mean you want to get the identity value? Do you want to get the last used value? Do you want to get the value for each row? What do you want to do with it? Are you retrieving it for reporting purposes? Do you want to save it somewhere?
by vmcburney
Thu Jul 28, 2005 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Paralell running of same job with different parameters
Replies: 14
Views: 4420

Make sure you have checked the "Allow multiple instances" on the server job, not the sequence job.
by vmcburney
Wed Jul 27, 2005 6:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: $PROJDEF issue
Replies: 6
Views: 1706

Read the FAQ on project specific environment variables. $PROJDEF can only be used on variables set up by the Administrator tool and added to the job via the "Add Environment Variable" button on the job parameters tab. They are brought into the job starting with a $ sign.
by vmcburney
Wed Jul 27, 2005 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suppress Null Handling Msg
Replies: 3
Views: 1244

From what I recall in our class, all you need to do is right-click on one in any job's log and take it from there. You got to go on a training course? I am so jealous. My last training course was negotiation skills where I learnt enough to negotiate myself out of future crap training courses. Would...