Search found 42189 matches

by chulett
Wed May 06, 2009 7:03 am
Forum: General
Topic: Getting part of a filename
Replies: 16
Views: 7262

That was going to be the next suggestion. :wink:

Done that before on UNIX but had no idea how to do it in a batch file and was poking around online trying to stimulate my old brain cells. Thanks for saving them from an early death.
by chulett
Wed May 06, 2009 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't able to start the server
Replies: 13
Views: 17972

[5/6/09 10:44:52:031 IST] 0000000a AdminTool A ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under C:\IBM\WebSphere\AppServer/profiles/default\logs\server1 should contain failure information. I would start there, seems yo...
by chulett
Wed May 06, 2009 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP CONVERSION
Replies: 8
Views: 2709

Someone needs to learn about 'Disable Smilies'. :wink:

Sankar - Dump the output from your timestamp conversion and check what you actually get from it. Hint: is your incoming year two or four digits?
by chulett
Wed May 06, 2009 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mailing in datastage
Replies: 14
Views: 3605

MOVE is a DOS command just like REPLACE, from the command line type MOVE /? for the syntax.
qutesanju wrote:r u talking @ maunally copying files?
:!: Come on, this isn't your dang cell phone and you're not texting your buddies. Use a professional level of English here. Spell out your words.
by chulett
Wed May 06, 2009 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the Datastage ServerEdition installation software
Replies: 6
Views: 1715

When they bought it, they would have received instructions on how to download it.
by chulett
Wed May 06, 2009 6:43 am
Forum: General
Topic: Job fails due to unable to open a file error
Replies: 6
Views: 1895

Same suggestion, get rid of the EXIT and just use:

START REPLACE \\PATH A\*.* \\PATH B /a
by chulett
Wed May 06, 2009 6:41 am
Forum: General
Topic: Getting part of a filename
Replies: 16
Views: 7262

Not in a Server job. You can easily use Field() to get what you want from the filename, the trick will be getting it. How do you process multiple files, one at a time?
by chulett
Tue May 05, 2009 8:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file deletion
Replies: 4
Views: 2009

FWIW, errno 26 in Windows is the "text file busy".
by chulett
Tue May 05, 2009 8:37 pm
Forum: General
Topic: Why IBM sucks and DataStage will never be the leading tool
Replies: 16
Views: 9925

kduke wrote:Some of the worst DBAs I know are certified.
Amen, Brother! :wink:
by chulett
Tue May 05, 2009 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading multiple files
Replies: 6
Views: 1708

OK, go fo it. If you have a question, ask it.
by chulett
Tue May 05, 2009 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Script to Zip a file and mail through Datastage
Replies: 7
Views: 6373

I know, and you have your own thread now.
by chulett
Tue May 05, 2009 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: extract start and end position using index function
Replies: 1
Views: 716

:!: Please don't post the same question in multiple forums, even if the first one was the "wrong" forum.

Same answer as posted here - don't use Index for this.
by chulett
Tue May 05, 2009 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incorrect reading of data in binary field in ebcdic file
Replies: 2
Views: 1050

Odd. I'd report this to your official support provider, see if it is a known issue. Which 8.x version is this?
by chulett
Tue May 05, 2009 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mailing in datastage
Replies: 14
Views: 3605

Yes you can, to all of your questions. You'd need to explain what "Datastage is not recognising the shared location" means, though.
by chulett
Tue May 05, 2009 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extracting start and end position using index function
Replies: 15
Views: 10329

Use the Field function and tell it you have a comma delimited source.