It's all about the answers!

Ask a question

How can I control the SYSLIB entries for a z/OS dependency build? one maclib is missing, and one duplicated


Janet Masters (17814) | asked Sep 18 '15, 2:55 p.m.
edited Sep 24 '15, 2:01 p.m. by Chris McGee (50511117)
How can I control the SYSLIB entries for a z/OS dependency build?  one maclib is missing, and one duplicated.
The BASE maclib is specified in the translator for SYSLIB, but the log for the build shows two copies of the REL maclib, and no copy of the BASE maclib.  The BASE maclib is not in the buildableFiles.xml or the macrodefs.xml, but does appear in the buildComponents.xml.
 
We are using RTC 5.0.2 and RDz 9.0.1.2.

2 answers



permanent link
Janet Masters (17814) | answered Oct 29 '15, 10:31 a.m.
I found a mismatch between the data set definition and the translator.  The name used at the top of the data set definition and used in the translator did not match the actual data set location specified within the data set definition. 

permanent link
Alex Akilov (1211724) | answered Sep 30 '15, 12:36 p.m.
 Janet,

Here's my understanding of this:

buildableFiles.xml contains source members under source control that marked as needing to be rebuilt based on the dependency analysis that was performed.
macrodefs.xml is an ant macro file which is effectively a translation of the language definitions and translators into ant syntax.  Since language definitions and translators are directives on how to build source members there should be no list of members to be built in this file.
buildComponents.xml lists which system definitions (e.g. language definitions, translators, data set definitions) were included in the build.  

Since the SYSLIB is a DD concatenation within a translator, I would expect to see what its value is in macrodefs.xml as a parameter in an <antz:concat dd="SYSLIB"... /> element.  I would not expect to see it in buildComponents.xml unless you created a system definition with SYSLIB as the name.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.