Re: REXX say 'location:https://... in a batch job

2018-02-09 Thread John McKown
On Fri, Feb 9, 2018 at 6:01 AM, Jantje. wrote: > On Thu, 8 Feb 2018 08:34:36 -0600, John McKown < > john.archie.mck...@gmail.com> wrote: > > > > >I think what you are wanting is a way for a step in a batch job to > "invoke" > >a REST service. Yes, you can write REXX to do this. But it is basicall

Re: REXX say 'location:https://... in a batch job

2018-02-09 Thread Jantje.
On Thu, 8 Feb 2018 08:34:36 -0600, John McKown wrote: > >I think what you are wanting is a way for a step in a batch job to "invoke" >a REST service. Yes, you can write REXX to do this. But it is basically >doing "low level" sockets programming in REXX using REXX Sockets. Not necessarily. Using

Re: REXX say 'location:https://... in a batch job

2018-02-08 Thread Lizette Koehler
nframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Mary Kay Tubello > Sent: Thursday, February 08, 2018 7:08 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: REXX say 'location:https://... in a batch job > > Hello, > > I have two REXXs in USS on z/OS that

Re: REXX say 'location:https://... in a batch job

2018-02-08 Thread Seymour J Metz
ay Tubello [mtube...@humana.com] Sent: Thursday, February 8, 2018 9:07 AM To: IBM-MAIN@listserv.ua.edu Subject: REXX say 'location:https://... in a batch job Hello, I have two REXXs in USS on z/OS that I execute from a URL. The ‘say’ re-directs to a website. Is it possible to execute these

Re: REXX say 'location:https://... in a batch job

2018-02-08 Thread Grinsell, Don
7:08 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: REXX say 'location:https://... in a batch job > > Hello, > > I have two REXXs in USS on z/OS that I execute from a URL. The ‘say’ re- > directs to a website. Is it possible to execute these in a batch job? And > if yes,

Re: REXX say 'location:https://... in a batch job

2018-02-08 Thread John McKown
On Thu, Feb 8, 2018 at 8:07 AM, Mary Kay Tubello wrote: > Hello, > > I have two REXXs in USS on z/OS that I execute from a URL. The ‘say’ > re-directs to a website. Is it possible to execute these in a batch job? > And if yes, how will I know they worked? > ​Basically, assuming I understand

REXX say 'location:https://... in a batch job

2018-02-08 Thread Mary Kay Tubello
Hello, I have two REXXs in USS on z/OS that I execute from a URL. The ‘say’ re-directs to a website. Is it possible to execute these in a batch job? And if yes, how will I know they worked? Thanks, Mary Kay 1. This url:https://mvs.humana.com/HUMcgi/url1.sh executes this REXX to point