KT.IMPORTSC source.file.name {(O}
This command can be used to import an archive of Kourier components into the current account. If an item to be imported exists in the target file, a prompt will be displayed to allow the user to choose if the item should be overwritten (Y) or if all items in the target file should be overwritten (A). The following files are processed:
The build an archive you can use either the KT.IMPORTSC or KT.KOURIERSC commands.
Options
| source.file.name | Enter the name of the source archive file. | 
| (O | Include this option if all items in the source archive should overwrite all existing items. | 
In this example, all components in the archive TEMP_SC will be restored into the current account. Since the (O options was not specified, the user is asked to confirm that an existing item should be overwritten.
>KT.IMPORTSC TEMP_SC
Importing Kourier Specifications...
        KT_EXPORTS
            KT_INTEGRATION
            KT_INTEGRATION_TYPE
              Overwrite LOG_ERR_TYPE (Y,N=<cr>,A): N 
            
            KT_INTEGRATION_XREF
            KT_QUEUES
            KT_SERVICES
    
        KT_EXPORTS
           Items Read: 2 Items Written: 2 
        
        KT_INTEGRATION
           Items Read: 1 Items Written: 1 
        
        KT_INTEGRATION_TYPE
           Items Read: 1 Items Written: 0 
        
        KT_INTEGRATION_XREF
           Items Read: 4 Items Written: 4 
        
        KT_QUEUES
           Items Read: 4 Items Written: 4 
        
        KT_SERVICES
           Items Read: 9 Items Written: 9
Process complete at 16:57:48 12 MAR 2007
In this example, all components in the archive TEMP_SC will be restored into the current account. Since the (O options is specified, the user is NOT asked to confirm that the existing item should be overwritten.
>KT.IMPORTSC TEMP_SC (O
Importing Kourier Specifications...
        KT_EXPORTS
           Items Read: 2 Items Written: 2 
        
        KT_INTEGRATION
           Items Read: 1 Items Written: 1 
        
        KT_INTEGRATION_TYPE
           Items Read: 1 Items Written: 1 
        
        KT_INTEGRATION_XREF
           Items Read: 4 Items Written: 4 
        
        KT_QUEUES
           Items Read: 4 Items Written: 4 
        
        KT_SERVICES
           Items Read: 9 Items Written: 9
Process complete at 16:57:48 12 MAR 2007