Normally the indexspace is generated by the subsystem.
But you are able to override this by using the following syntax:
-- CREATE INDEX IDXNAME.IDXSPACE ON ...
Where IDXSPACE is a user Defined name with a maximum length of 8 characters.
Using the USING keyword in the DDL:
... USING STOGROUP SYSDEFLT ...
Will only tell the subsystem where to store the dataset, and what the dataset will be named. For your information, the dataset name is the fully qualified name of the indexspace, ea:
--- DBSBD.DSNDBD.SIEBP716.SRCO15ON.I0001.A001
where SRC=15ON is the actual indexspace name.
---
Regards
/Filip