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.
The underlying requirements for this RFE were delivered via IAPAR PI92287 and integrated as part of v3.0.1with support for COBOL group conditions and the ALL figurative constant in VALUE clauses. See https://www.ibm.com/support/knowledgecenter/SSMQ4D_3.0.0/documentation/whats_new.html
Hi, can I check that examples are still required?
A proposed fix has been coded and tested - details deep within :-
https://www-947.ibm.com/support/servicerequest/problemDescriptionSelect.action?srNumber=62962&branch=075&retainCountryCode=724
In case the sample that fails helps :-
000010 IDENTIFICATION DIVISION.
000020 PROGRAM-ID. COBPREFX.
000030 DATA DIVISION.
000040 WORKING-STORAGE SECTION.
000800 01 SAMPLE-RECORD.
000900 03 SAMPLE-KEY.
001000 88 SAMPLE-HEADER VALUE ALL '0'.
001100 88 SAMPLE-TRAILER VALUE ALL '9'.
001200 05 SAMPLE-KEY-A.
001600 07 SAMPLE-VAL-1
001700 PIC X(02).
001800 07 SAMPLE-VAL-2
001900 PIC X(10).
002600 PROCEDURE DIVISION.
002700 GOBACK.
Which receives a :-
IBM Record Generator for Java V3.0.0 Build 20170904-1704 on: Tue Dec 05 14:56:35 GMT 2017
Generating //DD:SYSADATA(SAMPLE) to: /u/jtae011/endevor/src/EBCDIC/java/SampleRecord.java
Error while processing file: //DD:SYSADATA(SAMPLE)
java.lang.ClassCastException: com.ibm.recordgen.cobol.GroupSpec incompatible with com.ibm.recordgen.cobol.FieldSpec
at com.ibm.recordgen.cobol.RecordClassGenerator.genConditionMethod(RecordClassGenerator.java:932)
at com.ibm.recordgen.cobol.RecordClassGenerator.genGetterAndSetter(RecordClassGenerator.java:1342)
at com.ibm.recordgen.cobol.RecordClassGenerator.genGetterAndSetter(RecordClassGenerator.java:1340)
at com.ibm.recordgen.cobol.RecordClassGenerator.genGettersAndSetters(RecordClassGenerator.java:1357)
at com.ibm.recordgen.cobol.RecordClassGenerator.generateJavaSourceOn(RecordClassGenerator.java:600)
at com.ibm.recordgen.cobol.RecordClassGenerator.processFile(RecordClassGenerator.java:409)
at com.ibm.recordgen.cobol.RecordClassGenerator.processLibrary(RecordClassGenerator.java:506)
at com.ibm.recordgen.cobol.RecordClassGenerator.main(RecordClassGenerator.java:320)
RecordClassGenerator failed to process at least one file; exitCode=8
HTH
--
Mark
Thanks for raising this requirement, first question is do you have a list of COBOL copybook structures you would like to see handled/improved this would be a very useful starting point.
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - z Systems Software
Product - IBM Record Generator for Java
Component - IBM Record Generator for Java
Operating system - z/OS
Source - Other
For recording keeping, the previous attributes were:
Brand - Servers and Systems Software
Product family - z Systems Software
Product - JAVA
Component - JAVA
Operating system - IBM z/OS
Source - Other
IBM Record Generator for Java, V3.0 is available to existing clients of z/OS(R) V2.1, or later. Also, here is a link to the Welcome Page
https://www.ibm.com/support/knowledgecenter/SSMQ4D_3.0.0/documentation/welcome.html
Due to processing by IBM, this request was reassigned to have the following updated attributes:
Brand - Servers and Systems Software
Product family - z Systems Software
Product - JAVA
Component - JAVA
Operating system - IBM z/OS
Source - Other
For recording keeping, the previous attributes were:
Brand - Servers and Systems Software
Product family - z Systems Software
Product - z/OS
Component - Shell & Utilities
Operating system - IBM z/OS
Source - Other
Creating a new RFE based on Community RFE #94992 in product z/OS.