Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Categories z/TPF
Created by Guest
Created on Feb 1, 2021

Enhancement to the FCAP0008I output message

Hi,
This enhancement request concerns the FCAP0008I output message. We would like to have the tape VSN included in the output message as well:
FCAP0008I hh.mm.ss MOD 028A ON 650C TO TAPE xxxxxx ON 0C21 - STARTED
where xxxxxx=tape VSN.

Thank you for your cooperation.
Regards,
Benoit Zeinati
z/TPF System Database
SNCF

Idea priority Medium
  • Guest
    Reply
    |
    Mar 25, 2021

    IBM does not expect to implement this in the foreseeable future.
    The tape mount itself is done asynchronous to the FCAP0008I message. At the point where the message that the capture has started is sent, the tape has not been mounted yet so it is not known what the volser will be.

    IBM suggests the following alternatives.
    1) Console automation
    Each FCAP0008I message which includes the DASD mod and the tape device address will be accompanied by a COTM0310I message that includes the tape device address and the volser. Console automation could be used to extract those messages and construct a table that has the mod and the tape volser.

    2) Tape library
    Use the tape user exit, CORU, to add code which would place the volumes mounted on the capture drives into a unique capture category. For example, have one category that was exclusively for capture, or use a collection of categories that the exit would rotate through based on the date so that tapes from one day would go into one category while the tapes from the next time that capture was run would go into another. This will not associate a specific volume with a DASD mod, but it will put all the tapes into a common category. At restore time it would then be possible to use ZTPLF FILL to load the tapes from that category to do the restore without knowing ahead of time what those volumes were or what mods they contained. This alternative moves all the capture tape management into the tape library and requires utilization of the CORU user exit. The category support was put in place to support this type of function.