Search found 15603 matches
- Wed Sep 27, 2006 3:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Insert and Delete the rows in the same Table
- Replies: 8
- Views: 2538
This is a typical DataStage task and often done. You can use the same stage canvas object for the insert and the delete by having two links into it, or you can use two separate stages. The logic of which row gets sent down which link is done with constraints in a transform stage. What logic have you...
- Wed Sep 27, 2006 2:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unziping file from Windows environment
- Replies: 25
- Views: 9309
- Wed Sep 27, 2006 1:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove additional zeros in a record using Transformer
- Replies: 12
- Views: 10678
...As far as I know Trim function works for Varchar data type. You cannot use Trim for fields which are of Char data type... You can use the TRIM() function on CHAR, but since the resultant output if of fixed length it will automatically pad the output according to string rules. You can use it to r...
- Wed Sep 27, 2006 1:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unziping file from Windows environment
- Replies: 25
- Views: 9309
If I recall my WinZip correctly, you cannot use the normal executable from the command line but need to download the command-line version of the code (available on their website); I've used that from DOS before with no problems but can't recall what the executable is called, but I don't think that i...
- Wed Sep 27, 2006 1:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel jobs on linux
- Replies: 3
- Views: 1563
Re: Parallel jobs on linux
... However they cannot be run on windows... That is not fully correct. Some versions of EE on Windows will not allow the parallel jobs to be executed, while others do. PX will use the c++ compiler to create binary and object code; such code becomes machine specific and will not execute on other pl...
- Wed Sep 27, 2006 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Executable import/ export issue
- Replies: 0
- Views: 698
Ram, the file is imported and created with the default permissions of the user who does the importing. If this is insufficient for others to work with then the user's profile needs to be changed to allow group access. If the permissions for executing the job for the user who imported the job are not...
- Tue Sep 26, 2006 12:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get count of rows of sequential file
- Replies: 5
- Views: 1296
Nothing here on DSXchange is urgent. If you need something urgently you will have to pay for it. Everyone here is a volunteer and many feel affronted when asked to do things "urgently" or when "this is important"... In your case, since you need the result in a sequence the best approach is to shell ...
- Tue Sep 26, 2006 12:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_uvput() - Write failed for record id ' 80537113617'
- Replies: 5
- Views: 1153
- Tue Sep 26, 2006 11:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migrate Message Handler
- Replies: 1
- Views: 807
- Tue Sep 26, 2006 11:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job doesnt finish
- Replies: 1
- Views: 619
- Tue Sep 26, 2006 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Kernel parameters
- Replies: 7
- Views: 2357
In this case I would keep the kernel parameters the same. If you find that after a period of measurement that your system is not being fully utilized you can think about which kernel parameters (if any) might be changed to make DS work more efficiently in the new hardware environment. But I would no...
- Tue Sep 26, 2006 8:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get count of rows of sequential file
- Replies: 5
- Views: 1296
The easiest way to get this value is to shell out to UNIX and do a "wc -l {filename}". You cannot successfully issue a call to DSGetLinkInfo() for information about your current run while still running your job, the exception would be to do this in the after job subroutine. You can also use the valu...
- Tue Sep 26, 2006 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Kernel parameters
- Replies: 7
- Views: 2357
- Tue Sep 26, 2006 8:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replacing a string
- Replies: 17
- Views: 6988
- Tue Sep 26, 2006 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get Link Direction within Job via Routine
- Replies: 8
- Views: 1651