Submitted Questions

  • Fetch Next Record Data

    How can we fetch next record data for a particular field in ab initio? i/p id sal 101 500 102 800 103 900 105 200 o/p id sal Pre_sal 101 500 0 102 800 500 103 900 800 105 200 900

    Sai

    • May 14th, 2018

    use scan component we have to achieve this scenario and the parameter key is "NULL({})"and find the below explanation.Here i am taking the 2 temporary variables as a,b. type temporary_type = record ...