Search found 42189 matches

by chulett
Wed Aug 27, 2008 6:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass the Calling Job dynamically in a Job Parameter
Replies: 1
Views: 1322

AFAIK, the Email body in the Notification Activity does not support parameters. However, if it did you could try using the DSJobController macro there - that should get you the Sequence name.
by chulett
Wed Aug 27, 2008 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in executing the command dsjob on unix
Replies: 5
Views: 4286

Yup. That or put that in your 'wrapper' script for dsjob that ensures everything is properly setup, environment-wise (etc etc), no matter who wants to run the job.
by chulett
Wed Aug 27, 2008 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Droping Oracle Table
Replies: 13
Views: 3929

The latter. It's a normal convention when working with metacharacters and you escape them so they become a literal instead of being interpreted by the shell/program/parser/whatever.

Please mark the thread as Resolved using the big button at the top of the screen.
by chulett
Wed Aug 27, 2008 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Stop scripts
Replies: 5
Views: 2663

Or script them as separate steps and check exit status before going on.
by chulett
Wed Aug 27, 2008 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clog data type
Replies: 1
Views: 929

Yes. No. Not officially, anyway, but sometimes you can make it work. What database? What kind of CLOB games are you thinking about playing?

(you might want to fix your Subject line)
by chulett
Wed Aug 27, 2008 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs running indefinately
Replies: 14
Views: 6249

Yah, sorry... I should have noticed the hijacking in progress but we're halfway to Cuba by now. :(
by chulett
Wed Aug 27, 2008 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: Improper data type
Replies: 8
Views: 9442

Well, there you go - resolved all over again. :wink:
by chulett
Wed Aug 27, 2008 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage in PX
Replies: 11
Views: 3572

More of an ftp problem than a DataStage one, it seems. Is it consistent?
by chulett
Wed Aug 27, 2008 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Fixed width file
Replies: 2
Views: 1193

Binary or ASCII transfer? Only read it as fixed width if each record is always a consistent, fixed size. For that you need to ensure the Display Size is the actual size of each field. Otherwise just read it as one long varchar.
by chulett
Wed Aug 27, 2008 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp - 1
Replies: 6
Views: 2591

Good to know! :wink:
by chulett
Wed Aug 27, 2008 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs running indefinately
Replies: 14
Views: 6249

Only if you are certain that no jobs are running at that time.

Why so worried about this? :?
by chulett
Wed Aug 27, 2008 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage in PX
Replies: 11
Views: 3572

The largest value it could be, meaning the length of the longest record type.
by chulett
Wed Aug 27, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs running indefinately
Replies: 14
Views: 6249

Very. Purging or pruning them is fine, however, as long as the job they are associated with has completed running. Typically, people script something to run every day and remove any items X days old where X is on the order of 3 to 7, I would guess.
by chulett
Wed Aug 27, 2008 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Information Analyzer Performance Issue
Replies: 6
Views: 2752

Re: Information Analyzer Performance Issue

anabi wrote:the problem is when I ran the column analysis on a sample of 100,000 records and it took nearly one and a half hour. which is too slow.

Sorry but... says who? I have no clue on the speed of that beastie or how complex what it does is, how long do you think it should have taken?
by chulett
Wed Aug 27, 2008 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs running indefinately
Replies: 14
Views: 6249

No can do, those files are essential to the proper operation of the product. :?