25.5.1 - CIM Not Working

rpenridge

New Member
Hi All,

MFGPRO 85e, HP-UX machine.

I am trying to CIM to 25.5.1 - General Ledger Budget Maintenance. My CIM runs without any errors but upon going back to browse through it, no changes have been made.

:bawl1: Can anyone explain why this might be happening?

I have tried many combinations of code below, switching between put/export statements (it returns errors when I try and use export - why?), putting it all in a single statement vs multiple statements, etc. I have written several other CIM loads without any problems but this just doesn't want to work...

If anyone can get this to work can they please let me know!

The values I am trying to enter are:

put stream o_fip
"1000" space(1)
"bgt-test" space(1)
"4000" space(1)
"010" space(1)
"3000" space(1)
"0" space(1)
"-" space(1)
"2002" space(1)
skip.

put stream o_fip
"-" space(1)
"-" space(1)
"-" space(1)
"0" space(1)
"-" space(1)
"-" space(1)
"0" skip.

put stream o_fip
"no" space(1)
"no" space(1)
"10" .

put stream o_fip
"1" space(1)
"0" space(1)
"10" space(1)
"27/07/01" space(1)
"." skip.

Thanks
Rob
 
Top