Invoking CIM Load from an App?

t1rhino

New Member
Is there a way to invoke the CIM Load process from progress program?
I am trying to automate as much of the CIM load process as possible.

ie.
1. Progress program creates cim load file "file.txt". <- Done
2. The same program runs the "file.txt" through the CIM load process.

Thanks,
 

vinod_home

Member
yes you can. all you got to do is input from that file and import and then run the program that would use the CIM file

HTH

t1rhino said:
Is there a way to invoke the CIM Load process from progress program?
I am trying to automate as much of the CIM load process as possible.

ie.
1. Progress program creates cim load file "file.txt". <- Done
2. The same program runs the "file.txt" through the CIM load process.

Thanks,
 

vinod_home

Member
after creating the CIM file.

--------------

input from < cim file >.

repeat:

run < program thats going to use the cim file >.

end.

input close.


--------------

HTH

t1rhino said:
Your response is a bit vague. Could you elaborate?
 

t1rhino

New Member
Okay, I think I understand what I need to do. Thanks.

vinod_home said:
after creating the CIM file.

--------------

input from < cim file >.

repeat:

run < program thats going to use the cim file >.

end.

input close.


--------------

HTH
 
Top