MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to find Mainframe IP Address

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
deepa12
Beginner


Joined: 05 Apr 2005
Posts: 131
Topics: 64
Location: chennai

PostPosted: Fri Nov 11, 2005 1:04 am    Post subject: How to find Mainframe IP Address Reply with quote

Can anyone tell me how to find the IP ADDRESS OF THE MAINFRAME
as per TCPIP PROTOCOL
_________________
deepa
Back to top
View user's profile Send private message Send e-mail
acevedo
Beginner


Joined: 03 Dec 2002
Posts: 127
Topics: 0
Location: Europe

PostPosted: Fri Nov 11, 2005 3:41 am    Post subject: Reply with quote

maybe?

Code:

/* rexx */                                                 
parse value socket('initialize', 'test') with rc . . server
parse value socket('gethostid') with rc ip                 
say ip                                                     
parse value socket('terminate','test') with rc rest         
exit
Back to top
View user's profile Send private message
acevedo
Beginner


Joined: 03 Dec 2002
Posts: 127
Topics: 0
Location: Europe

PostPosted: Fri Nov 11, 2005 4:20 am    Post subject: Reply with quote

another way...TSO NETSTAT HO

it depends on what you really want to do with it...
Back to top
View user's profile Send private message
Ravi
Beginner


Joined: 27 Jun 2005
Posts: 88
Topics: 2

PostPosted: Fri Nov 11, 2005 8:18 am    Post subject: Reply with quote

Thanks acevedo, I learnt a new thing. SOCKETS ???
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group