上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: /usr/vacpp/bin/makeC++SharedLib -o /cicm/src/dao/testcase/rel/FUNCTEST.ibmcpp -brtl -bnortllib -p100 -nmain -bI:/usr/lpp/cics/lib/cicsprCpp.exp FUNCTEST.o cperftest_byeasydao.o cabstractperftest.o # cperftest_bydbtool.o cperftest_bynativesql.o cperftest_byproc.o /cicm/commlib/libappCICM.a -L/cicm/co 阅读全文
posted @ 2014-01-23 17:03 Peaceful-蓝蓝的 阅读(191) 评论(0) 推荐(0) 编辑
摘要: F+14个0-----给CICS传参数FMCICSServer svr; svr.GetRetCommData(&pMsgStr, &chMsgType);CICSServer* pSrv; pSrv->GetRetCommData(&pParam, &chMsgType);说明:pParam---传入参数cicsterm---CECI--START--TR ---FR(F+0(14个)+参数)cicslterm -r RGCIPS-----CECI LINK P(CICM0804) COMM(F000000000000006) ---14个0 阅读全文
posted @ 2014-01-22 17:42 Peaceful-蓝蓝的 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1.1 文件命名规则1: 文件命名应使用模块名的小写字母形式。禁止使用汉字或大、小写字母混用作为代码文件名。 前缀符含义例子bboolbOK,bQuit,bFindc、chcharcFlag,cBankType,chSubSystemTypeschar []sSysName,sStaticName,sTimeStrstrCString、StringstrSysName, strStaticName, strTimeStrbyunsign char []byMacStr,bySendBuffer, bySrcBuffern、iintnCnt,nPort,nRetCodellonglFileS.. 阅读全文
posted @ 2014-01-22 17:32 Peaceful-蓝蓝的 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 1.1 1.2字符多出UE里选十六进制编辑--删除多余字符 阅读全文
posted @ 2014-01-21 17:55 Peaceful-蓝蓝的 阅读(181) 评论(0) 推荐(0) 编辑
摘要: file.open("cicm/src/dao/testcase/source/testLOB.txt");改为cicm//src//dao//testcase//source//testLOB.txt 阅读全文
posted @ 2014-01-21 17:52 Peaceful-蓝蓝的 阅读(234) 评论(0) 推荐(0) 编辑
摘要: ld: 0711-317 ERROR: Undefined symbol: .CEntityManager::SetParameter(CString,CString,SColumnInfo)////////////////////////1是头文件没有加全2是lib的字段没有加全////////////////////////$@的含义-o相关链接的需要 阅读全文
posted @ 2014-01-21 17:42 Peaceful-蓝蓝的 阅读(252) 评论(0) 推荐(0) 编辑
摘要: [2014-01-09 19:43:45.469220][22347888] Level 0 COCITOOL: Error - OCI_ERROE - errcode[1],errmsg[ORA-00001: unique constraint (CICM.IDX_PK_CICMODT0101) violated][2014-01-09 19:43:45.469338][22347888] Level 0 PerfTestByOci: Error - OCI_ERROE - errcode[1],errmsg[ORA-00001: unique constraint (CICM.IDX_PK 阅读全文
posted @ 2014-01-21 17:41 Peaceful-蓝蓝的 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Level 9 COCITOOL_XA: Connected![2014-01-09 19:46:24.296834][22347888] Level 0 TestPerormence: GDAO TESTING IN CICS BEGINS !ERZ015028W/0154 01/09/14 19:46:28.953584751 RGCIPS 22347888/0001 IALK: Exception in user application code (PERFTEST) - exception string is: 'exc_e_illaddr'ERZ016050W/023 阅读全文
posted @ 2014-01-21 17:38 Peaceful-蓝蓝的 阅读(1703) 评论(0) 推荐(0) 编辑
摘要: "makefile", line 40: make: 1254-055 Dependency line needs colon or double colon operator. "makefile", line 44: make: 1254-055 Dependency line needs colon or double colon operator. 修改了编码方式 阅读全文
posted @ 2014-01-21 17:06 Peaceful-蓝蓝的 阅读(658) 评论(0) 推荐(0) 编辑
摘要: CString 对string进行了重新的封装处理char *ReadLob(CString filename){ char msgbody[1024]; return msgbody}//////////////////////////////////////////////////////////////////////////////////////////////////////= iSz ? iSz - iCur - 1 : iRead; strncpy(node702_msgbody+iCur, pBuf, iCpy); iCur += iCpy;... 阅读全文
posted @ 2014-01-21 16:08 Peaceful-蓝蓝的 阅读(1426) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页