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 中编辑 JCL 文件。是否可以在查看模式下编辑文件?
视图基本上是没有保存命令的编辑。
您仍然可以使用替换命令用您正在编辑的内容覆盖数据集/成员(前提是您有权访问并且正在查看实际数据集)。您可能需要将 c9999 放在文件第一行的行号中。
或者,您可以:
为什么不首先简单地编辑 JCL ???