Procedure for moving a data set with retained locks
This topic outlines some procedures to follow when moving a data set from one location on DASD to another.
About this task
There are two basic methods that you can use to move a VSAM data set:
- Use the REPRO function of the access method services utility, then delete the original data set.
- Use the EXPORT and IMPORT functions of access method services.
With either of these methods, you need to take extra steps to preserve any retained locks for data sets accessed in RLS mode.