-
Notifications
You must be signed in to change notification settings - Fork 143
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
Sample Easytrieve language script #154
Sample Easytrieve language script #154
Conversation
@@ -125,5 +125,13 @@ testcasePgmRule = {"category": "PROGRAMDEPENDENCY", \ | |||
] \ | |||
} | |||
|
|||
# Rule to locate Easytrieve mactos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo. should be macros instead of mactos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @BeckerFrank I have migrated my fork to support the new way of the copySourceFiles and have fixed this typo as well.
Conflicts: build-conf/build.properties samples/application-conf/README.md samples/application-conf/application.properties
Merge develop into main for zAppBuild 3.0.0 release
Release zAppBuild 3.0.1
Release zAppBuild 3.1.0
Release zAppBuild 3.2.0
Release zAppBuild 3.3.0
Release zAppBuild 3.4.0
Release zAppBuild 3.5.0
Release zAppBuild 3.6.0
Release zAppBuild 3.7.0
zAppBuild 3.7.0 version file update
Release zAppBuild 3.8.0
# Conflicts: # build-conf/build.properties # build-conf/datasets.properties # samples/application-conf/README.md # samples/application-conf/application.properties
Signed-off-by: Dennis Behm <[email protected]>
Signed-off-by: Dennis Behm <[email protected]>
Signed-off-by: Dennis Behm <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @dennis-behm
Great addition to zAppBuild!
The DBB scanners are able to scan Easytrieve source code to capture its' dependencies to the Easytrieve macros. (starting DBB 1.1.0 PTF2)
This sample was developed based on this sample JCL provided by the IBM Migration Utility to compile and link an Easytrieve source code:
https://www.ibm.com/docs/en/mufz/5.1?topic=jcl-jcmucl2jtwo-step-translate-link-without-proc
With little modification, it should also be able to process Easytrieve scripts.
See also #112