Search found 42189 matches

by chulett
Sun May 26, 2013 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into fixed width flat file using seq file stage
Replies: 10
Views: 2228

So just to be clear, you want to know how to generate a fixed-width file in an RCP enabled job, yes?
by chulett
Sun May 26, 2013 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load first 100 records in first execution
Replies: 8
Views: 3693

When I said "split the file" I meant using the UNIX split command rather than a job. Hard to be sure what you did but your mention of the "aa" "ab" (etc) suffixes make it seem you may have used it. Can you clarify? And we seem to be having the same conversation in more ...
by chulett
Sun May 26, 2013 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML
Replies: 4
Views: 1704

Hmmm... not Resolved and I don't recall it ever being set. So... chaithanya - you may be new to DataStage and that's fine. We're perfectly happy to help anyone and have been doing so for years. But that help generally involves answering questions when people have problems or hints when people get st...
by chulett
Sat May 25, 2013 8:44 am
Forum: General
Topic: ROUTINE IS GIVING ISSUE PLEASE HELP
Replies: 15
Views: 4901

Good luck, not much people here can do to help on that one.

I for one wouldn't be using the routine to interface with a database. Why not simply pass back the information you get from the API calls and then use a DB2 stage to process them into your audit table?
by chulett
Sat May 25, 2013 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view data error on the Oracle Connector
Replies: 2
Views: 3371

I would take that to your official support provider, that sounds like a bug that needs patching to me.
by chulett
Sat May 25, 2013 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: output file name with the data from input file for each rec
Replies: 4
Views: 1785

Again with the posting of what seems to be a work assignment without questions or any evidence you've even tried to solve it. More of this 'testing' going on?
chaithanya wrote:I am a datastage trainee in my company. My lead gave this scenario to test my design capability.
by chulett
Sat May 25, 2013 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML
Replies: 4
Views: 1704

And? What have you tried and what issues did you face? What questions do you have?

Sorry but at this point all it looks like you've done is post a work assignment.
by chulett
Fri May 24, 2013 9:46 pm
Forum: General
Topic: ROUTINE IS GIVING ISSUE PLEASE HELP
Replies: 15
Views: 4901

Add some calls to DSLogInfo() after your sql statements run, right now you are doing ZERO error checking there.
by chulett
Fri May 24, 2013 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load first 100 records in first execution
Replies: 8
Views: 3693

Well, then... have at it! :wink:

We anxiously await your results.
by chulett
Fri May 24, 2013 2:07 pm
Forum: General
Topic: ROUTINE IS GIVING ISSUE PLEASE HELP
Replies: 15
Views: 4901

:!: I removed your re-post of this issue - please continue your conversation here.
by chulett
Fri May 24, 2013 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load first 100 records in first execution
Replies: 8
Views: 3693

Seems like an odd requirement. So you need to run the same job over and over, only processing 100 of the rows each time? Sounds like you may need to look into a Sequence job with the Start/End loop stages and job parameters to control the starting and ending record numbers that you leverage in a con...
by chulett
Fri May 24, 2013 9:11 am
Forum: General
Topic: Calculate total disc storage used by DS executables
Replies: 3
Views: 910

:!: We're over here discussing your question.

ps. I deleted the re-post you made over in the PX forum.
by chulett
Fri May 24, 2013 7:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Timezone date format
Replies: 4
Views: 1657

"In Oracle database" means what? Toad? I'll wager your tool is converting it from military time for display.
by chulett
Fri May 24, 2013 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 5
Views: 2787

As noted, a DATE has no format but a date in a STRING does. Clarify for us what your source and target types are.
by chulett
Fri May 24, 2013 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Could not connect to datasourceCommunication link fail
Replies: 2
Views: 1602

No idea but assuming you've checked to ensure that the database in question is actually up, then perhaps a network issue? And is this really "all jobs" regardless of what they do or only all jobs that source/target Netezza?