Hi,
Check with your DBAs for the exact precision the date column have (it might not had miliseconds)
and transform the input date accordingly.
IHTH,
Search found 2288 matches
- Tue Mar 29, 2005 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2 timestamp to oracle timestamp
- Replies: 4
- Views: 1181
- Tue Mar 29, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Numeric Validation
- Replies: 7
- Views: 1777
Hi, Original Request: I have two input arguments x and y. If x=2 or 7 then y should be >=0. If x is otherthan 2 or 5 then y shoud be >0. Correcting Ray's code x = Arg1 y = Arg2 IF x = 2 OR x =7 THEN IF Y >= 0 THEN Ans = @TRUE END ELSE Ans = @FALSE END END ELSE IF x <> 5 And Y > 0 THEN Ans = @TRUE EN...
- Tue Mar 29, 2005 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic command to capture if insertion is sucessful
- Replies: 2
- Views: 877
- Tue Mar 29, 2005 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Very slow updates vs. inserts
- Replies: 5
- Views: 2069
Hi, search for existing posts on this subject. there are several ways including: 1. rebuild new table and make a switch 2. load the values and keys to a temp table then run an update sql with join on the 2 tables. p.s: if DS was the cause for your slow performance in update you would not have got be...
- Tue Mar 29, 2005 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving Last Run Date Information
- Replies: 2
- Views: 1074
Hi, when you use dsjob to get job's info you get the last run info. if you need the info for the run prior to the current you can query this info before running the job of log it some where after each run. If you mean only get that info without all the other info, you need to check if an option exis...
- Tue Mar 29, 2005 5:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in mutex
- Replies: 9
- Views: 3947
- Tue Mar 29, 2005 4:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to generate control files in a datastage job?
- Replies: 8
- Views: 6223
Hi, Do you only need to build the control file/s from existing files or ones you build in an ETL proces? How do you define slow? it should be relative to task and resources at hand. Tricks for getting best performance include IPC stage to make sure a process gets max CPU doing a single task like onl...
- Tue Mar 29, 2005 4:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage PX Config file setup error
- Replies: 5
- Views: 4356
- Mon Mar 28, 2005 11:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in mutex
- Replies: 9
- Views: 3947
- Mon Mar 28, 2005 11:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in mutex
- Replies: 9
- Views: 3947
- Mon Mar 28, 2005 10:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run jobs in a sequencer based on input value
- Replies: 4
- Views: 620
- Mon Mar 28, 2005 10:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Group Permission Security Broken
- Replies: 4
- Views: 1011
I can't remember what happens if let us say root user gives recursive full access to everyone eventually effecting on the project directory. do check it. build a simple job control with 1 line: Call DSLogInfo("test","Testing:") promote that job and see if all have access to that job? (that should te...
- Mon Mar 28, 2005 10:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Container-based vs. sequence-based design models
- Replies: 3
- Views: 964
- Mon Mar 28, 2005 10:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS 7.5 : Telnet
- Replies: 3
- Views: 1027
- Mon Mar 28, 2005 10:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Group Permission Security Broken
- Replies: 4
- Views: 1011
Hi, several things: 1. what is the method of transporting jobs to the production system? 2.Did you verify the users which are not suposed to have access really don't? First make sure only proper group/s have access in the DSAdministrator. Then login to the system as the user/s you think should not h...