continuous ping from mainframe
5 pts.
0
Q:
continuous ping from mainframe
Can I do a continuous ping from an IBM mainframe z/OS.
I can do nnnn iterations, but I want to do a continuus ping.
ASKED: Jul 22 2009  5:05 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
26290 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Try ping host -t

====================
z/OS documentation says:
ping host (count 0
Last Answered: Jul 23 2009  11:53 AM GMT by Labnuke99   26290 pts.
Latest Contributors: Mshen   23535 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Carlosdl   29855 pts.  |   Jul 23 2009  1:39PM GMT

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:

ping ?

to see available options.

 
0