Page 1 of 1

HTTP post thru jcl

PostPosted: Thu Aug 26, 2010 9:23 pm
by vvjj
Hi, I am new to this forum.
i need help in writing jcl that uses the HTTp to post .
my requirement is that i need a batch pgm that is to be added in the scheduler that generates a pop up with the status of the previous job. the scheduler is CA unicenter. please help

Re: HTTP post thru jcl

PostPosted: Thu Aug 26, 2010 9:46 pm
by MrSpock
Well, JCL only runs programs and manages resources, so you'll need to write a program to do this first. Then, you can execute that program in your JCL.

Re: HTTP post thru jcl

PostPosted: Fri Aug 27, 2010 12:10 am
by dick scherrer
Hello,

If a batch job is running, where is this "pop-up" to appear?

Suggest you look at Unicenter reporting. . .

Re: HTTP post thru jcl

PostPosted: Sun Aug 29, 2010 9:32 am
by DieZ
If you have cURL installed in USS, then you can run it under BPXBATCH. Of course, it would be harder (and also cumbersome with jobs) if you were to establish sessions, etc.