Answered Questions

  • what is the syntax of m_dump command?

    shan

    • Oct 11th, 2012

    M-dump to display record format:m_dump [-dml] [-datafile]

    Ashutosh Prasad

    • Sep 8th, 2012

    M_dump is abinitio utility to view the content of a file[Serial/MFS] in a formatted way.

    Syntax :

    m_dump

    There are other options such as :

    -select
    -no-print-data
    -print-data
    -start # -end #
    -record
    etc..

  • What is meant by Fencing in Abinitio?

    chandan

    • Feb 7th, 2007

    In SW world fencing means job controlling on priority basis. In AI it actually refers to customized phase breaking. A well fenced graph means no matter what is source data volume process will not cough in dead locks. It actually limits the number of simultaneous processes.

    Rajeev M Sankarathil

    • Dec 6th, 2006

    I think he is refering to "Phasing" only.Phasing:- Its a way to manage the resource and avoid "deadlocks" in the Abi run. it limits the number of simultaneous processes by breaking up the graph into different phases, only one of which is running at any given time.