Search found 42189 matches

by chulett
Mon Apr 09, 2012 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: size of time datatype
Replies: 11
Views: 2934

Yes, indeed, it is.
by chulett
Mon Apr 09, 2012 7:26 am
Forum: General
Topic: Usage of Transforms
Replies: 5
Views: 1412

pandeesh wrote:if transforms are exist only in server jobs, then the server routine is basically written in BASIC.
Basically written in BASIC, indeed. :wink:
by chulett
Sun Apr 08, 2012 2:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically create as many files as values in a column
Replies: 6
Views: 1757

In the immortal words of Blue Oyster Cult: Don't Fear the Server.

:wink:
by chulett
Sun Apr 08, 2012 8:31 am
Forum: General
Topic: Check for File arrival
Replies: 10
Views: 3811

ray.wurlod wrote:However, Information Server does have a scheduling service in version 8.
Since the original release, or was it added along the way?
by chulett
Sun Apr 08, 2012 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up aborting even when scratch disk is available
Replies: 14
Views: 3783

It's all detailed in the linked post and the issue was the hard 4GB limit of 32bit addressing so it can't be the same problem you are having.
by chulett
Sun Apr 08, 2012 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically create as many files as values in a column
Replies: 6
Views: 1757

Off the top of my head, a Server job (or Server Shared Container) writing to the Folder stage or using the UNIX csplit function after the file has been written could do this.
by chulett
Sun Apr 08, 2012 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ complier ,linker setting
Replies: 6
Views: 3116

Start by telling us exactly which compiler you installed.
by chulett
Sun Apr 08, 2012 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up aborting even when scratch disk is available
Replies: 14
Views: 3783

zulfi123786 wrote:would be gratefull if you would elicit how 32 and 64 bit differ with respect to look up
This is my run-in with that particular difference. Not your issue here but specific to your question.
by chulett
Sat Apr 07, 2012 9:56 am
Forum: General
Topic: Check for File arrival
Replies: 10
Views: 3811

There is no 'native' DataStage scheduler. What is has is an interlude / interface to the standard scheduling utilities of the underlying O/S. So, for a UNIX server, when you are looking at or manipulating the schedule in Director, you are seeing the cron entries it has automagically created for you....
by chulett
Sat Apr 07, 2012 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up aborting even when scratch disk is available
Replies: 14
Views: 3783

zulfi123786 wrote:its a 64 bit operating system.
What about DataStage? Is it 64bit as well?

Matter of fact, what O/S are we talking about here?
by chulett
Sat Apr 07, 2012 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up aborting even when scratch disk is available
Replies: 14
Views: 3783

Unfortunately, the exact message can be critical to the resolution as 'space' can mean several things. I'm curious, what is the 'bit-ness' of both your O/S and DataStage version - 32bit or 64 bit? That plays a role here as well.
by chulett
Sat Apr 07, 2012 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up aborting even when scratch disk is available
Replies: 14
Views: 3783

Aborted how would be my first question.
by chulett
Sat Apr 07, 2012 8:12 am
Forum: General
Topic: Check for File arrival
Replies: 10
Views: 3811

Assuming they have a decent Enterprise scheduler, that is. We have to assume, unless specifically noted otherwise, that the 'scheduler' in question here is DataStage itself and for a repeating schedule on a UNIX system that means via cron.
by chulett
Fri Apr 06, 2012 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tsort and psort
Replies: 15
Views: 7909

Don't you mean pswimming? :wink:

Sorry. Me, I have no idea what either letter stands for... waiting to be educated.
by chulett
Fri Apr 06, 2012 6:00 pm
Forum: General
Topic: Can 8.5 client be used with 8.1 FP2 server edition?
Replies: 6
Views: 1997

Short answer: the versions must match.

The long answer is in another recent thread... which Eric was kind enough to link to.