随笔分类 -  技术 - 编程 - COBOL

摘要:Publis/Subscribe function in COBOL>> Embeded Delete1. Use table SOS.ECUI.ORDERS.INSERT INTO ORDERS(ORDER_NBR,AMOUNT) VALUES(1,1111);INSERT INTO ORDERS... 阅读全文
posted @ 2015-06-30 18:05 ECNB 阅读(359) 评论(0) 推荐(0)
摘要:In this note, you will know how to access the MX table by SPJ(Stored Procedure in Java)1. Java class for stored procedure,import java.sql.*;import jav... 阅读全文
posted @ 2015-06-30 17:25 ECNB 阅读(276) 评论(0) 推荐(0)