× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



OS version is 7.2.

I've a program that uses a registered condition handler that is a *SRVPGM.

There is a copybook that contains the data structures, prototypes and other variables that define the interaction between the failing program and the condition handler using IBM's CEEHDLR API.

Among the DS's is the PSDS and the Communication Area used for the condition handler. This was all developed according to IBM's examples many years ago.

The Communication Areas DS contains a pointer to the failing program's PSDS. It is defined as follows:

* Communication area *
*---------------------------------------------------------------
D CommArea DS NOOPT
D CA_pPsds * INZ(%ADDR(PGM_PSDS))

The DS to pass control to the registered handler includes the above DS:

* CEEHDLR Interface *
*------------------------------------------------------
D CEEHDLR PR
D pConHdlr * PROCPTR
D CommArea * CONST
D Feedback 12A OPTIONS(*OMIT)

The problems are that when the program is initialized, the pointer is supposed to have a value, it does not.

When the %addr() is obtained in the c-specs, it finds the correct address for the PSDS.

eval CA_pPsds = %ADDR(PGM_PSDS);

The impact is that as the condition handler accepts control from the failing program, the address is invalid and the condition handler cannot resolve the address, so it fails.

When the address is forced in the c-spec, all works as expected.

I don't think that the *SRVPGM angle has anything to do with the error as my tame test program works just fine.

Anyone got any ideas? Barbara? :)

Steve Needles

________________________________
This communication, including attachments, is confidential, may be subject to legal privileges, and is intended for the sole use of the addressee. Any use, duplication, disclosure or dissemination of this communication, other than by the addressee, is prohibited. If you have received this communication in error, please notify the sender immediately and delete or destroy this communication and all copies.

TRVDiscDefault::1201

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.