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.
Hi, thanks for the reply. Feel free to open a new RFE if this becomes an issue in the future. Thanks.
Hi,
Thank you very much for your suggestion.
Unfortunately I can't test it because we do not have an IBM COBOL for AIX installation anymore :-( .
Thanks again.
Best regards
Stefan
Hi, can you please test with -qhost -q'char(ascii)' -q'collseq(ascii)' to see if it helps with this RFE? Thanks.
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 is in-line with our multi-year strategy, but has not been planned for a future release yet.
This RFE is still being reviewed by IBM
Hi Basil,
Thank you for working on our request.
Native ASCII support when using the -host option would solve our problem. Providing an additional/new compiler switch to trigger the mainframe like command-line argument linkage/handling independently from the other settings of the -host option (CHAR(EBCDIC), COLLSEQ(EBCDIC), NCOLLSEQ(BIN), FLOAT(S390)) would be another solution.
The request is not about COBOL string handling.
Just about the way the AIX COBOL runtime provides main programs with command line arguments.
Thank you again.
Best regards from Germany
Stefan
Thanks for the reply.
You mentioned:
"Our intention is to work in a native ASCII environment. So all strings (incl. the command-line argument string "parm-string" in the source code example mentioned above) should be encoded in ASCII."
Are you requesting for ASCII support specifically when using -host option on AIX? or do you want (just in general) AIX COBOL to support ASCII character string that has a halfword prefix that contains the string length.
You're clarification would be appreciated.
Regards,
Basil
Hi,
Thank you for reviewing our request.
The Mainframe style command-line argument linkage used by COBOL main programs on z/OS is shown in section "Example: command-line arguments with -host option" of chapter "Using command-line arguments" in the "COBOL for AIX, V4.1.1 Programming Guide" manual.
Our problem is, that we want to use this kind of command-line argument linkage but are not able use the -host option because this option will set CHAR(EBCDIC) and COLLSEQ(EBCDIC), too. Our intention is to work in a native ASCII environment. So all strings (incl. the command-line argument string "parm-string" in the source code example mentioned above) should be encoded in ASCII.
Thank you again.
Best regards from Germany.
Hi Stefan,
We are currently investigating your request. As part of our investigation, can you please provide the mainframe style command-line argument syntax that is currently being used on z/OS for us to get an accurate idea?
Thanks.