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

MFS. groovy #346

Closed yamuna-tandra closed 10 months ago

yamuna-tandra commented 1 year ago

Hi,

We have been using ibmdbb code for one of our application. Where as in MaFS.groovy we are expecting TFORMAT pds to be copy into buildreport. Json which is not handling in existing code.

Could you please help us to get the requirement.

mfsPhase2.dd(new DDStatement().name("FORMAT").dsn(props.mfs_tformatPDS).options("shr").output(true).deployType(deployType)) // mfsPhase2.dd(new DDStatement().name("DUMMY").dsn("${props.PROCLIB}(FMTCPY)").options("shr")) mfsPhase2.dd(new DDStatement().name("TASKLIB").dsn(props.SDFSRESL

dennis-behm commented 1 year ago

Hi @yamuna-tandra,

I think, we would need to talk to an IMS expert for this. I don't know enough about the process. What I have seen in the past, is that the MFS maps generate not only a single output, which makes it impossible to understand the produced build outputs.

For instance, for TPHONE.mfs, I see two file being produced in the FORMAT dataset: image

How are the MFS maps processed in your current system? Are you processing them for each environment?

dennis-behm commented 10 months ago

Delivered via zAppBuild Release 3.5.0