The following are examples of how to autobind a program and generate multiple DBRM's:
XDB(dbrm=mydbrm1;mydbrm2 location=mvsprod;mvstest grant-execute=public collection-id=nasecoll;dbnats autobind)
XDB(collection-id=nasecoll authid=naseprod;nasetest autobind dbrm=testdbrm1;testdbrm2 exist-check=required )
When multiple directives are specified, they must be delimited by a semi-colon with no spaces in between. Commas and blanks are option delimiters and may cause the directive string to not be processed correctly.