On Sat, Jun 29, 2013 at 11:33 AM, Steve Comstock
<[email protected]>wrote:

> On 6/29/2013 12:27 PM, Sam Siegel wrote:
>
>> Hello - my process creates several TCBs.  Each TCB establishes its own LE
>> enclave using CEEPIPI.  As part of the LE runtime options used in testing,
>> RPTSTG(ON) is used. As each task ends, the storage report is printed.
>>
>> The storage report title for each task is "Options Report for Enclave
>> CEEPIPI 06/29/13 9:18:44 AM"  Only the time stamp differs.  I would like
>> to
>> set the name differently for each task.
>>
>> The LE Vendor interfaces manual (SA22-7568) describe an interface to
>> customize the "program name" listed in the report header.  The interface
>> is
>> called "CEEBSENM — Set the Enclave Name" and is described in chapter 4.
>>
>> The usage notes indicate that this interface can only be called during the
>> "enclave create event".
>>
>> It is not clear (to me anyways):
>> 1) when the enclave create event occurs;
>> 2) how the enclave create event can be intercepted to invoke the CEEBSENM
>> interface.
>>
>> Chapter 16 discusses various events that can occur.  To handle these
>> events, you must implement an event handler (CEEV003 for c/c++).  This
>> seems complex and unneeded to just set the report name.
>>
>> I'm sure I've missed something in the doc or I'm just looking in the wrong
>> manual.
>>
>> Any pointer on how to use CEEBSENM would be appreciated.
>>
>> Sam
>>
>
> Check out CEE3RPH; this sets the header of a storage report.
> Not quite clear where to invoke this in your case, but I'm
> sure you can figure that out.
>

Steve - Thanks.  CEE3RPH added a line to the storage report with my text
string.

Options Report for Enclave CEEPIPI 06/29/13 10:10:12 AM
PARRC

Slightly different than what I was trying to do, but meets the requirement
100% and was very easy to implement.
Thanks,
Sam

>
> "Using LE Services in z/OS" - 3 days
>
>   http://www.trainersfriend.com/**Language_Environment_courses/**
> m512descr.htm<http://www.trainersfriend.com/Language_Environment_courses/m512descr.htm>
>
>
>
> --
>
> Kind regards,
>
> -Steve Comstock
> The Trainer's Friend, Inc.
>
> 303-355-2752
> http://www.trainersfriend.com
>
> * To get a good Return on your Investment, first make an investment!
>   + Training your people is an excellent investment
>
> * Try our tool for calculating your Return On Investment
>     for training dollars at
>   
> http://www.trainersfriend.com/**ROI/roi.html<http://www.trainersfriend.com/ROI/roi.html>
>
> ------------------------------**------------------------------**----------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to