I would like to know if there is a command in cleartool to rebase a specific component and take out the other component that is not necessary? For instance, at ClearCase project, you have the option to rebase the baseline by component, and you also can remove the component you don't need by click on Remove button. Thus, once you remove it, the code for this component won't be there after you complete the rebase.
The command that I use to rebase a baseline is:
rebase -bas 'baseline code'
rebase -complete
However, this command above leaves the other components in my view. So, based on my screenshot, I would like to rebase the ZC DUAT_ZC, and delete the ZC_DATA (as I do when I push the Remove button) using command line. Any suggestion?