View previous topic :: View next topic |
Author |
Message |
deepa12 Beginner
Joined: 05 Apr 2005 Posts: 131 Topics: 64 Location: chennai
|
Posted: Fri Nov 11, 2005 1:04 am Post subject: How to find Mainframe IP Address |
|
|
Can anyone tell me how to find the IP ADDRESS OF THE MAINFRAME
as per TCPIP PROTOCOL _________________ deepa |
|
Back to top |
|
 |
acevedo Beginner

Joined: 03 Dec 2002 Posts: 127 Topics: 0 Location: Europe
|
Posted: Fri Nov 11, 2005 3:41 am Post subject: |
|
|
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 |
|
 |
acevedo Beginner

Joined: 03 Dec 2002 Posts: 127 Topics: 0 Location: Europe
|
Posted: Fri Nov 11, 2005 4:20 am Post subject: |
|
|
another way...TSO NETSTAT HO
it depends on what you really want to do with it... |
|
Back to top |
|
 |
Ravi Beginner
Joined: 27 Jun 2005 Posts: 88 Topics: 2
|
Posted: Fri Nov 11, 2005 8:18 am Post subject: |
|
|
Thanks acevedo, I learnt a new thing. SOCKETS ??? |
|
Back to top |
|
 |
|
|