HRECALL and DASD tapes
If the data is available in tapes, the usual way to browse data is to copy from tape to DASD and then browse. Does HRECALL command do the same on mainframes? Is there any way to browse data on tapes without having to copy on to DASD?

    Requires Free Membership to View

    When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by IT professionals today working with data center technologies.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchDataCenter.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDataCenter.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

HRECALL moves data sets that have been migrated by DFSMShsm from DASD to tape back to DASD -- as will an attempt to access that data set by other means -- but it does not move other tape data sets to DASD. You will still need a program or utility or ISPF-like function to browse the data set in any case.

Browsing a data set does not lend itself to tape data sets unless the data set is moved to DASD, because a tape data set is a sequential data set. If you wanted to jump from the start of a data set to somewhere near the end of the data set, you would have to sequentially read through all the intervening data on the tape, and if you then wanted to scroll backwards, you would have to read the tape backwards. Moving the data set to DASD makes it a direct access data set, and in the process makes it a much easier data set to browse, since you can go directly to the data you wish to browse.

This was first published in December 2005