Invoking CSVLLIX1

2014-08-01 Thread MichealButz
HI, I was under the assumption that the following would enable CSVLLIIX1 for a module 1) Defining the library and module in CSVLLA01 2) Starting LLA with the following syntax S LLA,SUB=MSTR,LLA=01 3) Defining with the exit with the following in my program

Re: Invoking CSVLLIX1

2014-01-02 Thread Walt Farrell
Why are you undefining and defining the exit point, Michael? You don't own it, and should not be messing around with its definition. Adding an exit module to the existing exit point is appropriate and expected, of course. But CSV is the component that owns the exit point, and CSV would be the

Re: Invoking CSVLLIX1

2014-01-02 Thread Peter Relson
An owner of an exit ROUTINE for someone else's exit does not DEFINE the exit. The user ADDs the exit routine to the exit that was defined by the owner of the exit. Undefining an exit that is owned by the system is simply wrong. Defining an exit that is owned by the system is similarly wrong.

Re: Invoking CSVLLIX1

2014-01-02 Thread Micheal Butz
Yes Sent from my iPhone On Jan 1, 2014, at 10:45 PM, Robert A. Rosenberg hal9...@panix.com wrote: At 22:14 -0500 on 01/01/2014, MichealButz wrote about Invoking CSVLLIX1: I have coded LIBRARIES with a MEMBER in CSVLLA00 of the module I would like to monitor I start LLA LLA=00

Re: Invoking CSVLLIX1

2014-01-02 Thread Micheal Butz
Okay that's a start thank you Sent from my iPhone On Jan 2, 2014, at 8:41 AM, Peter Relson rel...@us.ibm.com wrote: An owner of an exit ROUTINE for someone else's exit does not DEFINE the exit. The user ADDs the exit routine to the exit that was defined by the owner of the exit.

Re: Invoking CSVLLIX1

2014-01-02 Thread Scott Ford
...@panix.com wrote: At 22:14 -0500 on 01/01/2014, MichealButz wrote about Invoking CSVLLIX1: I have coded LIBRARIES with a MEMBER in CSVLLA00 of the module I would like to monitor I start LLA LLA=00 Then in a program I have the following CSVDSYNEX macro invocations However

Invoking CSVLLIX1

2014-01-01 Thread MichealButz
Hi, I have coded LIBRARIES with a MEMBER in CSVLLA00 of the module I would like to monitor I start LLA LLA=00 Then in a program I have the following CSVDSYNEX macro invocations However CSVLLIX1 never gets invoked * CSVDYNEX

Re: Invoking CSVLLIX1

2014-01-01 Thread Robert A. Rosenberg
At 22:14 -0500 on 01/01/2014, MichealButz wrote about Invoking CSVLLIX1: I have coded LIBRARIES with a MEMBER in CSVLLA00 of the module I would like to monitor I start LLA LLA=00 Then in a program I have the following CSVDSYNEX macro invocations However CSVLLIX1 never gets invoked [snip