How to issue a HTTP command from JCL/Batch Step

Ask queries about other IBM Tools like Tivoli, COBTEST, Fault Analyzer, z/OS File Manager, Workload Simulator, APA, SCLM, Merge & Migration Tools etc...
kmargam
Posts: 1
Joined: Fri Aug 30, 2013 3:20 am
Skillset: Cobol
PL/1
Assembler
JCL
CICS
Referer: google

How to issue a HTTP command from JCL/Batch Step

Postby kmargam » Fri Aug 30, 2013 3:26 am

Need to invoke a HTTP GET command from one of the mainframe job/steps to inform a distributed java/web application of something.
Running z/OS v1.13.
What utility to run to perform this, and where can I find the information as to how to use the utility?

User avatar
MrSpock
Global moderator
Posts: 809
Joined: Wed Jun 06, 2007 9:37 pm
Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
Referer: ibmmainframes.com
Location: Raleigh NC USA
Contact:

Re: How to issue a HTTP command from JCL/Batch Step

Postby MrSpock » Fri Aug 30, 2013 4:51 am

kmargam wrote:What utility to run to perform this, and where can I find the information as to how to use the utility?


SAS would work for this.

Ed Goodman
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Skillset: 30 years on IBM mainframes
Referer: Searched for Frank Yeager

Re: How to issue a HTTP command from JCL/Batch Step

Postby Ed Goodman » Fri Aug 30, 2013 6:35 pm

I just wrote(mostly) a REXX that can do a SOAP call. It could also do a GET call.

Do you have the header and everything that would need to be sent?

It uses the SEZALOAD load library to open/send/read/close a socket and runs in batch.

Interested?


  • Similar Topics
    Replies
    Views
    Last post