Search found 5 matches

by James47889
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: 2764

Ah the buttons right there!! I couldn't see it before. Got it :wink: thanks
by James47889
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: 2764

Yes it was a similar error with IsNotNull. Ah that makes sense. I'll get started on that and post results. Thanks :D
by James47889
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: 2764

Sorry! Completely new to DSXchange, should learn to read :oops:
by James47889
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: 2764

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...
by James47889
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: 2764

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...