开发者

VSAM to PDS member

开发者 https://www.devze.com 2023-01-22 07:35 出处:网络
Can we copy VS开发者_如何学PythonAM file to a PDS member? eg. I have a VSAM file A.VSAM I have a PDS. B.PDS which has members A,B

Can we copy VS开发者_如何学PythonAM file to a PDS member? eg. I have a VSAM file A.VSAM I have a PDS. B.PDS which has members A,B I want to copy my A.VSAM file to B.PDS(C) ... C is the new member in PDS. Can I do this?

Thanks and Regards, Manasi :)


IDCAMS REPRO can do the job.

In your JCL:

  • set INFILE DD to point to the VSAM input file
  • set OUTFILE DD to point to the PDS member

Complete documentation for IDCAMS can be found in: DFSMS Access Method Services for Catalogs . Look under REPRO (chapter 29)

0

精彩评论

暂无评论...
验证码 换一张
取 消