Thanks let me revisit my code 

> On Jan 13, 2025, at 5:17 AM, Rob Scott 
> <00000618c90e6fdf-dmarc-requ...@listserv.ua.edu> wrote:
> 
> No - you do not have to loop within MIPR either.
> 
> It will be driven for each and every module and you will get a fresh 
> MODI_HEADER for each one.
> 
> One CSVINFO request results in MULTIPLE invocations of your MIPR routine.
> 
> Rob Scott
> Rocket Software
> 
> ________________________________
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
> Joseph Reichman <000005812645a43c-dmarc-requ...@listserv.ua.edu>
> Sent: 13 January 2025 10:08 AM
> To: IBM-MAIN@LISTSERV.UA.EDU <IBM-MAIN@LISTSERV.UA.EDU>
> Subject: Re: CSVINFO/MIPR logic
> 
> EXTERNAL EMAIL
> 
> 
> 
> 
> Rob
> 
> Then In that case I would have to loop within
> The MIPR exit
> 
> The way I understood it there is only ONE
> 
> CSVMODI and associated structures per invocation of the MIPR exit
> 
> Thanks
> 
>> On Jan 13, 2025, at 4:59 AM, Rob Scott 
>> <00000618c90e6fdf-dmarc-requ...@listserv.ua.edu> wrote:
>> 
>> I think you misunderstood me.
>> 
>> A single invocation of CSVINFO will drive your MIPR for each and every 
>> module for the function you requested.
>> 
>> You do not need to loop.
>> 
>> Rob Scott
>> Rocket Software
>> 
>> ________________________________
>> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
>> Joseph Reichman <000005812645a43c-dmarc-requ...@listserv.ua.edu>
>> Sent: 13 January 2025 9:47 AM
>> To: IBM-MAIN@LISTSERV.UA.EDU <IBM-MAIN@LISTSERV.UA.EDU>
>> Subject: Re: CSVINFO/MIPR logic
>> 
>> EXTERNAL EMAIL
>> 
>> 
>> 
>> 
>> 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 
>>>> <00000618c90e6fdf-dmarc-requ...@listserv.ua.edu> 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 <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
>>> Joseph Reichman <000005812645a43c-dmarc-requ...@listserv.ua.edu>
>>> Sent: 13 January 2025 2:49 AM
>>> To: IBM-MAIN@LISTSERV.UA.EDU <IBM-MAIN@LISTSERV.UA.EDU>
>>> 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 lists...@listserv.ua.edu 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>> 
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to