Search found 4 matches

by aninash
Mon Jun 03, 2013 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invali Argu Value -Missing Warning thrown
Replies: 7
Views: 2242

No Problem Sir.Thanks a lot.I am searching with keywords parameter but mainly discussed about passing in a query and nested parameter is discussed.
by aninash
Mon Jun 03, 2013 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invali Argu Value -Missing Warning thrown
Replies: 7
Views: 2242

:( In this case how can i handle this scenario. I tried through unix script but here issue is the filtering record should undergo lookup with another file to check if same Account is available if so shouldnt filter the same. That's the reason i tried to implement this in Datastage. Is there any oteh...
by aninash
Mon Jun 03, 2013 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invali Argu Value -Missing Warning thrown
Replies: 7
Views: 2242

Thanks Sir. The entire expression given in the file is passed to the job parameter when the job triggered. I have given in the file as e.g (three columns) ((Lnk_Zero_Position.A=0 Or Trim(NullToEmpty(Lnk_Zero_Position.A))='"") and (Lnk_Zero_Position.B=0 Or Trim(NullToEmpty(Lnk_Zero_Position...
by aninash
Mon Jun 03, 2013 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invali Argu Value -Missing Warning thrown
Replies: 7
Views: 2242

Invali Argu Value -Missing Warning thrown

I have check condition with list of around 20 columns in AND condition which should check either null or 0 from a file.This is made as configurable,such as this condition is written to a file and it is passed as a parameter to the stage varaible of a job.Then checked as If this Paramter then N else ...