代码搜索:CICS
找到约 68 项符合「CICS」的源代码
代码结果 68
www.eeworm.com/read/168805/9897117
umk ecx.umk
ecx.o: ecx.c
xlc_r4 -c -I/usr/lpp/cics/include -DSELECT ecx.c
www.eeworm.com/read/168805/9897120
umk ec.umk
ec.o: ec.c
xlc_r4 -c -I/usr/lpp/cics/include -DSELECT ec.c
www.eeworm.com/read/168805/9897183
ccs easycics.ccs
/* EasyCICS v1.95 */
/******************************************************************************/
/*------------------------------- HEADER FILES -------------------------------*/
#ifndef W
www.eeworm.com/read/168805/9897207
nmk easycics.nmk
all: easycics.obj
####################################################
#easycics.obj: easycics.c
# $(cc) $(cdebug) $(cflags) $(cvarsmt) -Gz $*.c
#easycics.lib: easycics.obj
# del ea
www.eeworm.com/read/168805/9897178
bak sample3.ccs.bak
/*
CISC服务端执接收客户信息的例子
1 编译 set USERLIB=easycics.obj
cicstcl -e -d -lC sample3.ccs
或者用目录下的
make sample3.ccs
2
打开CICS Administration Utility,
选中CICS01, 右键菜单选择Resources->Program, 输入以下值:
Program
www.eeworm.com/read/168805/9897202
ccs sample3.ccs
/*
作者:ddxkxk
ddxxkk@21cn.com
*/
/*
CISC服务端执接收客户信息的例子
1 编译 set USERLIB=easycics.obj
cicstcl -e -d -lC sample3.ccs
或者用目录下的
make sample3.ccs
2
打开CICS Administration Utility,
选中CICS01, 右键菜单
www.eeworm.com/read/168805/9897177
nmk sample4.nmk
all:sample4.dll
sample4.ccs : sample4.sqc;
db2 connect to cicstest
db2 prep sample4.sqc bindfile
db2 bind sample4.bnd
db2 grant execute on package sample4 to public
del sample4.ccs
ren s
www.eeworm.com/read/168805/9897200
bak sample4.nmk.bak
all:sample4.dll
sample4.ccs : sample4.sqc;
db2 connect to cicstest
db2 prep sample4.sqc bindfile
db2 bind sample4.bnd
db2 grant execute on package sample4 to public
del sample4.ccs
ren s
www.eeworm.com/read/377115/9295135
doc 第三章 cics实验环境的安装和配置.doc
www.eeworm.com/read/280685/10298982