Search found 85 matches

by BradMiller
Tue Nov 01, 2011 12:10 pm
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: 15405

If your DB2 Connector stage is a target, you should be able to have a reject link pointing to a sequential file and have the reject records written to the file. If you only want the record written to the file with out the error code or error text, you would not check either of the check boxes. If it...
by BradMiller
Wed Oct 19, 2011 3:35 pm
Forum: General
Topic: where is DSEXPORT
Replies: 2
Views: 2129

Try looking on your client. DSCMDEXPORT is a client-side application.
by BradMiller
Mon Oct 17, 2011 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to retrieve or insert data into DB2
Replies: 13
Views: 5202

To answer your initial question, the screen-shot you provided is the DB2 UDB API Connector, not the DB2 Connector. The DB2 Connector is available as of 8.1, but I believe you have to install Fix Pack 1 first. I would recommend using the DB2 Connector since it has better error handling. Both the Conn...
by BradMiller
Wed Oct 12, 2011 4:57 pm
Forum: IBM QualityStage
Topic: CASS/USAC error _MWT_UP.CFG
Replies: 5
Views: 4904

I just checked our CASS installation and the _MWT_UP.CFG file exists in the CASS_Database_files directory. I would guess your migration didn't work correctly. You should probably download the latest Address Certification files for your version of DataStage. Also, as for your comment about not having...
by BradMiller
Wed Oct 12, 2011 3:50 pm
Forum: General
Topic: Difference in Server and Datastage Director Time
Replies: 24
Views: 15371

As Ray said, it doesn't really matter where in the dsenv file you set the variable. I don't know the different time zone settings very well, but I would think for US Eastern, you would use EST5EDT instead of EST8EDT.
by BradMiller
Wed Oct 12, 2011 12:27 pm
Forum: General
Topic: Difference in Server and Datastage Director Time
Replies: 24
Views: 15371

You have appended your problem onto a posting created by Sreedhar. Did you try his solution in the post dated Mar 22, 2010 9:26 am? Sreedhar was our admin when he created this post and the solution he found fixed our issue which sounds just like the problem you are discribing. Of course, since you a...
by BradMiller
Thu Sep 29, 2011 11:39 am
Forum: General
Topic: DataStage Administrator Duties
Replies: 9
Views: 17507

DataStage Administrator Duties

We are attempting to justify a full-time DataStage Admin position in our company. We currently have 6 full time developers, plus several part time developers. Admin duties are shared among the developers. We support hundreds of DS jobs/sequences that run daily, weekly, and monthly (even a few that r...
by BradMiller
Wed Aug 03, 2011 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Rounding
Replies: 1
Views: 1047

Try DecimalToDecimal(InputColumn,"round_inf"). Make sure to set your output column to decimal with a scale of zero.
by BradMiller
Mon May 09, 2011 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: switch stage
Replies: 8
Views: 13604

The transformer is the easy way out but the most costly in terms of performance. According to IBM's training materials for Advanced DataStage Training (DX445), page 322: "Transformer constraints are FASTER than the Filter or Switch stages. Filter and Switch expressions are interpreted at runti...
by BradMiller
Wed Feb 16, 2011 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need suggestions on Shell Script Learning
Replies: 4
Views: 2661

Need suggestions on Shell Script Learning

Hi All,

I never got a chance to work with writing Routines and shell scripts.
Can you pls suggest me what are the resouces that will help me to begin learning Shell script?

Thank you
Mannu
by BradMiller
Thu Dec 02, 2010 5:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to timestamp error
Replies: 12
Views: 27096

Do you need the field to be Char? Why not leave it as a Timestamp (length 26) and set the Extended property to "Microseconds"?
by BradMiller
Mon Sep 20, 2010 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to Open SCD stage Properties
Replies: 2
Views: 3157

Your SCD Stage window may be opening up off-screen. Does DataStage appear to lock up? If so, the next time the properties window doesn't open, try pressing Alt-Tab to see the list of open applications. If you see an unknown window, select it and then move it back onto your screen. Since you can't us...
by BradMiller
Thu Sep 16, 2010 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parser Problem
Replies: 5
Views: 4659

Thank you its very clear.
by BradMiller
Wed Sep 15, 2010 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parser Problem
Replies: 5
Views: 4659

Yes we are using sequential file,I'll search your blog on the net and look at the xml content you posted but I have one question why do we need to use external source instead of sequential file.I could not understand the problem.Appreciate for your response and help.
by BradMiller
Tue Sep 14, 2010 7:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parser Problem
Replies: 5
Views: 4659

XML Parser Problem

I have a job where I am extracting xml file/document which contains 58 from an XML file/document,importing xml schema from xml document and writing to a sequential file.I am importing the metadata using the xml file instead of xsd.I validated the xml file using w3schools xml validator and it shows m...