I need more information of CIM techniques to automate data-i

Posted by LegacyUser on 29-Mar-2005 08:40

Hi,

Some of you know about where I can find information of CIM techniques to automate data-input.

Thank's

All Replies

Posted by LegacyUser on 26-Apr-2005 23:23

Dear All,

I want to write a CIM program to delete the record. Please send me site where i will get the information for same.

Posted by LegacyUser on 22-Aug-2005 01:48

Hi Milind,

I have no idea where to find the command, but this example is what I have.

/* prepare data for upload */

put stream cimout unformatted

'"' tmppt_part '"' skip /* part */

'-' /* ABC Class */

' -' /* Default value*/

' "' tmppt_site '"' /* site */

' "' tmppt_loc '"' /* location */

' -' /* default value */

' .' skip /* after data entry above, press F2, */

'.' skip. /* then press F2 again to next screen */

output stream cimout close .

/* then start upload */

ASSIGN batchrun = YES .

INPUT FROM VALUE(m_cim) NO-ECHO .

OUTPUT TO VALUE(m_cimout) APPEND .

INPUT CLOSE.

OUTPUT CLOSE.

.

Posted by LegacyUser on 22-Aug-2005 01:56

Hi Milind,

If can not find the way, another way is to use windows script to automate the system data entry. With this, we are able to press F5 to delete records.

By the way,

Please tell me if you managed to find the progress web site.

This thread is closed