First, you should use [email protected], not the newsgroup to reach
a wider audience.
I haven't done this on CICS, but I see from the doc that it's doable. I'd
look to see if SYS1.SIEALNKE is in your link list and if so, does it contain
GSKSSL? The error just looks as if the program couldn't find the DLL. You
can add it the the CICS STEPLIB if you don't have an easy way to add it to
link list.
-- forwarded message --
I wrote a loadmodule (e.g. SENDEM) in C which can send unencryptet emails i=
n OMVS, Batch Environment and CICS Environment. Now I got the task to modif=
y this module using TLS 1.2. I included the GSK library by setting
GSKDIR =3D /usr/lpp/gskssl
GSKINC =3D /usr/lpp/gskssl/include
GSKLIB =3D $(GSKDIR)/lib/GSKSSL.x $(GSKDIR)/lib/GSKCMS31.x
in my Makefile. This compiles SENDEM without errors( POSIX(ON) is set). In =
OMVS this works fine. In CICS Environment I got stuck with the error
=20
A CICS abend 4038 occurred in module CEEPLPKA at offset X'CC46A'. =
=20
=
=20
The abend occurred after executing machine instruction 0DEF (BRANCH AND SAV=
E)
in module ... program =C2=A7ST00016 at offset X'E1A'. =
=20
=
=20
NOTE: Source code information for program =C2=A7ST00016 could not be presen=
ted =20
because no compiler listing or side-file data sets were provided. The=
=20
source line # from the GONUMBER option is 67 for offset X'E1A'. =
=20
=
=20
Important messages: =
=20
=
=20
CEE3501S The module GSKSSL was not found. =
=20
=20
I don't know how I can fix this. Has anybody experiences using GSKSSL in CI=
CS ?
Any hints appreciated.
-- end of forwarded message --
--
Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive
[email protected] (919) 531-5637 Cary, NC 27513
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN