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 Commands
Created by Guest
Created on Nov 5, 2015

DRD EXPORT should support DDDEF in addition to DSN

The type-2 command EXPORT should support specifying an output DDDEF instead of only permitting a full DSN (and one that doesn't support relative GDG references).

Idea priority Medium
  • Guest
    Reply
    |
    Mar 31, 2017

    As an FYI for other users, I found a workaround for having the RDDS dataset allocation and the EXPORT command in the same job: DD DSN=xx,FREE=END so that JES releases the exclusive dataset ENQ at the end of the allocation step instead of the end of the job.

    Example:

    // EXPORT SYMLIST=(*)
    // SET DSN=MY.EXPORTS.RDDS
    // SET TRANLIST='TRAN1 TRAN2 MYTRAN* '
    //*
    //ALLCRDDS EXEC PGM=IEBGENER
    //SYSUT1 DD DUMMY,BLKSIZE=32760,RECFM=VB
    //SYSUT2 DD DSN=&DSN,FREE=END,
    // DCB=(RECFM=VB,LRECL=32756,BLKSIZE=32760),
    // DISP=(,CATLG),SPACE=(TRK,(10,10))
    //SYSPRINT DD SYSOUT=*
    //SYSIN DD DUMMY
    //*
    //EXPORT EXEC PGM=CSLUSPOC,
    // PARM=('IMSPLEX=&IMSPLEX,ROUTE=%,F=BYRSC,WAIT=05:00')
    //SYSPRINT DD SYSOUT=*
    //SYSIN DD *,SYMBOLS=EXECSYS
    EXPORT DEFN TARGET(RDDS) RDDSDSN(&DSN) +
    TYPE(TRAN) NAME(&TRANLIST)
    /*

  • Guest
    Reply
    |
    May 10, 2016

    Dear Mr. Eosze:

    Thank you for submitting this IMS enhancement request.
    After giving the request a comprehensive review, we have determined that we cannot include it as a candidate in an upcoming release because it is not consistent with the product direction, which includes the use of the IMSRSC repository instead of the RDDS data sets. As a consequence we have, unfortunately, rejected this request.

    We appreciate your input to the IMS development team.  We also hope that you will continue to submit ideas for improvements as customer feedback is a key component to shaping the future direction of IMS. 

    Sincerely,
    Janna Mansker

  • Guest
    Reply
    |
    Dec 11, 2015

    I realized I forgot to mention IMPORT. Please also consider IMPORT the same way as EXPORT.