| IBM MAINFRAME HELP FORUMS for COBOL, JCL, CICS, DB2, IMS etc... Help & Support Forums for IBM Mainframe computers Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7, CA-11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, VSAM, ISPF, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
mundul333
Joined: 28 Nov 2005
Posts: 9
Location: mumbai
|
| Posted: Wed Jun 04, 2008 2:38 pm Post subject: how to connect to mainframe thru VB code |
|
|
Hi ,
I want to make a code in VB thru which i can connect to mainframe and then do a FTP to the mainframe system.
Is it possible to do that ?
if so then how can this be done ? |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 7471
Location: 221 B Baker St
|
| Posted: Wed Jun 04, 2008 7:47 pm Post subject: |
|
|
Hello,
Quote: Is it possible to do that ? Yes, it is possible. . . There are many ftp clients in existence - written in assembler, some flavor of C, and VB.
The question is not a mainframe issue at all, but rather the coder's knowledge of the ftp and visual basic.
You will probably find more info that could help you in a Windows developer's forum. |
|
| Back to top |
|
dick scherrer
Joined: 23 Nov 2006
Posts: 7471
Location: 221 B Baker St
|
| Posted: Wed Jun 04, 2008 7:50 pm Post subject: |
|
|
Hello,
To clarify a bit. . .
You would not connect to the "mainframe" from your code.
You would connect to an ftp service that happened to be running on a mainframe. Done correctly, the code would connect to ftp on a mainframe or a unix system or a win-based system. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|