@@ -30,7 +30,7 @@ SCSQLOAD | MQ Load Library. Example: CSQ.V9R1M0.SCSQLOAD
3030SDSNLOAD | DB2 Load Library. Example: DB2.V9R1M0.SDSNLOAD
3131SDSNEXIT | DB2 Exit Library. Example: DBC0CFG.SDSNEXIT
3232SFELLOAD | Optional IDz Load Library. Example: FEL.V14R0M0.SFELLOAD
33- SBZUSAMP | Optional z/OS Dynamic Test Runner IDz zUnit / WAZI VTP library containing necessary copybooks. Example : FEL.V14R2.SBZUSAMP
33+ SEQASAMP | Optional IBM Debug Tool library containing necessary TAZ copybooks. Example : DEBUG.V16.SEQASAMP
3434EZETLOAD | Easytrieve Load Library. Example for IBM Migration Utility: SYS1.SFSYLOAD
3535
3636### build.properties
@@ -73,6 +73,13 @@ impactBuildOnBuildPropertyList | List of build property lists referencing which
7373documentDeleteRecords | Option determine if the build framework should document deletions of outputs in DBB Build Report. Default: false.
7474dbb.LinkEditScanner.excludeFilter | DBB configuration property used by the link edit scanner to exclude load module entries
7575
76+ ### GlobalOptions.properties
77+ General options that are reused by multiple language scripts
78+
79+ Property | Description
80+ --- | ---
81+ global_instreamDataTempAllocation | Default allocation options for in-stream DD statements
82+
7683### dependencyReport.properties
7784Properties used by the impact utilities to generate a report of external impacted files
7885
@@ -277,21 +284,21 @@ acbgen_outputDatasets | List of output datasets to document deletions ** Can be
277284acbgen_pgm | MVS program name of the acbgen pgm
278285acbgen_deployType | Deploy Type of build outputs
279286
280- ### ZunitConfig .properties
281- Build properties used by zAppBuild/language/ZunitConfig .groovy
287+ ### TazUnitTest .properties
288+ Build properties used by zAppBuild/language/TazUnitTest .groovy
282289
283290Property | Description
284291--- | ---
285- zunit_bzucfgPDS | Dataset to move BZUCFG files to from USS
286- zunit_bzureportPDS | Dataset where BZUCRPT files are stored
287- zunit_bzuplayPDS | Dataset to move zUnit Playback files to from USS
288- zunit_srcDatasets | Comma separated list of 'source' type data sets
289- zunit_srcOptions | BPXWDYN creation options for creating 'source' type data sets
290- zunit_loadDatasets | Comma separated list of 'load module' type data sets
291- zunit_loadOptions | BPXWDYN creation options for creating 'load module' type data sets
292- zunit_reportDatasets | Comma separated list of 'report' type data sets
293- zunit_reportOptions | BPXWDYN creation options for creating 'report' type data sets
294- zunit_dependenciesDatasetMapping | DBB property mapping to map dependencies to different target datasets
292+ tazunittest_bzucfgPDS | Dataset to move BZUCFG files to from USS
293+ tazunittest_bzureportPDS | Dataset where BZUCRPT files are stored
294+ tazunittest_bzuplayPDS | Dataset to move zUnit Playback files to from USS
295+ tazunittest_srcDatasets | Comma separated list of 'source' type data sets
296+ tazunittest_srcOptions | BPXWDYN creation options for creating 'source' type data sets
297+ tazunittest_loadDatasets | Comma separated list of 'load module' type data sets
298+ tazunittest_loadOptions | BPXWDYN creation options for creating 'load module' type data sets
299+ tazunittest_reportDatasets | Comma separated list of 'report' type data sets
300+ tazunittest_reportOptions | BPXWDYN creation options for creating 'report' type data sets
301+ tazunittest_dependenciesDatasetMapping | DBB property mapping to map dependencies to different target datasets
295302
296303### zCEE3.properties
297304Application properties used by zAppBuild/language/zCEE3.groovy
@@ -300,17 +307,16 @@ Property | Description
300307--- | ---
301308zcee3_shellEnvironment | Shell environment used to run the gradle command
302309zcee3_gradlePath | Path to gradle executable
303- zcee3_gradle_JAVA_OPTS | JAVA Options used with gradle
310+ zcee3_gradle_debug | Flag to indicate if debug option should be added
304311
305312### zCEE2.properties
306313Application properties used by zAppBuild/language/zCEE2.groovy
307314
308315Property | Description
309316--- | ---
310317zcee2_zconbtPath | Absolute path to zconbt executable on z/OS UNIX System Services
311- zcee2_JAVA_HOME | Java installation used by the zconbt utility
312- zcee2_inputType | Mapping of input files with types of files
313- zcee2_ARA_PackageArtifacts | Flag to indicate if artifacts produced for the ARA processing should be packaged
318+ zcee2_inputType | Mapping of input files with types of projects/files
319+ zcee2_ARA_packageArtifacts | Flag to indicate if artifacts produced for the ARA processing should be packaged
314320
315321### CRB.properties
316322Application properties used by zAppBuild/language/CRB.groovy
0 commit comments