Search found 15603 matches
- Fri Mar 24, 2006 6:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compile error
- Replies: 8
- Views: 1524
Kumar - UNLOCK ALL as administrator is very powerful and should not be used! It has a potential to really mess up a DS environment since all concurrency control in DataStage is based on locks. In this case if no jobs are running and no users are logged in the appropriate lock(s) should be easy to sp...
- Fri Mar 24, 2006 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in Column Export
- Replies: 9
- Views: 2135
- Fri Mar 24, 2006 3:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove all spaces from a string
- Replies: 7
- Views: 2002
- Fri Mar 24, 2006 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot kill a running Job
- Replies: 4
- Views: 3100
- Fri Mar 24, 2006 2:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in Column Export
- Replies: 9
- Views: 2135
- Fri Mar 24, 2006 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove all spaces from a string
- Replies: 7
- Views: 2002
Vincent - thanks for helping to confirm that it can't directly be done in a modify stage. I like your approach, even my positive numbers have a space in that first position - I tried using decimal_from_string(string_trim(In.Col)) yesterday but it would seem that the modify stage only likes single fu...
- Fri Mar 24, 2006 2:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concurrently Accessing the Same Routine.
- Replies: 8
- Views: 2624
Let's see: (a) your routine stop running with an "abort". (b) You have 2 abort statements in your routine. Try putting in ON ERROR and getting the STATUS() and printing it out with a call to DSLogWarn() to see why you are getting a failed open or read. This is also logically the place in the program...
- Fri Mar 24, 2006 2:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Practical Examples/tests to train new resource
- Replies: 4
- Views: 1275
- Fri Mar 24, 2006 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compile error
- Replies: 8
- Views: 1524
The message comes because there is a lock on a table record fro that job. If another user is editing the job, if it is running or if a monitor is open this is the message you will see. One other cause is if the job has somehow aborted or been killed so that the locks remain. If this is the case then...
- Thu Mar 23, 2006 11:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Sequences
- Replies: 2
- Views: 908
- Thu Mar 23, 2006 10:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove all spaces from a string
- Replies: 7
- Views: 2002
Remove all spaces from a string
I have a string in the format "- 123.45" which I would like to change to decimal[15,2] without using a transform stage. Since there are spaces between the sign and the number the normal conversion to decimal_from_string will fail. The TRIM({string},' ','A') function in the transform stage to remove ...
- Thu Mar 23, 2006 9:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to create a Project with deleted name
- Replies: 21
- Views: 6875
- Thu Mar 23, 2006 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Open the Jobs in DataStage Designer
- Replies: 7
- Views: 2842
- Thu Mar 23, 2006 6:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in Deduping
- Replies: 16
- Views: 3356
- Thu Mar 23, 2006 6:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Open the Jobs in DataStage Designer
- Replies: 7
- Views: 2842