We have a Powerbuilder front end, MF COBOL programs on the CICS transaction server, and a Mainframe backend. I am trying to update the mainframe databases from Powerbuilder, by invoking the MF COBOL program, which after receiving data from Powerbuilder, does some computaion, and then invokes the mainframe cobol program which finally updates the mainframe databases.
I am using ECI and related objects to invoke the MF COBOL program using the Link method of the connection object, but i get a transaction abend.
Any help would be appreciated.
I am using ECI and related objects to invoke the MF COBOL program using the Link method of the connection object, but i get a transaction abend.
Any help would be appreciated.