Search found 53125 matches

by ray.wurlod
Wed Jan 02, 2008 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob (status code)
Replies: 21
Views: 11245

$? is the exit status of the final command in the pipeline - in your case the read command. You need different logic to have the shell script exit with the value of the dsjob exit status.
by ray.wurlod
Wed Jan 02, 2008 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error with Xml jobs
Replies: 2
Views: 1088

You have been allocated a finite amount of disk space. This is enforced using a quota. You have filled this space. This is not directly a DataStage problem. Clean up any files you no longer need, and ask nicely for the quota to be increased.
by ray.wurlod
Wed Jan 02, 2008 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equalient DataStage function for oracle ceil
Replies: 6
Views: 4320

You changed your specification. My solution changes only by losing its "- 1". You can use the Fmt() function to enforce leading zero. I remain curious to learn how you would generate these values using ceil without any other arithmetic (since you did not mention any). Switch stage is not available i...
by ray.wurlod
Wed Jan 02, 2008 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in stringtodate conversion
Replies: 4
Views: 981

You misunderstand. If you need to convert a string to a date, then you specify the date format of the string (not of the desired date). Indeed, you never specify the format of a date - a date is a binary data type in DataStage parallel jobs. So ask yourself, do you want a date coming out of this, or...
by ray.wurlod
Wed Jan 02, 2008 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage Ouput comming as blank
Replies: 2
Views: 1132

Try processing fewer and/or smaller files, find some solution that does not require a Folder stage (which tries to keep the entire files in memory) - perhaps using a loop in a job sequence, or put more memory in the server.
Search the forum for more ideas.
by ray.wurlod
Wed Jan 02, 2008 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Initializing DOUBLE column to zero giving error
Replies: 8
Views: 1409

(From memory) the IEEE standard that prescribes how Float and Double are stored does not permit zero (all zero bits). There is an environment variable that allows you to override this rule but I can't recall its name.
by ray.wurlod
Wed Jan 02, 2008 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Tracking on Different Projects
Replies: 5
Views: 3096

DataStage is not equipped to shared Data Sets between projects. Because you've managed to trick it is no reason to expect that your trick would be supported by Usage Analysis or any other DataStage tool. Probably the best you can do is to export each project and search the export file for the Data S...
by ray.wurlod
Wed Jan 02, 2008 1:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding the performance of datastage and SQL Loader
Replies: 12
Views: 5934

Those observations would be just as valid if you used sqlldr without DataStage.
That is, it's got nothing at all to do with DataStage.
by ray.wurlod
Wed Jan 02, 2008 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 consecutive Modify Stages
Replies: 13
Views: 3911

It is documented that adjacent Modify operators are not supported. Under what circumstances (full set of Specifications please) are you getting them to compile and execute successfully?
by ray.wurlod
Wed Jan 02, 2008 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify operator vanishing
Replies: 3
Views: 927

How about you tell us what Specifications you have set up in the Modify and Copy stages? When the score is composed a stage (operator) may be optimized out - you can most easily see this if there is a Copy stage that does nothing. Operator combination can also make it appear that stages "disappear",...
by ray.wurlod
Wed Jan 02, 2008 12:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Equalient DataStage function for oracle ceil
Replies: 6
Views: 4320

How would you do that with ceil ?!!

Try

Code: Select all

Mod(InLink.TheColumn,10000) - 1
by ray.wurlod
Wed Jan 02, 2008 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue in accessing Oracle 10g R2 database
Replies: 8
Views: 4154

Possibly an old DLL hanging around in memory.
by ray.wurlod
Wed Jan 02, 2008 12:45 am
Forum: General
Topic: Calling Server routines from a parallel job
Replies: 4
Views: 1326

The BASIC Transformer stage is deliberately not in the Palette by default, as its use is discouraged (because it has a number of execution limitations, particularly in a multiple machine environment). You can find it in the Stage Types branch of the Repository - and, if you wish, customize your Pale...
by ray.wurlod
Tue Jan 01, 2008 8:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Appending one of field value in the source file to its name
Replies: 1
Views: 863

A DataStage solution would involve using a job sequence to obtain the field value and construct the file name, which would then be passed to the job that uses it or, alternatively, used to change a generic file name that the job produces.
by ray.wurlod
Tue Jan 01, 2008 2:52 pm
Forum: General
Topic: Job parameters
Replies: 6
Views: 1808

Less than Rs12 per day, definitely a worthwhile investment in your future.