Is it possible to use build properties in build data sets?
Accepted answer
A data set name is defined in a data set definition. Build properties cannot be used in a data set definition because data set definitions may be used for other than builds.
Solution for this case is to define two different data set definitions for "IBMCIT.CLIB" and "IBMCIP.CLIB". In the translator definitions, we specify a build property, say "cit.clib", then define the cit.clib in two build definitions. In the build definition for the test environment, cit.clib is defined as the data set definition for "IBMCIT.CLIB" and in the build definition for the production environment, cit.clib is defined as the data set definition for "IBMCIP.CLIB".