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



I can't get dig to return the host name. With, or without, SHORT(*YES)

-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Justin Taylor
Sent: Wednesday, May 15, 2019 3:42 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: Hostname lookup by IP?

I think DIG is the new and improved version of NSLOOKUP.



-----Original Message-----
From: Bryan Dietz [mailto:bdietz400@xxxxxxxxx]
Sent: Wednesday, May 15, 2019 2:08 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Hostname lookup by IP?

I use DIG


/* before compiling CRTPF QTEMP/STDOUT RCDLEN(132) */
PGM &IP

DCL &IP *CHAR 15

DCL &X *CHAR 75

DCLF QTEMP/STDOUT

CRTPF QTEMP/STDOUT RCDLEN(132)

MONMSG CPF7302 EXEC(CLRPFM QTEMP/STDOUT)

OVRDBF (STDOUT) TOFILE(QTEMP/STDOUT)

/* DIG HOSTNAME(&IP) REVERSE(*YES) IPVSN(*IPV4ONLY) SHORT(*YES)
IDENTIFY(*YES) */
DIG HOSTNAME(&IP) REVERSE(*YES) IPVSN(*IPV4ONLY) SHORT(*YES)

LOOP: RCVF

MONMSG MSGID(CPF0864) EXEC(GOTO CMDLBL(END))

CHGVAR &X ('IP Address ' || &ip *tcat ' - ' || %TRIMR(&STDOUT '. '))
SNDPGMMSG MSG(&X)

GOTO LOOP

END:

/* DSPPFM QTEMP/STDOUT */

dltf QTEMP/STDOUT

DLTOVR STDOUT

endpgm



Justin Taylor wrote on 5/14/2019 6:54 PM:
How do I do a hostname lookup from IBMi via 5250? The equivalent to "ping -a" from my PC.


Thanks


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.