CIM Upload

rmdasari

Member
I wanted to upload this data :

"08490-0002"
- - - "20" - - - - - - - - - - -
- - - - - - -
.
"08490-0007"
- - - "20" - - - - - - - - - - -
- - - - - - -
.
"08490-0009"
- - - "20" - - - - - - - - - - -
- - - - - - -

using the following program :

input from "clnrloc.in" no-echo.
repeat:
{gprun.i ""ppptmt01.p""}
input close.
output close.

It works fine but on the last record its asks to "Press space bar to continue.... " and after even if I press "F4" it doesn't exit, and I have to do a CTRL-C.

Any help in this regards is great appreciated.


Thanks,

Rama
 

sharkdim

Member
you can try
batchrun = yes. /*add this comments*/
input from "clnrloc.in" no-echo.
repeat:
{gprun.i ""ppptmt01.p""}
input close.
output close.


I wanted to upload this data :

"08490-0002"
- - - "20" - - - - - - - - - - -
- - - - - - -
.
"08490-0007"
- - - "20" - - - - - - - - - - -
- - - - - - -
.
"08490-0009"
- - - "20" - - - - - - - - - - -
- - - - - - -

using the following program :

input from "clnrloc.in" no-echo.
repeat:
{gprun.i ""ppptmt01.p""}
input close.
output close.

It works fine but on the last record its asks to "Press space bar to continue.... " and after even if I press "F4" it doesn't exit, and I have to do a CTRL-C.

Any help in this regards is great appreciated.


Thanks,

Rama
 
Top