CIMload thru Message "Is all Information Correct"

donaldhl

New Member
I am trying to CIMload 15.8 Formula Copy and after the output field [with next of enter] there appears a dialog box that is titled "Is all Information Correct" with Yes and No Boxes. How would I set up the CIMLoad to say Yes
 
Hi Donald,

try the following CIM format: :)

PUT UNFORMATTED
"Source Formula" SPACE /*give valid value*/
"Copy to Formula" SKIP /*give valid value*/
"Dest Desc" SKIP /*give valid value*/
"-" SKIP /*Is all Information Correct = yes*/
"." SKIP .
 
Back
Top