Sample code to do cim load in QAD/MFGPRO
{mfdeclre.i}
OUTPUT TO "/home/hu/maggonm/rscupcimout.txt" .
INPUT FROM "/home/hu/maggonm/rscup.cim" .
{gprun.i ""rscup.p""}
INPUT CLOSE .
OUTPUT CLOSE.
Where
"rscup.cim" is the cim file which you want to load.
"rscup.p" is the program in which you are doing cim load.
"rscupcimout.txt" is the output file which shows the screen shot of the screens while doing cim load.
Comments