IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
41 stars 141 forks source link

Assembler.groovy enhancement request to add SYSTERM DD and additional SYSIN #358

Open rsjrny opened 1 year ago

rsjrny commented 1 year ago

For Assembler.groovy to work in my environment I have had to make the following modifications. I think these will fit nicely into the zappbuild application

We use SYSTERM linkedit parm and would like it to optionally print along with the other printlin (stdout) output at execution time.

also, We concatenate SYSIN files ahead of the member being assembled. this can be 1 - x lib(members). An assembler_PreSYSIN list would be useful assembler_PreSYSIN=lib.one.sysin,lib.two.sysin,lib.three.sysin. if this parm is not null these would be concatenated in order ahead of the SYSIN member