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 Runtime
Created by Guest
Created on Dec 4, 2013

Determine VSAM FILE definition attributes KEYLENGTH/RECORDFORMAT and RECORDSIZE from catalog

VSAM File attributes (local and remote files) should be determined from z/OS catalog entry instead of defining the values in the corresponding FILE entry in DFHCSD

Idea priority Medium
  • Guest
    Reply
    |
    Jul 20, 2016

    We have assessed this requirement. We have no current plans for this to be implemented and so this requirement is being declined at this point. The requirement will be kept in the RFE system and might be reassessed in the future. You also have an opportunity to resubmit in twelve months time if you wish it to be reconsidered then.

  • Guest
    Reply
    |
    Oct 5, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Transaction Processing
    Product - CICS Transaction Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Transaction Processing
    Product - CICS Transaction Server

  • Guest
    Reply
    |
    Mar 4, 2014

    This is a candidate for inclusion in a future release.

  • Guest
    Reply
    |
    Feb 6, 2014

    I would like to amend this RFE to suggest that, for remote files (AOR/FOR) there should be an initial handshake mechanism whereby any AOR can request and obtain RECORDSIZE, KEYLENGTH, and record format information from the owning FOR (which obtains the information from the catalog), thereby removing the requirement for coding this information in the FILE resource in the AOR (and also the opportunity for encountering problems if the information is coded incorrectly).

  • Guest
    Reply
    |
    Feb 5, 2014

    Additional information

    CICS Resource Definition Guide describes to specify following attributes for remote VSAM files:

    - RECORDSIZE
    - KEYLENGTH

    Other Values REMOTENAME and REMOTESYSTEM are installation specific values which cannot be standardised.

    To have valid access to a remote VSAM file you must have a connection to the remote system. Otherwise the command will be denied (EIBRESP/EIBRESP etc.). Therefore it is independent where the file is located (same LPAR or REMOTE system) - the remote file has a LOCAL definition for accessing this file and attributes. May be there must be a new CICS internal service transaction like “CSFU” established to get the file attributes from the remote system before performing the first access to this remote file.

    In the current situation process planning will change e.g. VSAM DEFINE attributes for KEYLENGTH or RECORDSIZE (RECORDFORMAT) without any adjustment in CICS environment.

    The result may be unpredictable e.g. transaction loops and so forth.

    To eliminate mismatches and complexity RECORDSIZE and KEYLENGTH (may be additional RECORDFORMAT value) should be determined by the valid catalog information CICS internally. The above keywords should not be necessary in VSAM file definition in DFHCSD.

  • Guest
    Reply
    |
    Jan 4, 2014

    Which file attributes are you referring to ?
    CICS already gets the file information from the catalog for local files. For remote files, the recordsize and keylength is required for function shipping. The file being remote, means the AOR does not necessarily have access to the catalog that contains the file attributes, eg the AOR may be in London and the FOR in Berlin.