Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. 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
Workspace z/OS
Categories BCP_Allocation
Created by Guest
Created on Apr 4, 2017
Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit ZOS-I-1682 Allow GDGORDER to LIFO and FIFO with Relative GEN Reference.

Syntax in jcl to get oldest gds of an gdg Merged

Jcl to get oldest GDS of GDG ?
In jcl DSN=TOTO.TUTU(0) gives latest GDS of GDG
When :
TOTO.TUTU.G0297V00
TOTO.TUTU.G0298V00
TOTO.TUTU.G0299V00
DSN=TOTO.TUTU.( something choosed by Ibm ) would give TOTO.TUTU.G0297V00

Idea priority Low
  • Guest
    Reply
    |
    May 5, 2017

    We need to use jobs with :
    //STEP.....
    //INPUT DD DISP=OLD,DSN=TOTO.TUTU.( something choosed by Ibm )
    ...
    //STEP... PGM=IEFBR14,COND=(0,NE)
    //DELETE01 DD DISP=(OLD,DELETE),DSN=TOTO.TUTU.( something choosed by Ibm )
    which treat files TOTO.TUTU in FIFO order

  • Guest
    Reply
    |
    Apr 5, 2017

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - z/OS
    Component - BCP_General
    Operating system - IBM z/OS
    Source - None

    For recording keeping, the previous attributes were:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - z/OS
    Component - General
    Operating system - IBM z/OS
    Source - None

  • Guest
    Reply
    |
    Apr 5, 2017

    Use GDGORDER Keyword?

  • Guest
    Reply
    |
    Apr 5, 2017

    Doesn't TOTO.TUTU(-2) give you what you want?