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



On 3/23/20 7:56 AM, Justin Taylor wrote:
That's giving me my PC IP address, running via STRSQL or Run SQL Scripts.

-----Original Message-----
From: Chris Holko [mailto:christopherholko@xxxxxxxxx]
Sent: Sunday, March 22, 2020 10:42 AM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Retrive System IP address

exec sql set :ipaddress = sysibm.client_ipaddr;

declared ipaddress as a char 30 or such, I forget.

That's what I'm seeing too ... I would suggest querying 'QSYS2.NETSTAT_INTERFACE_INFO' for host IP information.

SELECT * FROM QSYS2.NETSTAT_INTERFACE_INFO where LINE_DESCRIPTION <> '*LOOPBACK';

As I mentioned before, a system can have multiple IPs, so you need to take that into account.

david


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.