Hi,
I have sequence container, in which there are nested loops. When i execute the container it works fine (it loop thru each year and each Year Month), but when execute the whole package it just stop at first value of inner loop Year_Month, donot go forward with incrementing the values.
Year is 2009 till 2013, It takes first value 2009 for outer loop and then for that value 2009 it loops thru (200901-200913). When i excute whole package it stop at 200901, do go ahead.
Below is the logic.
Am I missing something. Please advice. Any help is appreciated.
Thanks,
Punia