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

Question: how to specify different DCB specs for transfer.groovy #327

Closed rsjrny closed 1 year ago

rsjrny commented 1 year ago

I have a situation where I need to transfer files that are different DCB; lrecl 80 and lrecl 255

copybooks are 80 lrecl sample members are 255 lrecl

I do not see in the transfer or files properties where I can specify different lrecl values

I may be missing it so your assistance is greatly appreciated.

rsjrny commented 1 year ago

I believe issue #251 addresses my concern.

dennis-behm commented 1 year ago

@rsjrny I have not yet created the PR for it, but the implementation of the enhancement is here.

I am missing the documentation of it, so no PR (yet).

Does that address your concern?