Search found 42189 matches

by chulett
Fri Oct 27, 2006 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a seq file created by a DSGetLogSummary ??
Replies: 8
Views: 4913

Kirtikumar wrote:I already had once created such routine for one my X assignments Craig!!!

Me too!!! :wink:

Not what I meant. If you click on the OP's handle and then do a 'Find all posts by', you'll see that the last umpty posts they have made have all been about a Quest For Log Files. It's been... interesting.
by chulett
Fri Oct 27, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job to compile jobs
Replies: 8
Views: 1846

How about enlightening us with the 'why' behind the question... why do you think you need to do this?
by chulett
Fri Oct 27, 2006 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage for Hash File
Replies: 6
Views: 1070

And the article I linked to. :?
by chulett
Fri Oct 27, 2006 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: executing parallel jobs in stand alone machine
Replies: 4
Views: 1194

You must also have the privilege of owning the 7.5x2 version of DataStage.
by chulett
Fri Oct 27, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server jobs in parallel
Replies: 7
Views: 1028

If all of this is in one job, then you can't control the restart like you would like. If you break it up into three separate jobs, and run those jobs in a Sequence job (even in parallel) you can do what you want.
by chulett
Fri Oct 27, 2006 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file attachment in mail
Replies: 13
Views: 3337

You are right. we are creating files on unix and emaling to windows. Actually, what I said was you are creating a UNIX file, not creating files on UNIX. Different thing and as Ray noted, it's all about the record terminator you've chosen in the stage. Change it to 'DOS' so it uses CR/LF pairs rathe...
by chulett
Fri Oct 27, 2006 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a seq file created by a DSGetLogSummary ??
Replies: 8
Views: 4913

Kirtikumar wrote:Rajan, have you written or using a routine to read the log files and then building the normal file from it?

I guess you haven't been following this little... 'exercise', eh? :wink:
by chulett
Fri Oct 27, 2006 12:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to replace special characters with N in a string
Replies: 9
Views: 3241

Excellent... then my answer stands. Ditch the commas. :wink:
by chulett
Fri Oct 27, 2006 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Procedure Call in Oracle EE Stage open command
Replies: 2
Views: 1370

Why did I get a strange sense of deja vu when I read your post?
by chulett
Fri Oct 27, 2006 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with DSSendMail
Replies: 2
Views: 1310

Why in the heck are you running around, replying to ancient posts? :?

There's no need to add this bit of advice to every dang post you can find here...
by chulett
Fri Oct 27, 2006 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: file attachment in mail
Replies: 13
Views: 3337

I would guess you are creating a UNIX file and then emailing it to your Windows machine. Try creating the file as a DOS file instead.
by chulett
Thu Oct 26, 2006 7:43 pm
Forum: Site/Forum
Topic: Not receiving any email notifications of replies today...
Replies: 7
Views: 3858

And now, at 6:38PM they start showing up again. Go figure. :wink:
by chulett
Thu Oct 26, 2006 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ask me for password when trying to start up DS Server
Replies: 10
Views: 2743

Or a Solaris thing. No such shenanigans required on H-PUX. Glad you got it worked out. :D
by chulett
Thu Oct 26, 2006 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to replace special characters with N in a string
Replies: 9
Views: 3241

The correct syntax for Convert would actually be: Convert('$@!%#','NNNNN', DSLink3.SPEC_CHAR) No commas... unless you want those replaced as well... with another comma. I'd still like to see examples of these 'special characters' before people go too crazy with the suggestions... Edited to a...
by chulett
Thu Oct 26, 2006 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CAPTURING THE DELETEDRECORDS...............
Replies: 7
Views: 2183

Nope. Turns out to be a wrong choice of terminology... as noted later, the OP is actually attempting CDD.