Search found 15603 matches
- Wed Oct 13, 2010 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date check
- Replies: 9
- Views: 2843
- Wed Oct 13, 2010 6:44 am
- Forum: General
- Topic: To run a job based on the output of the first job
- Replies: 23
- Views: 5039
- Wed Oct 13, 2010 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to access the DS server Client in Datastage 8.1
- Replies: 5
- Views: 1936
It sounds like you have a data inconsistency of some sort in your xmeta repository. The details of those structures are not publicly documented so your best bet will be to approach your support provider to see if IBM has seen this problem before and can fix it (without having to do a re-install, whi...
- Wed Oct 13, 2010 6:07 am
- Forum: General
- Topic: To run a job based on the output of the first job
- Replies: 23
- Views: 5039
Could you specify the problem a bit more, since generally a job processes more than one record, and thus each column can have many values. Generally you could make a constraint in a transform stage which either creates a text file with the value you want, or could set the user status to that value, ...
- Wed Oct 13, 2010 5:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to access the DS server Client in Datastage 8.1
- Replies: 5
- Views: 1936
- Wed Oct 13, 2010 2:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading numeric data formatted as text from Excel
- Replies: 6
- Views: 2402
- Wed Oct 13, 2010 2:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal Date
- Replies: 10
- Views: 2687
- Wed Oct 13, 2010 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: After Migrating to V8.1 Issue with Sort Stage
- Replies: 4
- Views: 3316
- Wed Oct 13, 2010 1:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date check
- Replies: 9
- Views: 2843
I will assume that your incoming field is type VarChar() or Char(19). In that case stage variable svField = StringToTimeStamp(In.Field,'YYYYMMDD HH:NN:SS') Derivation IF In.Field[10,2]='12' THEN TimestampFromSecondsSince((-1*(60*60)+(60*60*24)),svField) ELSE TimestampFromSecondsSince((-60*60),svFiel...
- Wed Oct 13, 2010 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to access the DS server Client in Datastage 8.1
- Replies: 5
- Views: 1936
- Wed Oct 13, 2010 1:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source and target record rowcount
- Replies: 5
- Views: 2011
- Wed Oct 13, 2010 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: After Migrating to V8.1 Issue with Sort Stage
- Replies: 4
- Views: 3316
- Tue Oct 12, 2010 11:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal Date
- Replies: 10
- Views: 2687
- Tue Oct 12, 2010 11:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading numeric data formatted as text from Excel
- Replies: 6
- Views: 2402
- Tue Oct 12, 2010 7:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No space left on device
- Replies: 7
- Views: 4790
There is indeed a limit on the reference data size of a lookup stage in PX. If you are on AIX then this thread might help solve the problem, but only within certain limits.