Search found 42189 matches

by chulett
Tue Mar 17, 2009 10:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Ultimate IBM Tool
Replies: 1
Views: 831

LOL
by chulett
Tue Mar 17, 2009 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get Current TimeStamp-(MINUS) 1 Day
Replies: 5
Views: 5993

First you said current timestamp with microseconds and now current timestamp in microseconds... which one is it? :?
by chulett
Tue Mar 17, 2009 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices
Replies: 18
Views: 4983

Didn't know that was there... bookmarked now for future promotion. :wink:
by chulett
Tue Mar 17, 2009 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: bitmap indexes performance
Replies: 8
Views: 1943

Your connection user most likely won't have permissions to do this, or really shouldn't. Have procs created to drop/rebuild them and then get permission to execute the procs, do so before- and after-sql.
by chulett
Tue Mar 17, 2009 2:34 pm
Forum: General
Topic: Reading the correct file
Replies: 7
Views: 1745

It's not "dir /-o" but "dir /o:" followed by the sortfield. So use " dir /b /o:-n <pattern> " for a Bare listing in reverse Name order. And what makes you think you can't do a dir in an ftp session? :wink: One ftp call could get the 'latest' filename and then you could ...
by chulett
Tue Mar 17, 2009 11:14 am
Forum: General
Topic: Reading the correct file
Replies: 7
Views: 1745

If "direct the file to another location" means move it, that's just more O/S commands - i.e. move in DOS. A batch file can do all the work or you could execute the commands individually in a Sequence job, I suppose.
by chulett
Tue Mar 17, 2009 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices
Replies: 18
Views: 4983

First step is to import the metadata from the existing service so you can load all that into the stage.
by chulett
Tue Mar 17, 2009 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clone static hashed file
Replies: 4
Views: 1197

Well... there really isn't anywhere to change them, unless you're talking about editing the "D_" dictionary file? Ah... I guess you mean in the imported table metadata.
by chulett
Tue Mar 17, 2009 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices
Replies: 18
Views: 4983

samsuf2002 wrote:We also have asp.net webservices by which we can do the same.
Meaning what? There is a webservice call available to bring it down? If yes, then I don't see why you couldn't do that in a job. Have you tried to yet?
by chulett
Tue Mar 17, 2009 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using VARGRAPHIC type in DB2
Replies: 3
Views: 1553

Probably just forgot to untick it. :wink:
by chulett
Tue Mar 17, 2009 9:39 am
Forum: General
Topic: Reading the correct file
Replies: 7
Views: 1745

One 'trick' is to sort in reverse order and take the first one. For Windows, check out the /o option of dir to order the output, a "-" with it reverses the order.

Start / Run... / cmd and then dir /? to see the DOS help.
by chulett
Tue Mar 17, 2009 9:34 am
Forum: General
Topic: File validation method
Replies: 6
Views: 5345

Anyone else there worked with XML? It's pretty daunting at frist to tackle it on your own. There are various validators out there, something Google should turn up. On the UNIX side I've used 'svalidate' from Java Beans and 'Echo10' most recently as it caught problems that the former did not. Both re...
by chulett
Tue Mar 17, 2009 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove leading zeros in decimal field in sequential file
Replies: 26
Views: 67194

How exactly are you "converting into varchar"?
by chulett
Tue Mar 17, 2009 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices
Replies: 18
Views: 4983

What's the process to bring the website "down"? Do you have access to any kind of Enterprise Scheduler?
by chulett
Tue Mar 17, 2009 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can i reset datastage services at specific time?
Replies: 7
Views: 1867

"Reset DataStage services"? Do you mean stop and restart the services on a scheduled basis? If so, why do you feel the need to do that? :?