Recalling an SMS-managed BDAM data set to a non-SMS-managed volume

You can direct the recall of an SMS-managed BDAM data set to a non-SMS volume with a smaller track size than the volume from which it was migrated, using the DAOPTION and the FORCENONSMS parameters of the RECALL command. If, for instance, data set DA00001.V1 was migrated from a 3390 volume, you could recall that data set to a 3380 volume (GP3380) by issuing the following command:
RECALL DA00001.V1 UNIT(3380) VOLUME(GP3380) -
  DAOPTION(RELBLK) FORCENONSMS
The data set is recalled to GP3380, no longer under SMS management, and is ready to be accessed through relative block accessing.