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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
Requirement: IEBCOPY should allow multiple input partitioned data sets to be unloaded when the objective is to produce a single output file in sequential format. This restriction is undocumented in the utility manual and can only be found in the messages manual (IEB180I, RC=8). IEBCOPY currently restricts the COPY UNLOAD operation/function to a single input partitioned data set as documented in utility message IEB180I.
If the user attempts to unload 2 or more unique partitioned data sets with a single COPY or COPYGROUP operation to a single output file, the job step will terminate with RC=8 and fail as follows:
IEB180I MORE THAN ONE INPUT DATA SET SPECIFIED FOR UNLOAD OPERATION
IEB151I JOB HAS TERMINATED WITH ERROR(S)
IEB147I END OF JOB - 8 WAS HIGHEST SEVERITY CODE
IBM DFSMS development should eliminate the restriction. In addition, if the restriction is not lifted by IBM, the error condition should be raised before unloading the first input data set failing the job
immediately. It is a waste of machine time to unload the first input data set successfully and subsequently fail the job due to a construction error caused by a utility design restriction in the presence of additional input data sets Notice in the attachment to this RFE how a partially completed unload for 1 data succeeds but fails on the second input data set when the unload initiates. The resulting sequential data set is an incorrectly aggregated unload of data from two valid input source files.
Idea priority | High |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Creating a new RFE based on Community RFE #78863 in product z/OS.
Attachment (Use case): The following use case demonstrates the restriction. Message IEB180I is generated when more than 2 input data sets are specified. This error message is NOT documented in the DFSMS for z/OS Utilities manual. This example is neither complex nor extraordinary in that which is to be accomplished.