×
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.
On 2024-03-28 6:46 p.m., Jon Paris wrote:
Have you tried spewcifying *ALL ? That was a requirment at one time and the message appears to confirm that.
It's still a requirement to specify either *INPUT or *ALL for an
externally-described DS if it's to be used as the result field for an
input I/O operation.
The default for an externally described DS is to only get subfields
"fields in the input buffer" which (strangely) is not exactly the same
as *INPUT, which means "input capable fields".
So you can either specify *INPUT or *ALL.
DCL-DS KMT EXTNAME('CS15L00105' : *INPUT) QUALIFIED END-DS ;
Or, since your data structure is qualified, you could also define it
with LIKEREC, which defaults to *INPUT, and is automatically qualified.
DCL-DS KMT LIKEREC(CS15R05K);
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.