When using the SMCOPY command, specify the following operands:
You can copy data sets that have different logical record lengths or block sizes. You cannot, however, copy data sets that have different record formats. For example, you cannot copy a data set with a record format of FB to a data set with a record format of VB.
___ Example ____________________________________________________________
| To copy member MEM1 of the partitioned data set PREFIX.PDS1.DATA into |
| member MEM2 of PREFIX.PDS2.DATA, specify: |
| |
| SMCOPY FDS(pds1.data(mem1)) TDS(pds2.data(mem2)) NOTRANS |
| |
| |
| |
| To copy member MEM1 of the partitioned data set PREFIX.PDS1.DATA into |
| the sequential data set PREFIX.SEQ1.DATA, specify: |
| |
| SMCOPY FDS(pds1.data(mem1)) TDS(seq1.data) NOTRANS |
| |
|________________________________________________________________________|
© Copyright IBM Corp. 1988, 2000
Return to library: [ OS/390 | TPF | VM | VSE | IBM Hardware | S/390 Redbooks | RS/6000 SP ]
Glossary - IBM Dictionary of Computing
How to: [ Order publications | Contact OS/390 ]