@@ -30,7 +30,7 @@ SCSQLOAD | MQ Load Library. Example: CSQ.V9R1M0.SCSQLOAD
30
30
SDSNLOAD | DB2 Load Library. Example: DB2.V9R1M0.SDSNLOAD
31
31
SDSNEXIT | DB2 Exit Library. Example: DBC0CFG.SDSNEXIT
32
32
SFELLOAD | 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
34
34
EZETLOAD | Easytrieve Load Library. Example for IBM Migration Utility: SYS1.SFSYLOAD
35
35
36
36
### build.properties
@@ -73,6 +73,13 @@ impactBuildOnBuildPropertyList | List of build property lists referencing which
73
73
documentDeleteRecords | Option determine if the build framework should document deletions of outputs in DBB Build Report. Default: false.
74
74
dbb.LinkEditScanner.excludeFilter | DBB configuration property used by the link edit scanner to exclude load module entries
75
75
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
+
76
83
### dependencyReport.properties
77
84
Properties used by the impact utilities to generate a report of external impacted files
78
85
@@ -277,21 +284,21 @@ acbgen_outputDatasets | List of output datasets to document deletions ** Can be
277
284
acbgen_pgm | MVS program name of the acbgen pgm
278
285
acbgen_deployType | Deploy Type of build outputs
279
286
280
- ### ZunitConfig .properties
281
- Build properties used by zAppBuild/language/ZunitConfig .groovy
287
+ ### TazUnitTest .properties
288
+ Build properties used by zAppBuild/language/TazUnitTest .groovy
282
289
283
290
Property | Description
284
291
--- | ---
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
295
302
296
303
### zCEE3.properties
297
304
Application properties used by zAppBuild/language/zCEE3.groovy
@@ -300,17 +307,16 @@ Property | Description
300
307
--- | ---
301
308
zcee3_shellEnvironment | Shell environment used to run the gradle command
302
309
zcee3_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
304
311
305
312
### zCEE2.properties
306
313
Application properties used by zAppBuild/language/zCEE2.groovy
307
314
308
315
Property | Description
309
316
--- | ---
310
317
zcee2_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
314
320
315
321
### CRB.properties
316
322
Application properties used by zAppBuild/language/CRB.groovy
0 commit comments