Search found 15603 matches
- Fri Oct 07, 2005 5:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Could not Move Jobs Between Categories
- Replies: 7
- Views: 1690
- Fri Oct 07, 2005 1:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UNIX Server Configuration for Datastage server
- Replies: 4
- Views: 1176
Hello Ridar, that is an impossible question to answer directly; in the car world that would be the equivalent of asking "I would like to buy a car, any recommendations?". Here are a couple of questions whose answers will influence the decision: - What flavor of UNIX and/or hardware is already in-hou...
- Thu Oct 06, 2005 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequential stage with multiple input links
- Replies: 6
- Views: 1660
- Thu Oct 06, 2005 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when checking composite operator: Output from subproce
- Replies: 2
- Views: 1679
- Thu Oct 06, 2005 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequential stage with multiple input links
- Replies: 6
- Views: 1660
- Thu Oct 06, 2005 11:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DATASTAGE INSTALLATION
- Replies: 5
- Views: 1276
- Thu Oct 06, 2005 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA 10306 - Illegal parametrer/number error
- Replies: 3
- Views: 1188
- Thu Oct 06, 2005 7:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_Buffer_Operator: Add block to queue failed.
- Replies: 2
- Views: 967
- Thu Oct 06, 2005 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Effective partition type for sorted input in Transformer
- Replies: 22
- Views: 7915
- Thu Oct 06, 2005 5:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade of 4 to 7.5.x
- Replies: 4
- Views: 1192
- Thu Oct 06, 2005 1:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Putting 4 byte value in 2 byte character field
- Replies: 4
- Views: 1856
The XTD function turns it into a displayable value, but then Ray turns that value into it's 1-byte binary representation using the CHAR() function. So it does exactly what you initially wanted. Now you want to take a text number and transform it into a 16 bit representation. If you have a number tha...
- Thu Oct 06, 2005 12:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Administering Locks - INODE question
- Replies: 3
- Views: 897
Ray - that's an awesome idea, I hadn't thought of that! That will save time on inode searches (since files not in the VOC won't be found it will still have to look). Doing a "find" on this large system takes about 45 minutes; but goes go faster when limited to just one device. I am writing a program...
- Wed Oct 05, 2005 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Working of Parameter Markers
- Replies: 6
- Views: 2507
Greetings to Arizona, gradkarthik (my home). DataStage server doesn't perform an actual data conversion by just specifying the new column width in a transform, you need to do an explicit conversion on this column to convert it. I am not at a DS system right now, but I would use the FMT(In.Column,'R2...
- Wed Oct 05, 2005 9:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file creation & update clarification
- Replies: 9
- Views: 2482
Phil, the hashed file stage does work as you described. Regarding the creation of an empty hashed file in this job, why don't you just click on the attributes in the hashed file stage to have it create the file for you? Although a before-job routine or the job control tab could be used to execute th...
- Wed Oct 05, 2005 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Administering Locks - INODE question
- Replies: 3
- Views: 897
Administering Locks - INODE question
I know there must be a better solution, but I can't find it. I have a device and an inode (coming from the LIST.READU command) and I want to find the actual file associated with that; the only method I know is to use "find -inum {inode number}" but that actually has to search and can take minutes or...