Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我想通过我的工具调用 ispf 命令(如 sar,fild 在显示相应屏幕的命令行中)。谁能给我一个基本代码来通过我的工具访问 sar 屏幕
使用“地址”动词来定位 ISPEXEC 环境。如果作为简单的“地址 ISPEXEC”完成,则将默认目标环境切换为 ISPF。或者,您可以使用“地址 ISPEXEC 命令”形式将单个命令路由到 ISPF。
ISPEXEC 是 Dialog Services 环境,还有专门处理 ISPF 编辑器的 ISREDIT 环境。
关于这方面的一些很好的参考资料是“ISPF 服务指南”和“ISPF 编辑和编辑宏”。两者均可从 IBM 图书服务器免费获得。