Search found 15603 matches
- Wed Oct 04, 2006 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Stored procedure stage
- Replies: 9
- Views: 3970
- Wed Oct 04, 2006 5:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Stored procedure stage
- Replies: 9
- Views: 3970
- Wed Oct 04, 2006 5:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Stored procedure stage
- Replies: 9
- Views: 3970
- Wed Oct 04, 2006 4:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Stored procedure stage
- Replies: 9
- Views: 3970
- Wed Oct 04, 2006 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to generate a piece number each 3 lines
- Replies: 3
- Views: 746
In a transform stage put a derivation in
Code: Select all
MOD(@INROWNUM,3)+1
- Wed Oct 04, 2006 3:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designer is slow for creating parallel jobs (7.5.2)
- Replies: 12
- Views: 3684
- Wed Oct 04, 2006 3:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How Find Out the last Space or Hyphen in a String
- Replies: 9
- Views: 3097
- Wed Oct 04, 2006 3:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Current Time from Column Generator
- Replies: 3
- Views: 3262
- Tue Oct 03, 2006 11:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting EBCDIC Binary data type to ASCII
- Replies: 6
- Views: 1429
- Tue Oct 03, 2006 11:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: populating valid date
- Replies: 3
- Views: 1220
- Tue Oct 03, 2006 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Metadata
- Replies: 6
- Views: 2293
sdfasih, Here is some sample metadata for a file on my system: VarChar(128). Do you see that the question, at least as I understand it, is somewhat vague? What are you trying to achieve? Most files that you will use will have different metadata - in this case we are talking about the definitions on ...
- Tue Oct 03, 2006 10:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BLANK VALUES
- Replies: 7
- Views: 2073
- Tue Oct 03, 2006 9:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting EBCDIC Binary data type to ASCII
- Replies: 6
- Views: 1429
- Tue Oct 03, 2006 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convertion From Sq File to Lookup Fileset ?
- Replies: 5
- Views: 1417
At byte offset 50 in the first line of data your metadata expected a character representation of a date (assuming that is the definition of "Start_Date"). But at that location the source file has the characters "StPr" and this is what is causing the job to abort. Try doing a "view data" in the desig...
- Tue Oct 03, 2006 8:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Subroutine to be executed inside the job control routine
- Replies: 2
- Views: 894