How to use the CIM Load using option 36.15.1 and 36.15.2

Hello All,
i am trying the CIM load through this option.But record is not created.
I followed this steps.
Cim for Product structure Maintainace (13.1) program name bmmamt.p


Cim File format
@@BATCHLOAD bmmamt.p
"Test"
"Test Bom" "ea" -
.
@@END

after this I used option 36.15.1 for CIM Data load. this program genrate the GroupID and After this I used 36.15.2 option for CIM Data load processor with Generated Group ID.

Output shows:

Batch Data Load Starting 17/02/09 09:53:24
Batch Data Load Complete 17/02/09 09:53:24
Groups Processed 1 Database Errors 0 Program Warnings 0 Program Errors 0

End of Report


Report Criteria: Report Submitted By: ss
Group ID: 51 To: 51
Pause Seconds Before Repeat: 300
Input File Name: Output: window
But record is not created.
How i can use this option for CIM loading.
Please Help Me.
 
Alternate to CIM

Instead of using CIM, I create my own file and read that file and then run the mfg/pro program
we are using eb2.1 sp5 ( GUI version ).

I was trying to create a file for 3.4.1 - Transfer Single Item ( iclotr02.p)
I need the actual PUt stream structure .
my Program is as floows :

output stream to c:\xxtest.prn.


for each ld_det no-lock where .......
put stream """" ld_part skip
put stream
....
input from c:\xxtest.prn
run \\....\..\iclotr02.p
end.


Thanks everyone for your input/advice .
 
Back
Top