eci

所属分类:中间件编程
开发工具:Unix_Linux
文件大小:15KB
下载次数:6
上传日期:2009-07-22 11:24:39
上 传 者xiaoding
说明:  是IBM的CICS中间件上执行eci调用的样例,安装AIX5.3&CICS6.2后的官方例子
(CICS is IBM' s middleware eci call on the implementation of the sample, after the installation of AIX5.3 & CICS6.2 official examples)

文件列表:
eci\cicseci.cbl (20666, 2009-04-23)
eci\cicsecic.c (14853, 2009-04-23)
eci\cicsecip.pli (16323, 2009-04-23)
eci\cicsecit.ccs (4581, 2009-04-23)
eci\Makefile (5849, 2009-04-23)
eci (0, 2009-04-23)

MF Server Express COBOL applications for use with ECI programs ============================================================== In order to use the ECI with MicroFocus Server Express COBOL, relinking the COBOL runtime to recognise the ECI entry points is not necessary any more. This step is required only on previous version of MFCOBOL(4.1.20 and 4.1.30). The following steps will achieve this: 1) Edit the Makefile change CICSREGION=DEFAULT to CICSREGION= change InstallDirectory to //cics where is the installation directory for system products e.g. /usr/lpp for AIX or /opt for solaris and HP edit cicseci.cbl add SERVER (region name) USERID and PASSWD 2) Make the ECI sample program make SECOBOL This will create self executable file. In here, "cicseci", which has no file type. 3) Make the CICS called program make CICSPROG 4) Add the CICS called program definition to the PD stanza make install 5) Start the region cicscp start region StartType=cold 6) Run the ECI sample as follows: ./cicseci * To animate this application, compile it with following flags. cob -xg -C ANIM -C INITCALL=CBL_DEBUGBREAK cicseci.cbl \ -L/usr/lpp/cics/lib -lcicsecico Rerun cicseci, then animator will be started automatically. Set up environment variable COBIDY and COBCPY appropriately. For example, COBIDY=/usr/lpp/cobol COBIDY=//cics/include/:. COBCPY=//cics/include/:$COBDIR/cpylib:. ------------------------------------------------------------------------------- -- -- (C) COPYRIGHT International Business Machines Corp. 1993, 2003 -- All Rights Reserved -- Licensed Materials - Property of IBM -- 5724-A56 -- -- US Government Users Restricted Rights - Use, duplication or -- disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -- -- -- NOTICE TO USERS OF THE SOURCE CODE EXAMPLES -- -- INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THE SOURCE CODE -- EXAMPLES, BOTH INDIVIDUALLY AND AS ONE OR MORE GROUPS, AS IS -- WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -- INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF -- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE -- RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOURCE CODE EXAMPLES, -- BOTH INDIVIDUALLY AND AS ONE OR MORE GROUPS, IS WITH YOU. SHOULD -- ANY PART OF THE SOURCE CODE EXAMPLES PROVE DEFECTIVE, YOU (AND NOT -- IBM) ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR -- CORRECTION. THIS PROGRAM MAY BE USED, EXECUTED, COPIED, MODIFIED -- AND DISTRIBUTED WITHOUT ROYALTY FOR THE PURPOSE OF DEVELOPING, -- MARKETING, OR DISTRIBUTING. -- -- -------------------------------------------------------------------------------

近期下载者

相关文件


收藏者