Which SYSLIB definition is used when loading zFiles from RTC via Load Files to z/OS?
Hi,
I am using IDz 14.0 with RTC 6.0.4.
I have created the zComponent project and all applicable z/OS Enterprise Extensions (Dataset Definitions, Language Definitions, Translators).
I am now looking at using the Load Files to z/OS option from the RTC Load Sandbox menu. However, I am experiencing the following behavior regarding searching of Copybook libs:
If I open a program from either the z/OS MVS subproject, or from the Remote Systems Explorer, IDz does not find the copybook libraries being referenced, even after setting the Property Group which the correct SYSLIB definition.
If I also run a Remote Syntax Check on this program, the JCL job abends with a NULLFILE error for the SYSLIB.
IEC141I 013-64,IFG0196J,ABSR731Y,COBOL,SYSLIB,,,
Looking at the JCL that was generated, it does not contain the SYSLIB definition:
//ABSR731Y JOB NOTIFY=ABSR731, J0057300
However, if I log out of RTC, and then open the program, then it finds the copybooks and the Remote Syntax Check works.
The generated JCL for the Remote Syntax Check does contain the correct SYSLIB concatenation:
//ABSR731Y JOB NOTIFY=ABSR731, J0058640I am aware that the behavior of certain IDz functionality changes when using Load to z/OS (such as Remote Syntax Check). However, I have assumed that it would now use the Translator to populate the SYSLIB instead of the Property Group. The translator does have the same SYSLIB defined as the Property Group.
Is my assumption correct? Or am I missing something?
Thank you,
Sudheer
|
One answer
For anyone who may be interested, this was identified as a defect by IBM Support.
See Work Item 460890.
We were provided a Test Fix which resolved this issue, but we then ran into another issue with IDz this time. We have another PMR opened for this.
Regards,
Sudheer
|
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.
Comments
Hi,