Submit JOB from FTP

来源:互联网 发布:golang vim 语法高亮 编辑:程序博客网 时间:2024/06/14 03:05

For detail, refer book: OS/390 TCP/IP Open Edition User's Guide

*. Command "quote site filetype=jes" will change FTP server to JES :-)

*. Command "quote site filetype=seq" will change it back.

*. Command "put" submits a job to JES. Note: the file will not be put to ftp, it will be submitted directly.

*. Command "ls" or "dir" displays jobs under your user ID, ls is more efficient

*. Command "get jobid" fetches sysout from MVS to a file on the FTP client system.

*. Command "delete jobid" purges a job from the MVS system.

*. Job Name of the JCL must be USERIDx, such as SYSADMA, ADMF001B etc

原创粉丝点击