<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
It's been years since I compiled C programs on z, but CEE.SCEEBND2 is the C library dataset (for AMODE 64), so it looks like the message is simply saying that it's not cataloged. That would appear to be a site-specific installation issue with the C compiler.<br>
<br>
See for example this topic from the IBM docs:<br>
<br>
<a href="https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceeam00/cllexx.htm">https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceeam00/cllexx.htm</a><br>
<br>
in which the JCL includes a straightforward DD card for CEE.SCEEBND2. It appears IBM expects that in a normal installation of the C compiler, that dataset will be in the catalog.<br>
<br>
That said, the specific location of the SCEEBND2 dataset appears to be a convention. The text of that topic goes on to say: "The Language Environment resident routines are contained in the SCEEBND2 library; the data set name could be CEE.SCEEBND2. If you are
 unsure where SCEEBND2 has been installed at your location, contact your system administrator."<br>
<br>
So, I suggest contacting your system administrator and asking where SCEEBND2 is. Or you could try searching the catalog for it using the appropriate ISPF or TSO commands.<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> openssl-users <openssl-users-bounces@openssl.org> on behalf of K Lengauer <kevin.lengauer@adnovum.ch><br>
<b>Sent:</b> Monday, March 9, 2020 10:29<br>
<b>To:</b> openssl-users@openssl.org <openssl-users@openssl.org><br>
<b>Subject:</b> Re: Problems porting Openssl 1.1.1d to zos.</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Dear Patrick and co<br>
<br>
I am currently stuck during my build with the following error:<br>
<br>
IKJ56228I DATA SET CEE.SCEEBND2 NOT IN CATALOG OR CATALOG CAN NOT BE<br>
ACCESSED    <br>
FSUM3052 The data definition name SYSLIB cannot be resolved. The data set<br>
was not found. Ensure that data set name CEE.SCEEBND2 is specified<br>
correctly.<br>
<br>
It seems there is some binder error. Did you face this or a similar error as<br>
well?<br>
Sadly the zOS data sets are still a bit confusing to me and I am still going<br>
through the IBM documentation to get a better understanding.<br>
I was told by a colleague to try adding some "INCLUDE"s to include various<br>
CEE.SCEELIB(*) and setting SYSLIB="//CEE.SCEEBND2" but that did not work so<br>
far. <br>
How did you configure this with respect to OpenSSL? Or is this something<br>
specific to our system?<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://openssl.6102.n7.nabble.com/OpenSSL-User-f3.html">http://openssl.6102.n7.nabble.com/OpenSSL-User-f3.html</a><br>
</div>
</span></font></div>
</body>
</html>