× 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.



Hi Folks.
The following piece of code works perfect on V4R5 (from Gene's example
available at (http://archive.midrange.com/mi400/199912/msg00025.html):

DCL DD QTEMPPOS BASPCO POS(H'4FF') BIN(2);
DCL SYSPTR .LIBL(25) BASPCO POS(H'511');

Those offsets aren't the same on V5R1 and above:

(.LIBL = Name Resolution List)

.LIBL - V4R5 - H'510'
QTEMPPOS - H'4FF'

.LIBL - V5R1 - H'1D80'
QTEMPPOS - V5R1 - ???

.LIBL - V5R2 - H'1E00'
QTEMPPOS - V5R2 - ???

.LIBL - V5R3 - H'1E00'
QTEMPPOS - V5R3 - ???

.LIBL - V5R4 - H'21A0'
QTEMPPOS - V5R4 - ???

I'm still having no success to find the QTEMPPOS at V5R1, V5R2, V5R3, V5R4.

Any ideas ?

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.