"For an inplace table reorg, if a clustering index is defined on the table and an index is specified, it must be clustering index. If the inplace option is not specified, any index specified will be used. If you do not specify the name of an index, the records are reorganized without regard to order. If the table has a clustering index defined, however, and no index is specified, then the clustering index is used to cluster the table. You cannot specify an index if you are reorganizing an MDC table."
Generally speaking, if you defined a clustering index, then that is the order you want to rows after a reorg and during insert operations, so I don't know why you would need to specify an index in the reorg statement if you have already defined a clustering index.