showSCAImport command

Use the showSCAImport command to display the attributes of a Service Component Architecture (SCA) module import.

Required parameters

-moduleName moduleName
SCA module name.
-import importName
SCA module import name.

Optional parameters

-applicationName applicationName
The name of the application associated with the SCA module. Providing an applicationName improves performance.

Example

To list the attributes of an SCA import named MyImport in a module named MyModule in application myApplication for use in another script:

  • Jython example:
    AdminTask.showSCAImport('-moduleName MyModule 
    -applicationName MyApplication -import MyImport')
    Tip: Add the jython print statement before the command when you want to see formatted output.
  • Jacl example:
    $AdminTask showSCAImport {-moduleName MyModule 
    -applicationName MyApplication -import MyImport}