Search found 42189 matches

by chulett
Mon Apr 27, 2009 10:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Attachments in Mail
Replies: 6
Views: 3157

I too would suggest the 'zip' approach to this, who wants to get an email with 95 files attached to it? :?
by chulett
Mon Apr 27, 2009 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence
Replies: 3
Views: 1138

For me, the posts were in the morning and afternoon of my first day working for a new client. Which means if I'm here, it will be either first thing in the morning or perhaps late at night (or both) but not during my working hours.
by chulett
Mon Apr 27, 2009 10:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to login to datastage Server/Director/Admin
Replies: 5
Views: 5789

Then best to involve your official support provider, it would seem. Curious, is this a problem for everyone or just you?
by chulett
Mon Apr 27, 2009 10:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying many tables from Sybase to SQL Server
Replies: 5
Views: 2575

Thanks for the information Scott.
by chulett
Mon Apr 27, 2009 10:39 pm
Forum: General
Topic: DataStage Roadmap Information
Replies: 10
Views: 5348

This is the data "masking" they've talked about at IOD, yes? If so, I understood that it is as you said, only if you engage them will they allow access to the functions they have written. Did seem very nice, though.

And I do think they may have echoed the 'someday' comment.
by chulett
Mon Apr 27, 2009 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enable NLS in version 8
Replies: 6
Views: 2019

No, best to ask your official support provider for specifics on that. I assume you could just reapply it, but it may not be necessary. :?
by chulett
Mon Apr 27, 2009 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

ps. There is a $Counter variable available that the Start Loop stage automatically manages, it may help you derive unique filenames each loop.
by chulett
Mon Apr 27, 2009 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Enable NLS in version 8
Replies: 6
Views: 2019

Did you install NLS when you installed DataStage? If not, you'll need to reinstall DataStage AFAIK, otherwise I'm sure the process to 'enable' it is well documented.
by chulett
Mon Apr 27, 2009 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

Just create another job parameter and use it in the sequential filename box surrounded by hash/pound signs.
by chulett
Mon Apr 27, 2009 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to add days to a date in transformer lookup
Replies: 3
Views: 2677

If your "source target date" comes in as a full timestamp, you'll need to adjust your transform code slightly to chop off the time and just work with the date portion: Target Date = Oconv((Iconv(TaskInfo.SO_TARGET_DATE[1,10], "D-YMD") +1), "D-YMD[4,2,2]") : " 00:00...
by chulett
Mon Apr 27, 2009 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: in datastage how to reset a sequence-number-generator
Replies: 2
Views: 1794

"in job suppose i am getting error i need to compile the job again"

No, no you don't. You Reset aborted jobs, not recompile them.
by chulett
Mon Apr 27, 2009 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oconv MCP is not working
Replies: 7
Views: 5793

Perhaps your characters are not "unprintable"? Are they actually a single control character or are they two characters, a "^" and a "C" for example like you typed in?
by chulett
Mon Apr 27, 2009 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job design-question
Replies: 31
Views: 4631

Then simply parameterize the name of the output file as well and change it appropriately each iteration of the loop.
by chulett
Mon Apr 27, 2009 6:18 am
Forum: General
Topic: finding max date from a file grouping by another column
Replies: 3
Views: 2338

Well, then you'd have to "decode" it back. As noted, declare the timestamp as a string, the format it is coming in is directly collatable so will aggregate just fine.