I would advise going back and reviewing the responses from your SETPROG command(s).
If the SETPROG was successful, the SDSF DYNX panel will show non-zero entries for ModEpa, LoadPt and Modlen. If you have a test system, re-IPL it and try everything from scratch and double-check each stage. If you are writing a piece of software to use CSVLLIX1/CSVFETCH data, then I would expect the software to use CSVDYNEX services to define and install dynamic exits. Using these services gives you programmatic control over the return and reason codes issued and then to diagnose problems and issue your own trace records, logs and error messages. The return and reason codes from the CSVDYNEX services are very well documented inside the macro itself - there is also a CSVEXRET copybook for their names. Rob Scott Rocket Software ________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Joseph Reichman <[email protected]> Sent: Monday, September 08, 2025 3:47 PM To: [email protected] <[email protected]> Subject: Re: basic CSVLLIX1 exit EXTERNAL EMAIL The display LLA shows the lnklst datasets and CSVLLIX1 and 2 on HOWEVER the sdsf DNYX shows the modepa loadpt as zeros type installation This does shed some light on the problem I did the setprog so wondering why it doesn’t show up Should I define the exit thru the protect Thanks > On Sep 8, 2025, at 8:48 AM, Rob Scott > <[email protected]> wrote: > > What does the response to the operator command "D LLA" and the SDSF "DYNX" > panel show? > > Rob Scott > Rocket Software > ________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf of > Joseph Reichman <[email protected]> > Sent: 08 September 2025 12:39 PM > To: [email protected] <[email protected]> > Subject: Re: basic CSVLLIX1 exit > > EXTERNAL EMAIL > > > > > Rob > > Does a setprog count as well ? > > Because on the setprog > > SETPROG EXIT,ADD,EXITNAME=CSVLLIX1,MODNAME=MYLLIX1,DSNAME=MY.LOADLIB > > I put in a wto in MYLLIX1 > > I do a submit on program TESTPRGO with steplib JOER.TEST.AUTHLIB > > Shouldn’t my wto show up in this case > Based what is in my CSVLLAxx I specified that what is in my CSVLLAxx in my > orignal post > > Thanks > >> On Sep 8, 2025, at 7:28 AM, Rob Scott >> <[email protected]> wrote: >> >> If LLA is controlling your loadlib and a program fetch occurs, then an >> installation CSVLLIX1 will be driven as long as : >> >> (o) LLA is active >> (o) EXIT1(ON) is specified in your CSVLLAxx member and is in effect >> (o) The installation CSVLLIX1 has been correctly defined and activated by >> PROGxx or by using the correct sequence of CSVDYNEX callable services. >> >> Rob Scott >> Rocket Software >> >> >> ________________________________ >> From: IBM Mainframe Discussion List <[email protected]> on behalf of >> Joseph Reichman <[email protected]> >> Sent: Monday, September 08, 2025 2:29 AM >> To: [email protected] <[email protected]> >> Subject: basic CSVLLIX1 exit >> >> EXTERNAL EMAIL >> >> >> >> >> >> Hi >> >> I am still struggling trying to invoke CSVLLIX1 >> >> I re-read Rob Scott email >> >> I know there is connection between LLA and VLF >> >> However in order to simplify things >> >> If I have a parmlib member >> >> LIBRARIES(JOER.TEST.AUTHLIB) >> MEMBERS(TESTPRGO) named CSVLLA00 >> >> And do a SETPROG >> LLA,ADD,EXITNAME=CSVLLIX1,MODNAME=JOELLIX1,DSNAME=JOER.TEST.AUTHLIB >> >> Then do a submit with EXEC PGM=TESTPROGO >> STEPLIB DD DSN=JOER.TEST.AUTHLIB >> >> Will CSVLLIX1 get invoked >> >> I am thinking I'm missing something and it shouldn't be this complicated >> >> Thsnk you >> >> >> >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> >> >> ================================ >> Rocket Software, Inc. and subsidiaries ? 77 Fourth Avenue, Waltham MA 02451 >> ? Main Office Toll Free Number: +1 855.577.4323 >> Contact Customer Support: >> https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport<https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport><https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport<https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport>> >> Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - >> http://www.rocketsoftware.com/manage-your-email-preferences<http://www.rocketsoftware.com/manage-your-email-preferences><http://www.rocketsoftware.com/manage-your-email-preferences<http://www.rocketsoftware.com/manage-your-email-preferences>> >> Privacy Policy - >> http://www.rocketsoftware.com/company/legal/privacy-policy<http://www.rocketsoftware.com/company/legal/privacy-policy><http://www.rocketsoftware.com/company/legal/privacy-policy<http://www.rocketsoftware.com/company/legal/privacy-policy>> >> ================================ >> >> This communication and any attachments may contain confidential information >> of Rocket Software, Inc. All unauthorized use, disclosure or distribution is >> prohibited. If you are not the intended recipient, please notify Rocket >> Software immediately and destroy all copies of this communication. Thank you. >> >> ---------------------------------------------------------------------- >> 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 > > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
