Search found 53125 matches

by ray.wurlod
Wed Sep 24, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE Plug-in
Replies: 2
Views: 1351

As far as I am aware parallel read is only possible from partitioned table.
by ray.wurlod
Wed Sep 24, 2008 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate a Year value
Replies: 5
Views: 1245

Year = 0 is not valid. The day after 31 Dec 1BC is 01 Jan 1AD in the CE calendar. Do you need to worry about that.

If you want to validate that Year is a four digit number, then Matches "4N" is probably the best test.
by ray.wurlod
Wed Sep 24, 2008 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query should fetch values from file
Replies: 11
Views: 4260

A hashed file (note - it is not "hashed" file) solution would be very efficient.
by ray.wurlod
Wed Sep 24, 2008 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to solve a small scenario which i couldn't get
Replies: 12
Views: 3678

Ad nauseam as well. Enough times, indeed, almost to warrant an FAQ.
by ray.wurlod
Wed Sep 24, 2008 3:03 pm
Forum: General
Topic: Work Load Scheduler for DataStage - Information request
Replies: 2
Views: 903

Welcome aboard.

Any scheduler that can execute a command will do. DataStage has a command line interface (dsjob) that you use from the scheduler.
by ray.wurlod
Wed Sep 24, 2008 3:00 pm
Forum: IBM QualityStage
Topic: recover Project in Quality Stage
Replies: 7
Views: 2603

Do a Windows Explorer search filtered on date/time modified in the last one or two days.
by ray.wurlod
Wed Sep 24, 2008 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts abnormally
Replies: 7
Views: 4159

If they can they will. Being pushy like this only generates negative attitudes. Some people are busy earning a living, some people like to think about problems before posting. So learn patience or harrass your support provider, who may require additional payment to provide the kind of rapid respons...
by ray.wurlod
Wed Sep 24, 2008 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data mismatch issue with DB2
Replies: 4
Views: 1298

The largest signed integer is 2,147,483,647 (2 ^ 31 - 1). Your values are larger that that. You need BigInt or a larger Decimal or Float data type to accommodate these values.
by ray.wurlod
Wed Sep 24, 2008 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special characters removing
Replies: 1
Views: 1130

Please post questions in the correct forum. Server job answers may not be helpful for parallel job questions, and it helps future searchers if the questions are in the correct forum. A server job answer is to use Oconv() with "MCA" as the conversion specification. But this is not applicable in the ...
by ray.wurlod
Wed Sep 24, 2008 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Varchar to Date format
Replies: 42
Views: 10909

Once the data get into DataStage server job there are no data types. Therefore any function can be applied to any "data type". Of course you have to present data in the correct format to any target that requires a specific format. In that case of Oracle that format is typically specified things like...
by ray.wurlod
Wed Sep 24, 2008 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue with /etc/groups on unix server
Replies: 4
Views: 1228

No, because I don't know what kind of UNIX you're on.

Ask your UNIX system administrator what the correct command is AND what special privileges/permissions might be required at your site to be able to use that command.
by ray.wurlod
Wed Sep 24, 2008 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP
Replies: 7
Views: 1676

Yes, but why can't YOU read the manual rather than requiring someone here to regurgitate the manual?
by ray.wurlod
Wed Sep 24, 2008 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts abnormally
Replies: 7
Views: 4159

Are you using a state file in conjunction with the Surrogate Key Generator stage and, if so, have you established and initialized the state file?
by ray.wurlod
Wed Sep 24, 2008 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: issue with /etc/groups on unix server
Replies: 4
Views: 1228

Welcome aboard. /etc/groups is located at /etc/groups The file called groups is in the directory whose pathname is /etc. What are you trying to achieve by this? In most variants of UNIX you need to do more (and more securely) than add an entry to the groups file in order for the group to exist. For ...
by ray.wurlod
Wed Sep 24, 2008 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from one database to another
Replies: 2
Views: 794

The properties of the stage types, while overlapping, are different. Without comprehensive knowledge of all possibilities that might occur in an export file, you are not going to be able to do it that way. Use the GUI - that's what it's for. By the time you finish stuffing around trying to be clever...