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.
Latest Answer : Vector field is like an array which is used in C/C++.Its mainly used in normalize and denormalize component. ...
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, Sort within group, Rollup will break pipeline parallelism ...
What is the usage of .mfctl and .mdir files in the mfs directory of Ab Initio?
Latest Answer : .mfctl and .mdir are both related to multifile system. .mfctl extension of control file created when we are using the MFS. The file extension .mfctl will contain the URLs of all the data partitions. The file with the extension .mdir will contain the ...
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 : How do you do production support for Graph? If the graph failed in the production, usually we get emergency access to see the failure, then analyse the failure, if it is a code bug, then we go back to development env and fix the bug, test it then deploy ...
What will happen when we pass dot or invlaid parameters in the inout component layout URL?