Search found 53125 matches
- Wed Jul 26, 2006 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to populate a char field
- Replies: 12
- Views: 4693
Is the Char(1) field really nullable in the target table? Are you trying to specify an out of band null (in which case you should be using MakeNull() rather than SetNull())? Can you try NullToValue(field," ") to replace null with a space character, to see whether it's the null handling or something ...
- Wed Jul 26, 2006 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: temporary table in a mainframe Environment
- Replies: 6
- Views: 1972
- Wed Jul 26, 2006 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to calculate the optimal size of all the lookup data set
- Replies: 1
- Views: 901
Based, much more importantly, on the volume of data you propose to load into the reference Data Sets, and whether you propose to use virtual Data Set or Lookup File Set for your reference source. The optimal size is one with the capacity to store that total volume. You can not succeed without all th...
- Wed Jul 26, 2006 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenating Fields in DataSets
- Replies: 9
- Views: 2010
- Wed Jul 26, 2006 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Importing wrong table definitions
- Replies: 2
- Views: 1321
- Wed Jul 26, 2006 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Where the import put my Schema ?????
- Replies: 3
- Views: 2025
Go to the Table Definitions branch of your Repository view (in Manager or Designer client). Find the table definition into which you performed the import (this was under your control, and reported to you as part of the import process). In Manager perform a Usage Analysis to make sure that this table...
- Wed Jul 26, 2006 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: executing cobal programs from DS
- Replies: 2
- Views: 1532
- Wed Jul 26, 2006 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error on subtraction of two decimal(19,3) number
- Replies: 9
- Views: 3390
By my understanding the ...INTERM... environment variables are for intermediate values, for example results within expressions that are not the final result. I believe that in the case that prompted this post we are looking at a final result, and that therefore the ...INTERM... environment variables...
- Wed Jul 26, 2006 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: environmental variable password?
- Replies: 8
- Views: 2337
- Wed Jul 26, 2006 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Order of execution in transformer stage?
- Replies: 4
- Views: 7697
- Wed Jul 26, 2006 3:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: type conversion
- Replies: 6
- Views: 2288
- Wed Jul 26, 2006 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Schema file
- Replies: 4
- Views: 1324
- Wed Jul 26, 2006 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incorporating Parallelism
- Replies: 19
- Views: 4556
Yes.
Don't forget that you will need to OpenSeq the file, and CloseSeq when done.
Code: Select all
Loop
While ReadSeq Line From fSourceFile
GoSub UnpackPartitionInfoFromLine
GoSub MakeRunRequest
RepeatDon't forget that you will need to OpenSeq the file, and CloseSeq when done.
- Wed Jul 26, 2006 3:47 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: creating a temporary table in the mainframe edition
- Replies: 3
- Views: 2486
Formal procedures at that site may prevent you from creating temporary tables; you may need to request the DBA to create a table for your use. And with that, the request, justification, walkthrough, budget, and so on. I don't believe you can issue a CREATE TABLE statement from a Relational stage, bu...
- Wed Jul 26, 2006 3:41 pm
- Forum: IBM QualityStage
- Topic: Is there a way to check whether QS is working ?
- Replies: 2
- Views: 1404