> > 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.
> > 
> > First, you should use IBM-MAIN@LISTSERV.UA.EDU, 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.
> > 
> > -- 
> > Don Poitras - SAS Development  -  SAS Institute Inc. - SAS Campus Drive
> > sas...@sas.com           (919) 531-5637                Cary, NC 27513
>
> After I requested to link SYS1.SIEALNKE to the CICS Step lib I get the same 
> error message. 
> I guess it has something to do with accessing OMVS from CICS. The library is 
> given in the path /usr/lpp/gskssl/lib. The existence should be not the 
> problem. But which parameter are responsible for the access ?
> Compiling, linking and execution directly under OMVS makes no problem though.

Did SYS1.SIEALNKE contain GSKSSL? CICS is going to expect the DLL to come from 
a 
PDS. Your program running under OMVS must have LIBPATH including the library on
HFS. It's the same DLL, just in two different spots. If you can't figure it out,
just open a ticket with IBM.

-- 
Don Poitras - SAS Development  -  SAS Institute Inc. - SAS Campus Drive
sas...@sas.com           (919) 531-5637                Cary, NC 27513

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to