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
40 stars 140 forks source link

Cobol.groovy is using the wrong output dataset definition for scanning the load module #332

Closed dennis-behm closed 12 months ago

dennis-behm commented 1 year ago

When scanning the output module - instead of props.linkedit_loadPDS this needs to be props.linkedit_cobolPDS.

So far this was no problem, because both dataset definitions were using the same last level qualifier.

https://github.com/IBM/dbb-zappbuild/blob/5a649f0a591625be0bfe39dd880ef1d43ba8272f/languages/Cobol.groovy#L106

dennis-behm commented 12 months ago

Delivered via zAppBuild Release 3.2.0 (#354)