Search found 15603 matches
- Thu Aug 23, 2012 2:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning for Aggregator
- Replies: 5
- Views: 1908
- Thu Aug 23, 2012 1:06 am
- Forum: General
- Topic: DataStage Project Migration from HP-Unix to SUSE Linux/AIX
- Replies: 4
- Views: 2314
Most jobs will seamlessly re-compile and run identically on another OS, and going from one unix variant to another is less problematic than between Windows and UNIX. There is no magic method to convert scripts calling CA-Unicenter to automagically use Autsys if they contain scheduler-specific calls ...
- Thu Aug 23, 2012 1:01 am
- Forum: General
- Topic: Send mail with notification stage error
- Replies: 5
- Views: 11248
Hello Christian, I think that you can take DataStage out of the equation, at least temporarily. from your command line in a shell, try to execute /usr/lib/sendmail -t -v -i <<//// Server: 192.168.1.13 From: procesos_dwh@pronaca.com To: cceron@softconsulting.com.ec Subject: Prueba Hola esto es una pr...
- Wed Aug 22, 2012 11:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Date format
- Replies: 4
- Views: 30091
- Wed Aug 22, 2012 10:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: the best way to pass directly data from source to target
- Replies: 2
- Views: 849
- Wed Aug 22, 2012 10:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between two dates
- Replies: 12
- Views: 2877
- Wed Aug 22, 2012 10:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between two dates
- Replies: 12
- Views: 2877
- Wed Aug 22, 2012 9:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between two dates
- Replies: 12
- Views: 2877
The values in the column in DataStage are going to be strings, so a substring will be sufficient, i.e.
Code: Select all
ICONV(IP_Spell_Epi_HRG_Src.ADMISSION_DTTM[1,10],'D4-YMD')- Wed Aug 22, 2012 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between two dates
- Replies: 12
- Views: 2877
DataStage server doesn't have a date or a timestamp data type. If you do an Iconv() from a date using the correct mask ('D4-YMD' in this case) the result is an integer (the number of days since 31 DEC 1967). If you do an Iconv() from the time portion of the string using the mask 'HH:MM:SS' then you ...
- Wed Aug 22, 2012 8:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between two dates
- Replies: 12
- Views: 2877
- Wed Aug 22, 2012 5:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex flat file stage issue in datastage release 8.5
- Replies: 20
- Views: 16097
- Wed Aug 22, 2012 5:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checksum Stage Error
- Replies: 5
- Views: 2462
- Wed Aug 22, 2012 5:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checksum Stage Error
- Replies: 5
- Views: 2462
Unfortunately that is not the error code, but the source line number where the error was detected so doesn't help us any further. I've used that stage several times and have never had issue with it. You did define the output column as char(32), right? Try to make a simple job with just 1 of those co...
- Wed Aug 22, 2012 4:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checksum Stage Error
- Replies: 5
- Views: 2462
Your best bet is your support provider. I would replace the Netezza source stage with a row-generator, the output with a peek stage and see if the problem persists, that way you will at least have an acceptable test-case for support. How many columns and what datatypes are you doing the Checksum on?
- Wed Aug 22, 2012 4:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL30081N
- Replies: 8
- Views: 4564