Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java PComm (Communication with mainframe)

843789Aug 5 2009
Hi All,
In VB or Excel Macros we have set of objects (autECLConnList, autECLPS, etc- Automation Objects for PComm) to communicate with mainframe applications and perform actions.

Eg: Set AEOB = CreateObject("PCOMM.autECLPS")
Set AECL = CreateObject("PCOMM.autECLConnList")
Set AS1 = CreateObject("PCOMM.autECLoia")
AEOB.SetConnectionByName ("a")
AS1.SetConnectionByName ("A")
AEOB.SendKeys "[enter]"

We want to use these objects in java.Please let me know if there is same objects or objects with same functionality available in java.
It would be helpful if some sample code snippets were available?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2009
Added on Aug 5 2009
0 comments
441 views