Error in CIM load

adrian.perez

New Member
Hello everyone,
i'm having problems doing a CIM load ( i think that's how it's called ) in the 27.6.4 program. I'm attaching the file generated that i'm trying to load. The command i execute to make the CIM load is:

input from value(file_cim).
output to value(file_log).

batchrun=TRUE.
{gprun.i ""arpamt.p""}
batchrun=FALSE.

output close.
input close.

This doesn't generate any errors, but does not make the load.

Thanks for any clue on how to solve this !!!
 

Attachments

  • 27-6-4.txt
    115 bytes · Views: 27

adrian.perez

New Member
It's missing a "-" at the beginning but it works !!!
Thank you very much Kishor !!!

The final file is like this:
-
-
-
"88888888"
"CLP"
-
- 09/10/08 09/10/08 "B1" "PV000081.BO001040"
- - - - - - -
No
"BO001040"
-
- -
.
.
-
.

Thanks again !!
 
Adrian you have batch, control & check nbr, Is 88888888 check nbr or customer.

The last '-" saved the record.

You are welcome.. Kishor "CIM Specialist" Chari.
 
Top