The Adabas & Natural Ideas Portal does not contain ideas from products ApplinX and EntireX. Please refer to the IBM Ideas Portal for these products (IBMid required).
Create a License Task to manage all SAG license keys on z/OS
This is idea covers the full spectrum of SAG products on z/OS that require a license key. The license keys for ADABAS/Natural (and other products) are a tedious process, especially for DR when the DRCPUID has not been provided. It would be great t...
Allow "*" instead of blanks for a non-display field (in maps, INPUT stmt, etc.).
The field attribute AD=N can be used to define a field in a map, an INPUT statement or other output statements as non-display. Any value entered in the field will not be displayed. Instead, blanks will be displayed. However, asterisks should be di...
SQL241 (Product not listed under CATEGORIES) XREF limit for COBOL compile - SQL0209 MORE THAN 30 FILES TO DOCUMENT (as per Incident SI-578502) Workaround is to turn XREF OFF to avoid the issue, but not ideal is XREF is heavily used by our LOBs
provide a supported, ready-to-use, adaptable solution/addon
e.g. hook into Link Routine User Exit 1 (Pre-Command) and User Exit 2 (Post-Command) and send data to a collector before entering LUEXIT1 and after finishing LUEXIT2 https://openteleme...
A missing CORCFG module should prevent job execution in a VISTA environment
A missing CORCFG in a VISTA environment should not be tolerated. Currently when CORCFG is missing the job produces "+COR005E Runtime configuration module CORCFG not located" message but it continues processing which could result in huge logical co...
Add info of DDSIAUS2 of ADARES PLCOPY to Checkpoint file
We do ADARES PLCOPY TWOCOPIES - DDSIAUS1 to GDG and DDSIAUS2 to a dataset with date/time in the name. DDSIAUS1 rolls over after the GDG limit is reached and DDSIAUS2 is retained for 12 or 24 months. However only the info of DDSIAUS1 is reported in...
This only concerns programming, not execution. And also any platform (mainframe, LUW). When you need to code large numbers in a program, you can only use the decimal point to separate digits between the integer and fraction part. But if you want t...
Correct display of "Unused Blocks" in Display File Layout with SYSAOS or ADAREP
The information on UNUSED BLOCKS of Adabas file components like AC, UI, NI or DS displayed in SYSAOS as well as with ADAREP does not reflect the real situation regarding free blocks.
What is shown instead is the number of blocks never used since...
Right now we are limited in the space in memory between the "line"- 16m and the "bar" (2G) The ECSA is full and our LBP's are maxed out. We have put our LFIOP up above the bar, but that makes relatively little difference. It seems like time to be ...
Adabas Pre-Compiler cobol fixesI have a line in my program:03 FILLER PIC X(20) VALUE '@ADD@'. Adaprep interpret this as command @ADD,and develop the code for @ADD command in the working storage section.but this is not and Adaprep command.The same ...