That’s what I am doing I have a loop Invoking CSVINFO
However if I have modulea,moduleb and modulec loaded My MIPR only presents modulea on each invocation Thanks > On Jan 13, 2025, at 4:20 AM, Rob Scott > <[email protected]> wrote: > > Your MIPR routine will be driven for each module for a SINGLE invocation of > CSVINFO from your mainline code. > > If you want to process a subset of module names, then your mainline should > pass (via the USERDATA parameter) a structure that contains the subset list. > > Perhaps CSVQUERY would be an alternative method for you to consider. > > Rob Scott > Rocket Software > > ________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf of > Joseph Reichman <[email protected]> > Sent: 13 January 2025 2:49 AM > To: [email protected] <[email protected]> > Subject: CSVINFO/MIPR logic > > EXTERNAL EMAIL > > > > > > Hi > > I am looking for the load address for 3 modules > > > I code the CSVINFO pass as a parameter the module I'm looking for it returns > the information since there are two more modules I am looking for I call the > CSVINFO calling the MIPR hoping it will get the next loaded module > > However it (MIPR exit) presents the same load module > > How do I get the MIPR exit to present the next module in the JPA > > Thanks > > > ---------------------------------------------------------------------- > 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 > Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - > http://www.rocketsoftware.com/manage-your-email-preferences > 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
