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).
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.
No further updates from submitter. Assuming source listing is sufficient. Canceling RFE.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - Programming Languages
Product - COBOL Compilers
For recording keeping, the previous attributes were:
Brand - Rational
Product family - Design & development
Product - COBOL Compilers
This feature can be achieved by using the source listing, since we already indicate which parts of the source were copied in and which were not. The purpose of SYSMDECK is to be the merged source as processed by the compiler.
Please let us know if you have any concerns.
The important part of the RFE is
"Flag the end ...".
Today, Begin is flagged - and file names can be found in cross reference information - but we cannot detect the end ... .
>> copied from ()" <<
You know that this information is gathered in the cross reference?
But it's true; if we have "Begin of code . . ." it's wonderful to read also the name of the library where the copybook came from.
Example:
1PP 5655-S71 IBM Enterprise COBOL for z/OS 4.2.0 P03N241
0
COPY/BASIS cross-reference of text-names, library names and da
Text-name Library File name Conca
(Member) (DDNAME) (Dataset name) Level
QSWSLIT SYSLIB S9298.PROD.COBCOPY 9
QSWSSAM SYSLIB S9298.PROD.COBCOPY 9
S03D160K SYSLIB S0300.PROD.COBCOPY 7
S03D944K SYSLIB S0300.PROD.COBCOPY 7
S03D945K SYSLIB S0300.PROD.COBCOPY 7
S03D946K SYSLIB S0300.PROD.COBCOPY 7
that makes sence, specially the "Begin of code copied from ()"
if one has possibly more than one copy library at compile time.....
Same functionality as with PLI Includes
Yes, that would be a nice feature with makes a self written parser much more simple.