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.
his requirement has been re-assessed. It is not likely that this will be implemented in the next 12-24 months and so it is being declined at this point. The requirement will be kept in the RFE system and might be reassessed in the future. You also have an opportunity to resubmit in twelve months time if you wish it to be reconsidered then.
But perhaps a requirement should be opened to allow DBCS in the XMLUCHAR function? (that generates XML as UTF-8)
Hi Team, can someone help with the status of this request please..
Team, any more questions on my request ? We would need PL/1 to be flexible for handling DBCS characters also during XMLCHAR function execution.. This is much in demand.. Please try to have a look at this.. Thanks
#1. No plans for having XML data element names as DBCS in near future as well.
#2. DBCS data stored within the PL1 character variable has to be supported in XMLCHAR function.
For our scenario, we have declared the variable as datatype CHAR, do you think I need to declare it as GRAPHIC? and is GRAPHIC data type is supported in XMLCHAR function ?
Data has to be written to the buffer along with the shift-in & shift-out codes, which helps identifying DBCS.
In our case,
#1.Actual DBCS data ==> 静岡県静岡市葵区紺屋町17‐1
#2.I believe PL1 read the single byte Hex value of it, and recognized it like this ==> ・」、シ、ェ・」、シ、ォ&R、ャ<]、Z、ュ。1。7」!。1
#3.After applying XMLCHAR function, the data is formatted within tags like this ==> ・」、シ、ェ・」、シ、ォ&R、ャ<]、Z、ュ。1。7」!。1
==> You can see < symbol from the #2 is replaced with < in #3 after applying XMLCHAR. probably PL1 see it as a special character.
Fixing this would help our application to achieve lot many things in PL1.
We're tentatively accepting this until we get an answer to our earlier questions
Is the requirement for 1) that data element names in DBCS are supported or 2) that DBCS data be supported? or both?
Another way to ask 2) would be to ask if structure elements with the GRAPHIC attribute are to be supported?
For 2) should the data simply be written to the buffer? or should the data be enclosed in shift-codes?