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.
We would like to have a DFSORT utility to easily invert a file, so the records to become columns and the opposite (like matrix inversion).
Input example:
ABC
123
output:
A1
B2
C3
Kind regards
Konstantinos
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.
Thank you for your answer,
There are cases that we can use the utility even with the limitation of 32K. For example a file with 30K records with LRECL=1000 can be inverted to file with 1000 records and LRECL=30K.
Ideally, please include:
? Real-time examples.
? A sample input file and the desired output file.
? DCB properties (e.g., LRECL, RECFM).
Providing these details will help us gain deeper insight into your requirements and proceed accordingly.
Additionally, z/OS is governed by LRECL, and record length has the following limitations:
? Variable-length records: limited to 32,756 bytes
? VSAM variable-length records: limited to 32,752 bytes
? Fixed-length records: limited to 32,760 bytes
? Variable block-spanned records: limited to 32,767 bytes
Based on these limitations, we have the following questions for you:
1 How many records does your input file consist of? If the number of records exceeds 327,768, how should inversion be handled?
2 If the input file is of variable length, how should short records be inverted?
Providing clarity on these points will help us better understand and address your requirements.