× 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.



Hi Booth.  I do something similar for an output parameter, but this is input, from a web form via IWS.  The web form is POSTing XML (as noted in my OP) and IWS gets the XML and populates everything in the data structure, including line_LENGTH, but not comments.


On 2/14/2019 12:41 PM, Booth Martin wrote:
   d line_LENGTH                  10i 0
   d  comments                          like(line) dim(3)

   d  line            s             79

And in your calculations, you load:

   line_LENGTH += 1;
   comments(line_LENGTH) = line

On 2/14/2019 1:09 PM, Peter Dow wrote:
 d comments likeds(commentlines)

 d commentlines    ds                    qualified template
 d  line_LENGTH                  10i 0
 d  line                         79a     dim(3)


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.