admin管理员组文章数量:1393361
Gdg file is having members so I want to copy all the members from GDG to output PDS member using SORT utility.. can any one help me how to do it using sort?
I have tried few sort statements but still I am not getting expecting results
Gdg file is having members so I want to copy all the members from GDG to output PDS member using SORT utility.. can any one help me how to do it using sort?
I have tried few sort statements but still I am not getting expecting results
Share Improve this question asked Mar 12 at 7:49 user29967075user29967075 111 bronze badge 1- Please provide enough code so others can better understand or reproduce the problem. – Community Bot Commented Mar 12 at 8:41
1 Answer
Reset to default 1To read/ copy all entries of GDG just specify the GDG names (without the (+1) or .G0001V00 extension.
i.e.
//SORTIN DD DSN=MY.GDG,DISP=SHR
will pickup all the GDG entries like MY.GDG.G0001V00, MY.GDG.G0002V00 ....
本文标签: jclCopy GDG members into output pdsStack Overflow
版权声明:本文标题:jcl - Copy GDG members into output pds - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744765437a2624010.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论