Search found 53125 matches

by ray.wurlod
Thu Sep 19, 2013 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: months between two dates
Replies: 2
Views: 1932

I don't have that particular interval calculation but the routines are here and I'm sure you could adapt something once your business rules are nailed down as Craig indicated.
by ray.wurlod
Thu Sep 19, 2013 5:58 am
Forum: General
Topic: What does Inode refer in LIST.READU
Replies: 6
Views: 1792

The best way is the way that's correct for that particular kind of lock. For example if it's showing up in LIST.READU then it's local to the DataStage Engine.
by ray.wurlod
Wed Sep 18, 2013 2:33 am
Forum: General
Topic: Installing Datastage enterprise edition on the server(9.1)
Replies: 3
Views: 1172

It is a whole different world post 7.5. You actually have to install a suite of software called IBM InfoSphere Information Server. There's no such thing as "just DataStage" any more, even if that's the only licence you have purchased.
by ray.wurlod
Wed Sep 18, 2013 2:30 am
Forum: General
Topic: What does Inode refer in LIST.READU
Replies: 6
Views: 1792

On UNIX the Inode is indeed the inode of the file (or the DATA.30 file in a hashed file) in which the lock is held. Most of the shared locks (type RL) are held against the UV.ACCOUNT hashed file in the UV account. Freeing these won't help your problem with locks held by defunct processes. The correc...
by ray.wurlod
Wed Sep 18, 2013 2:25 am
Forum: General
Topic: New Linux Server for DS 8.5 Server disk partitions
Replies: 6
Views: 1962

Server jobs do not use the default.apt configuration file (or any other configuration file) because they do not execute in the parallel engine.
by ray.wurlod
Tue Sep 17, 2013 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connector received Oracle error code ORA-1406
Replies: 14
Views: 16903

Just for grins, what does the error code mean? You can research this using the oerr -1406 command.
by ray.wurlod
Tue Sep 17, 2013 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clob data with a length of 2 GB
Replies: 6
Views: 2717

They are environment variables set for your project, accessible through the Administrator client. Search DSXchange for names such as APT_TRANSPORT_BLOCK_SIZE and APT_BUFFER_MAXSIZE, and then research these in the manuals or the IBM Information Center (on-line help).
by ray.wurlod
Tue Sep 17, 2013 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Opening Hashed File, 'HASHED_STORE_DEL', Run the Delet
Replies: 5
Views: 5143

There might be a VOC entry from earlier installation. Use the Administrator client command window to execute this command. LIST.ITEM VOC 'HASHED_STORE_DEL' Let us know the result. Your next action will depend on the result of this command. If something is listed, then you can delete it using DELETE ...
by ray.wurlod
Tue Sep 17, 2013 4:15 am
Forum: General
Topic: New Linux Server for DS 8.5 Server disk partitions
Replies: 6
Views: 1962

You can add my vote to what the others have said.
by ray.wurlod
Tue Sep 17, 2013 4:13 am
Forum: General
Topic: How to release a job in DataStage 8.x
Replies: 5
Views: 1506

Integration with source code control systems - to which Roy is alluding - uses Information Server Manager (which you DO have - it's free with Information Server). Direct support exists for IBM source code control systems such as ClearCase - for others you need their Eclipse plug-in. We have made goo...
by ray.wurlod
Mon Sep 16, 2013 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function to extract scale part of a Decimal value
Replies: 3
Views: 2071

Or even fieldname - Int(fieldname), multiplied by 10**x where x is the number of digits.
by ray.wurlod
Mon Sep 16, 2013 2:56 am
Forum: General
Topic: Different data layout in a single sequential file
Replies: 3
Views: 1398

There are several paradigms.

Easiest is to write the header then append the detail and trailer.

Or you could create a dummy field with value 1 to header, 2 to detail and 3 to trailer, and use a sort/merge collector on this field to bring them together.

Just a couple of ideas.
by ray.wurlod
Fri Sep 13, 2013 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Mload - Access module error '33'
Replies: 4
Views: 1568

Do you mean they retail "smalls"?
by ray.wurlod
Fri Sep 13, 2013 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Transformer Constraint Otherwise Not Working Correctly
Replies: 6
Views: 3053

There is a Link Execution Order tool in the Transformer stage toolbar.
by ray.wurlod
Fri Sep 13, 2013 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on SCD Stage
Replies: 5
Views: 1621

Data do not need to be sorted on business key. When the dimension table is loaded into memory the business key column is identified. That is sufficient.