Search found 42189 matches

by chulett
Thu Jan 27, 2011 6:42 am
Forum: General
Topic: Regarding VB script in datasage
Replies: 3
Views: 1583

Anything you can run from the command line you can call from the Execute Command stage.
by chulett
Thu Jan 27, 2011 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: merge stage
Replies: 5
Views: 2741

There's no "View Data" from the Merge stage.
by chulett
Thu Jan 27, 2011 6:40 am
Forum: General
Topic: Source code deployment between environments
Replies: 3
Views: 2152

Would any 7.x installation have Information Server Manager installed? :?
by chulett
Thu Jan 27, 2011 6:37 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 3204

So... do you understand what that does and why it fixed things for you?
by chulett
Thu Jan 27, 2011 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: currentdate() to julianformat
Replies: 2
Views: 1345

That's not any kind of 'julian' format.
by chulett
Thu Jan 27, 2011 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header & Footer
Replies: 39
Views: 13632

How many nodes are you running the job on?
by chulett
Thu Jan 27, 2011 6:29 am
Forum: General
Topic: mandatory parameters to run a datastage job by unix command
Replies: 3
Views: 2593

The syntax *is* fully documented.
by chulett
Thu Jan 27, 2011 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table to Db2 updation
Replies: 5
Views: 2416

And here we go, moved to a more proper location.
by chulett
Wed Jan 26, 2011 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job using Merge stage is failing after n number of records
Replies: 5
Views: 2290

No, not possible in just this job. You may want to start considering an alternate approach - one could load these files into work tables in your database of choice and let it then do the join there. That or put the 'right' file in a hashed file and stream the 'left' file in doing a normal reference ...
by chulett
Wed Jan 26, 2011 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row count
Replies: 21
Views: 7225

I'd also suggest a more descriptive routine name than simply "Count".
by chulett
Wed Jan 26, 2011 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset data file
Replies: 2
Views: 1495

Technically, everything is just 'zeros and ones'... somedays I feel like I am, too. :wink: Have you looked at one yet, say via a hex editor or octal dump? I'm sure Ray will be along with a much more technical answer but at a high level it is the format that DataStage uses internally - meaning a stra...
by chulett
Wed Jan 26, 2011 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Memory fault handling
Replies: 1
Views: 1181

Get your support provider to analyze the crash dump?

Defer the start of this job until after the three other jobs complete?
by chulett
Wed Jan 26, 2011 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loading data frm xml file to database
Replies: 1
Views: 843

Post the complete, unedited error. And use an External Source stage, not a Sequential File stage to feed in the XML URL/Filepath, otherwise you are asking for trouble.
by chulett
Wed Jan 26, 2011 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job using Merge stage is failing after n number of records
Replies: 5
Views: 2290

What's the failure message? Anything else useful in the log after you Reset the aborted job? How large are your files?

The Merge stage uses hashed files under the covers and I'll wager you're slamming into the dreaded 32bit addressing '2GB Barrier'.
by chulett
Wed Jan 26, 2011 6:55 am
Forum: General
Topic: Suspend Datastage Jobs
Replies: 6
Views: 2518

In other words, you'll need to build your own 'job control' to be able to do anything like this, be it a simple 'pre' check in a Sequence as noted above or as complicated as you'd like.