For dynamic viewing, you can use the following:
cleartool mktag -view -replace -tag <new view name> -host <Server host> \ -gpath <Global path> <Global path>
Where Server host and Global path can be obtained from output
cleartool lsview -l <view name to be renamed>
Then you remove the renamed view tag ( old view name ) through
cleartool rmtag -view <old view name>
source share