Latest Answer : Ascii vs. EbcdicWhen you view your data does it have different charaters inbetween that do not look ASCII? If so, then in your record format type the following:ebcdic record record details add them end;view your data again. Be sure to check ...
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
Is there a way of implementing File Listener in Ab Initio?? It should continuously scan a given directory, as soon as a file is placed in that directory, it should copy that file to a working directory and trigger a corresponding Ab Initio graph.
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
Latest Answer : sort component does not work in pipleline parallelism because in case of sort all the data must read before writing any records hence it does not support pipeline parallelism. Hope this make sense. ...
What is the usage of .mfctl and .mdir files in the mfs directory of Ab Initio?
Why and When do we get the "Pipeline Broken Error" in Ab Initio
Latest Answer : There are various scenarios where you can get this error. How did you encounter it. You need to elaborate on it so that the group can give you a specific answer. ...
How do you do production support for Graph? How do you check whether graph is completed successfully or not (is it $? of unix?)What are different return values?
Latest Answer : Hi Try using $mpjret this will give the return status of the graph ...
What will happen when we pass dot or invlaid parameters in the inout component layout URL?