ladeecroft
Programmer
Hi there!
I'm trying to send and receive data to our AS400 through a VB pgm. I've checked our AS400, it's using Telnet to communicate through Client Access with 5250 emulator.
I've seen codes that have used winsock control but i still dont have any idea on how this control could communicate (send and receive data) to AS400 just by defining the Remote Host and its corresponding port. Is it through the socket? Do you think i still need to create a socket server program?
In AS400, i've seen an application program that receives a parameter from the front end. This application program is triggered everytime the Finance job is submitted to batch (SBMFNCJOB). This CL command uses a device table and a program table. And all the request from the devices specified in the device table are received by this application program specified in the Program table. I understand what happens once the application pgm is triggered, what i dont get is how does it receives the requests from the front end (front end is using Consumer Transaction (CT)language).Based on what you've said, it's possible for VB to connect to AS400, sytem to system..how do i do this?
Im really confused, it's too technical for me.
I'm trying to send and receive data to our AS400 through a VB pgm. I've checked our AS400, it's using Telnet to communicate through Client Access with 5250 emulator.
I've seen codes that have used winsock control but i still dont have any idea on how this control could communicate (send and receive data) to AS400 just by defining the Remote Host and its corresponding port. Is it through the socket? Do you think i still need to create a socket server program?
In AS400, i've seen an application program that receives a parameter from the front end. This application program is triggered everytime the Finance job is submitted to batch (SBMFNCJOB). This CL command uses a device table and a program table. And all the request from the devices specified in the device table are received by this application program specified in the Program table. I understand what happens once the application pgm is triggered, what i dont get is how does it receives the requests from the front end (front end is using Consumer Transaction (CT)language).Based on what you've said, it's possible for VB to connect to AS400, sytem to system..how do i do this?
Im really confused, it's too technical for me.