Some quick additional notes. Taken from Language Environment Programming Guide SA22-7561 and z/OS Language Environment Vendor Interfaces SA22-7568 (manual numbers may change depending on the release)
CEEBINT - Since CEEBINT is called directly by Language Environment and not the application, a non-XPLINK CEEBINT can be statically bound in the same program object with an XPLINK application. When CEEBINT is invoked, the runtime environment is fully operational and all Language Environment-conforming HLLs are supported. Language Environment provides CEEBINT for enclave initialization. You can code CEEBINT in non-XPLINK C and C++, Fortran, PL/I, or Language Environment-conforming assembler. You cannot code CEEBINT as an XPLINK application. CEEBINT is not invoked for an XPLINK application. COBOL programs can use CEEBINT, but CEEBINT cannot be written in COBOL or be used to call COBOL programs. CEEEVPRF - The profile event handler is loadable by Language Environment with the name CEEEVPRF. The profiler event handler is loaded and initialized if the PROFILE run-time option is in effect and the TEST run-time option is not specified. Language Environment provides support for performance analysis, or profiler tools. You can use a profiler tool to determine the performance level of an application; for example, trace data from a profiler tool can reveal the areas of an application that require the most processing time. The C/C++ Performance Analyzer is available with the IBM® C/C++ Productivity Tools for z/OS® product. Use the Performance Analyzer to help analyze, understand, and tune your C and C++ applications for improved performance. I did a quick search on my system and it looks like only stub modules are shipped. I did not find any sample source code. So it looks like this is a code your own process. For CEEBINT - what language are you looking to use? What function do you want the CEEEVPRF to do for your process? Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Lizette Koehler > Sent: Sunday, March 15, 2015 3:41 PM > To: [email protected] > Subject: Re: CEEEVPRF & CEEBINT source code > > What language(s) are you using? > Do you currently have an abend you are working on? > What is the intent of getting code for CEEEVPRF and CEEBINT? > > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:IBM- > [email protected]] > > On Behalf Of Zion Botzer > > Sent: Sunday, March 15, 2015 1:04 PM > > To: [email protected] > > Subject: CEEEVPRF & CEEBINT source code > > > > Hello, a software house I'm consulting for is looking for a code of > > CEEEVPRF & CEEBINT exits for their developing purposes. I'll will > > appreciate any kind of help with that. > > -ZB ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
