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

Heh... it always brings a smile to my face when I see my code resurface!
and this is undoubtedly my code, with one difference...

Given this plist ...

0058.00 c     *entry        plist
0059.00 c                   parm                    peUserDscInfo
0060.00 c                   parm                    peDevDscInfo
0061.00 c                   parm                    peCnnDscInfo
0062.00 c                   parm                    peEnvOpt
0063.00 c                   parm                    peEnvOptLen
0064.00 c                   parm                    peAllowConn
0065.00 c                   parm                    peAutoSignOn

Why have this ...

0069.00 c                   eval      p_CnnDscInfo = %addr(peCnnDscInfo)

0044.00  ** Connection Description Info structure
0045.00 D p_CnnDscInfo    S               *   inz(*NULL)
0046.00 D dsCnnDscInfo    DS                  based(p_CnnDscInfo)

and not ...

0044.00  ** Connection Description Info structure
0046.00 D peCnnDscInfo   DS

with the appropriate subfields? Unless I'm missing something (quite possible) I don't see the need for the pointer or pointer-based data structure.

--
Ken
http://www.ke9nr.net/
Opinions expressed are my own and do not necessarily represent the views of my employer or anyone in their right mind.



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.