Try <b>ping host -t </b>
====================
z/OS documentation says:
<b>ping host (count 0</b>
-------------------------------------------
<pre>
SYNTAX
>>-- PING--.- host_name--.----------------.-.-----------------------><
| '-| ( Options |-' |
|- Help--------------------------|
'- ?-----------------------------'
Options:
<---------------------------<
|---.-.--------------------.--.--------------------------------------|
| '-Addrtype-.-ipv4-.--' |
| '-ipv6-' |
| .-Count 1--------. |
|-'-.------------.-'------|
| '<b>-Count echo-</b>' |
|-.----------------.------|
| '-Intf interface-' |
| '-Intf interface-' |
| .-Length 256-------. |
|-'-.--------------.-'----|
| '-Length bytes-' |
|-.-------------.---------|
| '-Srcip srcip-' |
|-.-------------.---------|
| '-TCP tcpname-' |
| .-Timeout 10----------. |
'-'-.-----------------.-'-'
'-Timeout seconds-'
Count echo
Sets the number of echo requests that are sent to the host.
If you do not specify the Count parameter, the default of 1 is
used. If echo is not specified, an error occurs. The echo
value must be between 0 and 2(31) -1, which is 2 147 483 647.
If echo is 0, the PING command sends echo requests
continually. To stop the PING command, press PA1 key. -
</pre>
Last Wiki Answer Submitted: January 22, 2010 4:52 pm by Labnuke9932,645 pts.
All Answer Wiki Contributors: Labnuke9932,645 pts. ,
mshen27,310 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
I think Troy is correct. Although it looks like a typo, that’s the correct syntax. Specifying a count of 0 willl make it send echo requests continually.
I think Troy is correct. Although it looks like a typo, that’s the correct syntax. Specifying a count of 0 willl make it send echo requests continually.
Also, you could try:
to see available options.