![]() Related Questions Plz provide comments and suggestions. Thanks in advance. My question is related to the INPUT TABLE component layout. If weselect the layout to be DATABASE- (database default), whereexactly is it pulling that layout from? When should this optionbe used? Within the DATABASE layout we also see the SERIAL ,TABLE and EXPLICIT args options, when do we use those? what arethe advantages and disadvantages to this approach? Thanks Read Answers (3) | Asked by : Sindo How does one make use of the "Call Web Service" component in the $AB_HOME/connectors/Internet directory of the component selectory window of the Ab Initio Console? Explain with Sample Code View Question | Asked by : Abhilash Ram Latest Answer : Sort, Sort within group, Rollup will break pipeline parallelism ... Read Answers (5) | Asked by : srikanth What will happen when we pass dot or invlaid parameters in the inout component layout URL? How to avoid duplicates without using dedup component? Latest Answer : We can avoid duplicate by using "key_change" method of the rollup component.
The code will be like below.
out :: key_change(prev,curr)=
begin out :: cur != prev ; end out :: rollup(in) = begin out :: in ; end
... How does component folding works? What is output index? How does it work in reformat?Does below function show Output index in useoutput:1:if(in.emp.sal Latest Answer : Output index function is used in reformat having multiple output ports to direct which record goes to which out port. for eg. for a reformat with 3 out ports such a function could be likeif (value=='A') 1 else if (value=='B') 2 else 3which ... How to calculate the total number of records in the file using REFORMAT instead of ROLLUP? Latest Answer : Via its log port. ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||