sql://<db server instance name>/<datastore name>?folder=/<folder name>Where <db server instance name> may be of the form <machine name>, <machine name>/<instance name> or (dbinst). When (dbinst) is specified, the database server instance on which the region database resides is used. For example:
sql://(dbinst)/JES?folder=/JCLDEMOspecifies that the default data allocation folder for this region is the /JCLDEMO folder in the JES datastore (database) residing on the same database server instance as the region's database.
sql://<db server instance name>/<datastore name>/<catalog name>?folder=/<folder name>Where <db server instance name> may be of the form <machine name>, <machine name>/<instance name> or (dbinst). When (dbinst) is specified, the database server instance on which the region database resides is used. For example:
sql://(dbinst)/JES/catalog.dat?folder=/JCLDEMOspecifies that the catalog for this region is catalog.dat in the /JCLDEMO folder in the JES datastore (database) residing on the same database server instance as the region's database.
You must cold-start the region for the changes to take effect.