Search found 5 matches
- Sun Dec 01, 2013 10:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsNotNull in transformer stage - won't compile
- Replies: 9
- Views: 2768
- Sun Dec 01, 2013 10:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsNotNull in transformer stage - won't compile
- Replies: 9
- Views: 2768
- Sun Dec 01, 2013 10:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsNotNull in transformer stage - won't compile
- Replies: 9
- Views: 2768
- Sun Dec 01, 2013 10:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsNotNull in transformer stage - won't compile
- Replies: 9
- Views: 2768
Thanks for the quick response! Oh whoops sorry I meant this is a parallel job. I don't know if that means IsNotNull should work in parallel or not? Regardless, I've tried the above as follows: If Not(IsNull(Field(Employee_Source.EMP_DATA,'|',47))) Then Field(Employee_Source.EMP_DATA,'|',47) Else &qu...
- Sun Dec 01, 2013 9:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsNotNull in transformer stage - won't compile
- Replies: 9
- Views: 2768
IsNotNull in transformer stage - won't compile
Hi everyone, I have a Sequential File stage connected to a Transformer stage and then onto an Oracle DB stage loaded onto the server. The information in the Sequential File stage is coming from a .csv and all information is in single rows, so I am using the Field function in the Transformer to split...