Search found 53125 matches

by ray.wurlod
Sat Jun 04, 2011 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey function and Oracle RAC multi-node
Replies: 7
Views: 3738

Cache is always FIFO (first in, first out). Even though this is per node on Oracle RAC, your fears are unwarranted.
by ray.wurlod
Sat Jun 04, 2011 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer compilation eror
Replies: 12
Views: 8544

I did ask for information on how these were set. There's also a recent thread from U on exactly this question.
by ray.wurlod
Sat Jun 04, 2011 4:02 pm
Forum: General
Topic: Infosphere Datastage 8.5 Scheduler service.
Replies: 3
Views: 2155

I performed a test a couple of days ago - scheduled a job from Director and examined the AT queue. There was nothing in the AT queue, but the job executed on time. I deduce from that that the Information Server scheduler service is being used (at least in version 8.5 FP1 on Windows Server).
by ray.wurlod
Sat Jun 04, 2011 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error while using Funnel Stage
Replies: 2
Views: 2151

Funnel stage must have two or more inputs. You can use a Copy stage with one input.
by ray.wurlod
Sat Jun 04, 2011 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Perform Not Equal Join
Replies: 5
Views: 2092

Then the original poster can mark your thread as Resolved using the green button at the top.
by ray.wurlod
Fri Jun 03, 2011 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: padstring issue while loading into Netezza Database
Replies: 7
Views: 2865

Yes, the name of the environment variable is APT_STRING_PADCHAR, not APT_STRING_PAD. This indicates that any Char data type will be right-padded with 0x0 characters.
by ray.wurlod
Fri Jun 03, 2011 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading COBOL File..
Replies: 3
Views: 3446

I don't see any representation of the commas in the FD. Try 01 EMPLOYEE-RECORD. 05 EMP-RECORD-LENGTH PIC 9(4). 05 COMMA-1 PIC X. 05 EMP-HIRE-DATE. 05 COMMA-2 PIC X. 10 EMP-HIRE-MM PIC 99. 10 EMP-HIRE-DD PIC 99. 10 EMP-HIRE-YEAR PIC 9999. 05 COMMA-3 PIC X. 05 EMP-SALARY PIC 9(9). 05 COMMA-4 PIC X. 05...
by ray.wurlod
Fri Jun 03, 2011 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer compilation eror
Replies: 12
Views: 8544

VS2008 is supported for DataStage version 8.5.

You still have not advised the settings of the four project environment variables in the Compiler folder, as requested.
by ray.wurlod
Fri Jun 03, 2011 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase to Oracle
Replies: 6
Views: 1865

And this is related to the problem reported by xch2005 how?
by ray.wurlod
Fri Jun 03, 2011 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having issues with Lookup Stage
Replies: 7
Views: 3910

Not really. Try replacing the Lookup stage with a new Lookup stage (for test purposes).
by ray.wurlod
Fri Jun 03, 2011 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Data in Table Column
Replies: 11
Views: 3463

Octal 376 is decimal 254. This is the "field mark" character which can be referenced via the Char() function but, to avoid recalculating the Char() function unnecessarily, also through the @FM system variable. This is the character to which line terminators are converted when reading.
by ray.wurlod
Fri Jun 03, 2011 3:54 pm
Forum: General
Topic: Exporting PROJECT in XML format
Replies: 14
Views: 4897

I don't have access to a system right now, but does not dscmdexport or dsxport have the /XML switch?
by ray.wurlod
Fri Jun 03, 2011 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00942: table or view does not exist
Replies: 7
Views: 4918

In the "Job starting" event in the log, verify that the environment variable job parameter has a valid value.
by ray.wurlod
Fri Jun 03, 2011 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while handling Decimal Fields in CFF Stage
Replies: 4
Views: 2713

Could it be that the mainframe expects "masked decimals" in which the metadata (for example PIC 9999V99) tells it where the decimal placeholder needs to be?
by ray.wurlod
Fri Jun 03, 2011 12:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insufficient system resources exist to complete the requeste
Replies: 1
Views: 1506

Looks like 64GB isn't enough to process that many rows, particularly if you're making them all into a single transaction.

How are the resources on the DataStage engine machine?