Sending an HTTP post via JCL



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Sending an HTTP post via JCL

Postby winkyeah » Tue Jul 20, 2010 8:27 pm

Hello everyone,

Nice board you have here. I had a question to which I think I know the answer, but since I am new to mainframe job development, I'm not quite sure.

Is there a away to make an HTTP POST to a specific URL (with correct params) via JCL?
winkyeah
 
Posts: 2
Joined: Tue Jul 20, 2010 8:20 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Sending an HTTP post via JCL

Postby MrSpock » Tue Jul 20, 2010 9:34 pm

No, all JCL can do is sequentially run a program and allocate the proper input and output resources. You'll need to define a program to handle the posts.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

Re: Sending an HTTP post via JCL

Postby winkyeah » Tue Jul 20, 2010 10:08 pm

That's what I thought, but thanks for the confirmation.
winkyeah
 
Posts: 2
Joined: Tue Jul 20, 2010 8:20 pm
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post