accessing main frame from .net application

  • Thread starter Thread starter Guest
  • Start date Start date
Hello vinki,

What are the ways to interact with mainframe? COM port? sockets?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

v> Is there any way I can access .net application through mainframe.
v>
 
Hello Michael,

I can interact mainframe via sockets or com ports. I haven't decided that
yet. Can you please tell me which will be the best way to interact to main
frame. It is an IBM main frame.

Thanks.
 
Hello vinki,

it's up to you and your app requirements what to choose.

Look in MSDN for System.IO.Ports (SerialPort class .net 2.0) and for System.Net.Sockets
where you can samples how to use com ports and sockets

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

v> Hello Michael,
v>
v> I can interact mainframe via sockets or com ports. I haven't
v> decided that yet. Can you please tell me which will be the best way
v> to interact to main frame. It is an IBM main frame.
v>
v> Thanks.
v>
v> "Michael Nemtsev" wrote:
v>
Hello vinki,

What are the ways to interact with mainframe? COM port? sockets?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

v> Is there any way I can access .net application through mainframe.
v>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top