AS400 - 10
how to format date/time to string[vbs]
代码如下:
Function Format_Time(s_Time, n_Flag)
Dim y, m, d, h, mi, s
Format_Time = "&quo...
Read/Update INI configration file function[VBS]
'读取ini配置文件里的信息
'参数为ini文件路径,读取的key值
代码如下:
Function GetLastRunSave(strPath,strKeyName)
Dim FSO,...
COBOL read file Status on Mainframe
00 Successful completion
02 Indexed files only. Possible causes:For a READ statement, the k...
This sub move the cursor to the specified position for Pcom session[VBS]
write this script just want to simplify our daily work, you can just copy and change it for your ...
SQL0206-Column or global variable XXXXXX not found.
今天遇到此问题,调查半天,runsql都程序里拼接好都是正常的,拿出来单独跑也可以成功,但在job里跑时就报了如下错误,说一个字段竟然找不到,百思不解。最后想可能引用的file版本不对,找到jo...