× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I thought of that because the error occurs at a particular row# and I didn't see how big the data structure was.

I took a look at the "DDM Architechure Reference " (at https://www.ibm.com/support/knowledgecenter/SSEPH2_14.1.0/com.ibm.ims14.doc.apr/ims_ddm_cntqry.htm). Code points within DDM are identifiers for commands, command objects, other resources. I searched for x'2156' and found it is a parameter for the CNTQRY command (x'2006'). The parameter is

QRYROWSET
An optional parameter that specifies the number of rows of data to
return in one network reply. The number of rows is specified as a
4-byte binary number. The minimum value for QRYROWSET is 0. The
maximum possible value is 32 767. The codepoint for QRYROWSET is
X'2156'.

Maybe something is setting this parameter to 1192?


On 1/23/2020 8:00 AM, Charles Wilt wrote:
DS is 53 bytes...

DIM(9999)--> 529,947 bytes total

1192 records --> 63,176 bytes
1193 records --> 63,229 bytes

Doesn't seem to hit any limits I'm aware of...
Unless DDM is more limited than JDBC...

Charles




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.