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.
This Idea was shipped in the Feb 2024 6.4 PTF
We plan to implement this in the next few months. This Idea will be updated once the feature is delivered.
Any concrete plans to implement?
Could you tell us when this new feature will be effective?
Could you tell us when this new feature will be effective?
This RFE is being accepted and will be updated once put into plan.
Posting from smartphone (iPhone) create duplicates...
An other way to manage NULL value would be to declare a condition-name (88 level) of « NULL » associated to the data-item to nullify
01 top-level.
05 a-proterty-nullable PIC X.
88 NULL value space.
05 another-property-nullable PIC S9(10).
88 NULL value -1.
NULL is a reserved name. Can be « isnull » or « When-null »...
On parse :
- When property is null, assign value defined by level 88 to data-item, equivalent of « set NULL of a-property-nullable to true »
On generate :
- When value of data-item is equal to level 88, write « ”a-property-nullable”: null »
This avoue to deal with low-value in numeric data-item (wich can use value zero as null value) .
An other way to manage NULL value would be to declare a condition-name (88 level) of « NULL » associated to the data-item to nullify
01 top-level.
05 a-proterty-nullable PIC X.
88 NULL value space.
05 another-property-nullable PIC S9(10).
88 NULL value -1.
NULL is a reserved name. Can be « isnull » or « When-null »...
On parse :
- When property is null, assign value defined by level 88 to data-item, equivalent of « set NULL of a-property-nullable to true »
On generate :
- When value of data-item is equal to level 88, write « ”a-property-nullable”: null »
This avoue to deal with low-value in numeric data-item (wich can use value zero as null value) .
An other way to manage NULL value would be to declare a condition-name (88 level) of « NULL » associated to the data-item to nullify
01 top-level.
05 a-proterty-nullable PIC X.
88 NULL value space.
05 another-property-nullable PIC S9(10).
88 NULL value -1.
NULL is a reserved name. Can be « isnull » or « When-null »...
On parse :
- When property is null, assign value defined by level 88 to data-item, equivalent of « set NULL of a-property-nullable to true »
On generate :
- When value of data-item is equal to level 88, write « ”a-property-nullable”: null »
This avoue to deal with low-value in numeric data-item (wich can use value zero as null value) .
An other way to manage NULL value would be to declare a condition-name (88 level) of « NULL » associated to the data-item to nullify
01 top-level.
05 a-proterty-nullable PIC X.
88 NULL value space.
05 another-property-nullable PIC S9(10).
88 NULL value -1.
NULL is a reserved name. Can be « isnull » or « When-null »...
On parse :
- When property is null, assign value defined by level 88 to data-item, equivalent of « set NULL of a-property-nullable to true »
On generate :
- When value of data-item is equal to level 88, write « ”a-property-nullable”: null »
This avoue to deal with low-value in numeric data-item (wich can use value zero as null value) .
An other way to manage NULL value would be to declare a condition-name (88 level) of « NULL » associated to the data-item to nullify
01 top-level.
05 a-proterty-nullable PIC X.
88 NULL value space.
05 another-property-nullable PIC S9(10).
88 NULL value -1.
NULL is a reserved name. Can be « isnull » or « When-null »...
On parse :
- When property is null, assign value defined by level 88 to data-item, equivalent of « set NULL of a-property-nullable to true »
On generate :
- When value of data-item is equal to level 88, write « ”a-property-nullable”: null »
This avoue to deal with low-value in numeric data-item (wich can use value zero as null value) .