将成员从一个 pd 复制到另一个 pd 吗?使用 jcl 语句
我如何使用 IEBGENER 实用程序将成员从一个 pds 复制到另一个 pds。
与此类似的东西:
//myjob job1
// exec pg=eibgener
??
其余的不知道。
How can i use the IEBGENER utilty to copy a member from one pds to another.
something similar to this:
//myjob job1
// exec pg=eibgener
??
don't know the the rest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设输出 PDS 已创建并包含
足够的空间,你
可以尝试这样的事情:
我认为 IDCAMS REPRO 如今更常用于此类事情。
Assuming the output PDS has already been created and contains
sufficient space, you
could try something like:
I think IDCAMS REPRO is more commonly used for this sort of thing these days.
大多数人使用 IEBCOPY 用于将成员从一个 PDS(E) 复制到另一个 PDS(E)。可通过以下链接获取示例 JCL。
Most folks use IEBCOPY for copying members from one PDS(E) to another. Sample JCL is available by following the link.