Hi All,
I am creating a CIM program for "Pending Invoice Maintenance" in version eb2.
Normally, I used to check the CIM sequence by using the below routine.
{mfdtitle.i}
input from xxx.cim.[ will create as per the CIM sequence]
/* output to yyy.log */
batch run = yes.
{gprun.i ""soivmt.p""}
/*output close*/
input close.
when I am running the below routine, the cursor is not coming to the second frame. instead I am getting the message "Press space bar to continue".
My question is "Is there any restriction for CIM load in this menu"? if it is, how can we remove it.
What could be other reasons. Please let me know. Thanks !
I am creating a CIM program for "Pending Invoice Maintenance" in version eb2.
Normally, I used to check the CIM sequence by using the below routine.
{mfdtitle.i}
input from xxx.cim.[ will create as per the CIM sequence]
/* output to yyy.log */
batch run = yes.
{gprun.i ""soivmt.p""}
/*output close*/
input close.
when I am running the below routine, the cursor is not coming to the second frame. instead I am getting the message "Press space bar to continue".
My question is "Is there any restriction for CIM load in this menu"? if it is, how can we remove it.
What could be other reasons. Please let me know. Thanks !
Last edited: