×
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.
Those symbols are found in the QC2UTIL1 service program (IBM-supplied).
The proper way to bind to it is to bind to the QC2LE binding directory.
I don't recommend adding QC2UTIL1 to your own binding directory.
However (again), whether you bind to another *SRVPGM or not should have
no impact on whether it can find these symbols. More likely you're
binding to a *MODULE that uses these symbols (and therefore they have to
be resolved) or your code uses these symbols directly, and you've
failed to bind to QC2LE.
A *SRVPGM that uses these symbols would nto have this problem, since it
would've been resolved when the *SRVPGM was built.
Scott Klement wrote:
I get error
Definition not found for symbol '_C_sig_dfl'
Definition not found for symbol '_C_sig_err'
Definition not found for symbol '_C_sig_ign'
Definition not found for symbol '_C_sig_err'
As an Amazon Associate we earn from qualifying purchases.
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.