Search found 3 matches

by techpeople
Fri Jun 16, 2006 10:40 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Wildcard search and replace ?
Replies: 3
Views: 4197

Re: Wildcard search and replace ?

I assume you are trying to replace something in maps? If so yo can do it this way also. First Export the map to xml file, then do search, replace and save the xml. Then re-import the xml file as map. you will see all the changes. Regards, Kiran Is there a way to do a wildcard search and replace ? So...
by techpeople
Fri Jun 16, 2006 10:10 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: enforcing business/validation rules
Replies: 4
Views: 4665

Re: enforcing business/validation rules

It can be done in typetrees and maps. Depends on how your architecture is designed and how you want to handle the error situations. If you embed the rules in input cards(in input typetrees) you map will fail and you cannot read the exact cause of a failure. If you design the output cards and apply a...
by techpeople
Fri Jun 16, 2006 9:47 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: RUN function not returning correct value
Replies: 2
Views: 4115

Re: RUN function not returning correct value

Also always use PACKAGE(input value) when passing data to run maps. this way you can ensure the data to runmap input cards are sent in proper syntax(with initator, terminators). your code would be: =VALID(Run("LogoMap.mmc", HANDLEIN(1,(PACKAGE(C[77]:.:In1)+PACKAGE(C[78]:.:In1))+ " -OE...