Peter

I am doing this at work not on my Zpdt machine

Seymour gave me a test case

Following code

XR R2,R2

OPEN ((R2))

The module name is obtain from CSVQUERY

Thanks




On Wed, Dec 17, 2025 at 8:42 AM Peter Relson <
[email protected]> wrote:

> The CSVQUERY service itself is module CSVQSER which is in LPA. If that
> module abended (or program-checked), it would be in LPA. But if that module
> called something and that something was in the nucleus and that is what
> actually abended (or program-checked), then it would be proper that error
> would be reported as within the nucleus.
>
> The right way to do this is to create your own LPA module so that you can
> control what it does (including abend or program check as you need).
> CSVDYLPA can be used to accomplish that quite easily.So create your LPA
> module, call it so that it does what you want, and check the results.There
> is no need to rely on an "IBM service".
>
> Peter Relson
>
> ----------------------------------------------------------------------
> 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