📄 getspecreplywaitec26.vbs
字号:
set oEc1 = Wscript.CreateObject("EasyCics.App")
r = oEc1.ConnectServer("CICSNT01", "TEST", "TEST")
if r<>0 then
MsgBox "can't connect"
Wscript.Quit r
end if
oEc1.BeginWrite
oEc1.SetEciTimeout 15
oEc1.SetMsgQlf 1
oEc1.CallProgramDsyncAndCommit "EC26"
r= oEc1.GetSpecReplyWait
if r<>0 then
MsgBox "Call Error !"
Wscript.Quit r
end if
MsgBox oEc1.GetValue("OK")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -