Page 1 of 1

to invoke an URL from COBOL

PostPosted: Fri Sep 19, 2008 4:26 pm
by krneeraj81
Hi is it possible to invoke an URL from COBOL??
If yes can you provide me the code..

Re: to invoke an URL

PostPosted: Fri Sep 19, 2008 8:22 pm
by dick scherrer
Hello and welcome to the forums,

You need to clarify just what you want to do.

What is your meaning of "invoke an URL"?

How do you want the web site to "talk" with your program?

If you explain what you want to accomplish, comeone may have suggestions.

Re: to invoke an URL

PostPosted: Fri Sep 19, 2008 8:40 pm
by krneeraj81
Thanks a lot Dick!!

What I wanted to know is there any way by which we can open a webpage through cobol...is it possible???

Re: to invoke an URL from COBOL

PostPosted: Sat Sep 20, 2008 2:24 am
by dick scherrer
Hello,

Until you answer the earlier questions, i cannot even try to guess. . .
You need to clarify just what you want to do.
What is your meaning of "invoke an URL"?
How do you want the web site to "talk" with your program?
If you explain what you want to accomplish, someone may have suggestions.

Re: to invoke an URL from COBOL

PostPosted: Mon Sep 29, 2008 4:14 pm
by gireesh.cgs
Hi,

The question is stright forward.

Assume you are executing some program and suddenly you want to throw some information on to the screen and expecting some information from the user. In this case, the both output and input for your program is through some webpage. So, instead of using some interface, can we directly call URL from the source code?

Regards,
Gireesh.

Re: to invoke an URL from COBOL

PostPosted: Tue Sep 30, 2008 3:26 am
by dick scherrer
Hello,

The question is stright forward.
No it is not. . . . If one knows very little about the technology, it might seem straightforward, but sorry, it is not.

This is a mainframe forum, not a pc forum. If a "user" is going to see some info thrown by the system and/or enter some info into the system, it will typically be thru some type of 3270 terminal emulator, not some web page. Pretty much all of the web pages i use require the mouse, in additon to the keyboard, and the 3270 does not use the mouse. In addition to being mouse-driven, web pages have their own protocol for exchanging information (http) which is not used in mainframe to terminal exchanges.

So, instead of using some interface, can we directly call URL from the source code?
So, maybe you will be willing to define this. . . Maybe you could post some example of how this might work.

Re: to invoke an URL from COBOL

PostPosted: Sun Oct 19, 2008 4:44 am
by dick scherrer
Hello,

Has there been any progress?

Is there maybe a more clear definition of what is wanted?

d