Search found 42189 matches
- Mon Jun 11, 2012 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Padding by default
- Replies: 9
- Views: 7336
- Mon Jun 11, 2012 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Padding by default
- Replies: 9
- Views: 7336
- Mon Jun 11, 2012 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: get lastmonth timestamp in transformer
- Replies: 5
- Views: 2024
Your example looks wrong for the description posted... -11 months? :? It would probably be helpful to know what you've tried already, for example did you give DateFromDaysSince() a try? Granted you'd have to use 30 or 31 for the number of days in a month, but it would get you... close. I'd also be c...
- Mon Jun 11, 2012 7:20 am
- Forum: General
- Topic: How to assign parameter a value
- Replies: 10
- Views: 3872
- Mon Jun 11, 2012 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Padding by default
- Replies: 9
- Views: 7336
- Mon Jun 11, 2012 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic to update end_dt for previous records
- Replies: 5
- Views: 2125
- Mon Jun 11, 2012 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String to Date conversion issue
- Replies: 9
- Views: 3063
- Sun Jun 10, 2012 11:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VARCHAR TO BIGINT
- Replies: 7
- Views: 4392
Re: VARCHAR TO BIGINT
a) yes it issrinivasudatastage wrote:Conversion is not required for your senario.
we can't convert integer to varchar.
b) yes you can
ps. they're going the other way (varchar to bigint)
- Sun Jun 10, 2012 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VARCHAR TO BIGINT
- Replies: 7
- Views: 4392
- Fri Jun 08, 2012 1:07 pm
- Forum: General
- Topic: How to assign parameter a value
- Replies: 10
- Views: 3872
1) Use a Server job to fetch the parameter value. 2) Write the parameter value to the job's USERSTATUS area 3) Assign all downstream job parameter values to $UserStatus from the Server job. You'll need to build a little routine to call the DSSetUserStatus function but the code for that can be found ...
- Fri Jun 08, 2012 11:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Set record count (not orchadmin)
- Replies: 5
- Views: 2156
Well... there is an actual "Orchestrate Guide" but according to Ray you have to request it from your support provider.
- Fri Jun 08, 2012 10:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting Not Null field resulting in Warning
- Replies: 2
- Views: 1942
- Fri Jun 08, 2012 8:52 am
- Forum: General
- Topic: Jobs not showing in Director
- Replies: 8
- Views: 2527
Re: Jobs not showing in Director
Welcome. :) I have other co-workers who have Director installed locally (i accesse a remote computer). And they can see the jobs and Director works fine. But with i try to access remotly to the computer with the Director, the jobs don't load. Thanks for the detailed explanation. The fact that it wor...
- Fri Jun 08, 2012 8:45 am
- Forum: General
- Topic: Execute Log
- Replies: 3
- Views: 1770
Well... without a more definitive explanation of the issue, we're just guessing. How are you running the script after the Exception Handler - the Execute Command stage? If so it should wait for the script to complete before moving on to the Email Notification unless you are doing something unusual t...
- Fri Jun 08, 2012 7:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .rhost file location
- Replies: 17
- Views: 7395
Re: .rhost file location
I'm not sure how far you are going to get past this: I have installed datastage 7.5x2 on windows 7 ultimate OS. That version is ancient and specifically architected to run on XP. I do not think it was architected for XP. XP is for client but the server has to be Windows Server 2003, I think. You ar...