-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding zUnit Support, these changes are paired with dbb v1.0.9 (#26)
* Adding zUnit Support, these changes are paired with dbb v1.0.9 This commit adds zUnit support and support for a custom scanner * Updating documention and cleaning up some of the zUnit work * Only run zUnit Tests when specified in the applications.properties * clean up after code review * removed debug println * adding runzTests as a cli arg * allowing for custom jobCards in zUnit * updating samples REAME.md for jobCard
- Loading branch information
1 parent
50ec6b8
commit a16fb38
Showing
17 changed files
with
488 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
zunit_bzucfgPDS=${hlq}.BZU.BZUCFG | ||
zunit_bzureportPDS=${hlq}.BZU.BZURPT | ||
zunit_bzuplayPDS=${hlq}.BZU.BZUPLAY | ||
|
||
# List the data sets that need to be created and their creation options | ||
zunit_srcDatasets=${zunit_bzucfgPDS} | ||
zunit_srcOptions=cyl space(1,1) lrecl(27998) dsorg(PO) recfm(V,B) dsntype(library) | ||
|
||
zunit_loadDatasets=${zunit_bzuplayPDS} | ||
zunit_loadOptions=cyl space(1,1) dsorg(PO) lrecl(256) recfm(F,B) blksize(32512) dsntype(library) | ||
|
||
zunit_reportDatasets=${zunit_bzureportPDS} | ||
zunit_reportOptions=tracks space(200,40) dsorg(PO) blksize(32760) lrecl(16383) recfm(v,b) dsntype(library) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.