Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dennis-behm opened this issue Mar 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dennis-behm
Copy link
Member

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.

impactUtils.saveStaticLinkDependencies(buildFile, props.linkedit_loadPDS, logicalFile)

@dennis-behm
Copy link
Member Author

Delivered via zAppBuild Release 3.2.0 (#354)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant