代码搜索:CICS
找到约 68 项符合「CICS」的源代码
代码结果 68
www.eeworm.com/read/253111/4400399
java condb.java
package inc;
import java.sql.*;
import javax.sql.*;
public class condb {
private String dburl =
"jdbc:jtds:sqlserver://localhost:1433;DatabaseName=cics"; //数据库标识名
private Connectio
www.eeworm.com/read/392840/8322884
makefile
#
# By UCCB Soft Group
#
# This script file is used for archiving source file to a libary file.
#
# Editer: ALex
# Edit Date: 2004-09-14
#
# define path
CICSDIR=/usr/lpp/cics
CICSCLIDIR=/usr/lpp/c
www.eeworm.com/read/392840/8323283
makefile
#
# By UCCB Soft Group
#
# This script file is used for archiving source file to a libary file.
#
# Editer: ALex
# Edit Date: 2004-09-14
#
# define path
CICSDIR=/usr/lpp/cics
CICSCLIDIR=/usr/lpp/c
www.eeworm.com/read/358177/10194959
tli ecole.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (a0eaf6ec).
//
// EcOle.tli
//
// Wrapper implementations for Win32 type library d:\bcfiles\cics\c\ReleaseMinDependency\EcOle.dll
/
www.eeworm.com/read/358177/10195029
vbs test.vbs
set oEc = Wscript.CreateObject("EasyCics.App")
r = oEc.ConnectServer("CICS851", "TEST", "TEST")
if r0 then
MsgBox "can't connect"
Wscript.Quit r
end if
oEc.CallProgramAndCommit "TE
www.eeworm.com/read/358177/10195035
vbs gettimex.vbs
srv = InputBox("请输入CICS服务器:")
if srv="" then Wscript.Quit 0
set oEc = Wscript.CreateObject("EasyCics.App")
r = oEc.ConnectServer(srv, "CICSUSER", "")
if r0 then
MsgBox "can't connect"
www.eeworm.com/read/253111/4400375
properties private.properties
deploy.ant.properties.file=C:\\Documents and Settings\\Administrator\\.netbeans\\5.5\\tomcat55.properties
file.reference.commons-fileupload-1.0.jar=G:\\cics\\web\\web\\WEB-INF\\lib\\commons-fileuploa
www.eeworm.com/read/358177/10194966
tlh ecole.tlh
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (a0eaf6ec).
//
// EcOle.tlh
//
// C++ source equivalent of Win32 type library d:\bcfiles\cics\c\ReleaseMinDependency\EcOle.dll
// c
www.eeworm.com/read/176627/9489608
c testcommit.c
#include "Public.h"
#ifdef __cplusplus
extern "C"
#endif
void
#ifdef MW_CICS
main(MW_SVCINFO * transb)
#endif
#ifdef MW_TUXEDO
MCOMMIT(MW_SVCINFO * transb)
#endif
{
char szMsg[255];
void *ppVar[2];
www.eeworm.com/read/176627/9489619
c tuxuo.c
#include "midware.h"
#include "public.h"
#ifdef MW_CICS
void main(MW_SVCINFO * transb)
#endif
#ifdef MW_TUXEDO
#ifdef __cplusplus
extern "C"
#endif
void MGETTIME(MW_SVCINFO * transb)
#endif
{
char s