cancel
Showing results for 
Search instead for 
Did you mean: 

Call function Cobol by jdbc

Former Member
0 Kudos

I need an example of how to make an IP interface to invoke a function of AS400 cobol via a jdbc, the sentence would be the next call libreria.function (parameters).

I need an example of Data Type and Message Mapping for the above.

Accepted Solutions (0)

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hey,

Post the records to the DB2 thru JDBC adaper from PI, Thru COBOL prg - Job card keep looking for the updated records,

Get the Table structure from the DB2 team and declare Data type as per that

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/frameset.htm

Cheers

Agasthuri

Former Member
0 Kudos

I appreciate your response, but this article does not help me solve my problem.

We need to make an interface where the JDBC receiver is running program cobol on an AS400. My program has input and output parameters. Are some examples?