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

Sample Easytrieve language script #154

Merged
merged 20 commits into from
May 22, 2024

Conversation

dennis-behm
Copy link
Member

@dennis-behm dennis-behm commented Nov 24, 2021

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

@dennis-behm dennis-behm marked this pull request as draft March 28, 2022 08:44
@@ -125,5 +125,13 @@ testcasePgmRule = {"category": "PROGRAMDEPENDENCY", \
] \
}

# Rule to locate Easytrieve mactos
Copy link
Contributor

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

Copy link
Member Author

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.

dennis-behm and others added 17 commits May 23, 2022 07:43
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
zAppBuild 3.7.0 version file update
# Conflicts:
#	build-conf/build.properties
#	build-conf/datasets.properties
#	samples/application-conf/README.md
#	samples/application-conf/application.properties
Signed-off-by: Dennis Behm <dennis.behm@de.ibm.com>
Signed-off-by: Dennis Behm <dennis.behm@de.ibm.com>
@dennis-behm dennis-behm marked this pull request as ready for review May 22, 2024 13:17
@dennis-behm dennis-behm requested a review from M-DLB May 22, 2024 13:17
Signed-off-by: Dennis Behm <dennis.behm@de.ibm.com>
Copy link
Collaborator

@M-DLB M-DLB left a 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!

@dennis-behm dennis-behm merged commit a2c69f9 into IBM:develop May 22, 2024
1 check failed
@dennis-behm dennis-behm deleted the easytrieveLanguageScript branch May 22, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants