我的那些程序都是为不同的需求而定做的,我的翻翻以便找到一个适合你的。要我专为你定做一个的话,你得大请客了。
比如我给你一个REXX程序文本文件为SUBJCL.TXT.
使用下面步骤:
1. Upload this text file SUBJCL.TXT to a CLIST PDS file, such as SYS1.CLIST, or SYS1.USER.REXXLIB.
2. Change your FTP JCL to add variable %DATE%, %TIME% or %RANDOM%. Say your orignal JCL is YOUR.JCL.PDS(FTPJCL)
3. Use following JCL
//jobcard ...
//SUBJCL EXEC PGM=IKJEFT01,PARM=SUBJCL
//SYSEXEC DD DISP=SHR,DSN=SYS1.CLIST
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//INJCL DD DISP=SHR,DSN=YOUR.JCL.PDS(FTPJCL)
This JCL will read the FTPJCL member and replace all variables to current values:
%DATE% to current date, format yyyymmdd
%TIME% to current time, format hhmmss
%RANDOM% to any random number, from 100000 to 999999.
Then the replaced JCL will be submitted to JES to run.
So, just submit this JCL, instead of the original JCL.
我的办公室的电话在你的EMAIL里.
比如我给你一个REXX程序文本文件为SUBJCL.TXT.
使用下面步骤:
1. Upload this text file SUBJCL.TXT to a CLIST PDS file, such as SYS1.CLIST, or SYS1.USER.REXXLIB.
2. Change your FTP JCL to add variable %DATE%, %TIME% or %RANDOM%. Say your orignal JCL is YOUR.JCL.PDS(FTPJCL)
3. Use following JCL
//jobcard ...
//SUBJCL EXEC PGM=IKJEFT01,PARM=SUBJCL
//SYSEXEC DD DISP=SHR,DSN=SYS1.CLIST
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//INJCL DD DISP=SHR,DSN=YOUR.JCL.PDS(FTPJCL)
This JCL will read the FTPJCL member and replace all variables to current values:
%DATE% to current date, format yyyymmdd
%TIME% to current time, format hhmmss
%RANDOM% to any random number, from 100000 to 999999.
Then the replaced JCL will be submitted to JES to run.
So, just submit this JCL, instead of the original JCL.
我的办公室的电话在你的EMAIL里.