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


  • Subject: Re: Multi Dimensional Array
  • From: dhandy@xxxxxxxxxxx (Douglas Handy)
  • Date: Thu, 12 Aug 1999 00:38:09 GMT

Rajeev,

>e.g. in a 80 char wide source file, 20 chars are left unused. So, there
>lies the problem.

For compile time tables, RPG requires you to specify the number of
elements per source statement (or record).  If you had an array of
6000 elements of 1 byte each, and specified 60 per record, then the
compiler doesn't care what is in bytes 61+.  They can be blank or
include comments.  The array is filled using just the first 60 bytes
of each source statement, so byte 1 of the second "record" does in
fact come immediately after byte 60 of the first "record", as far as
the array is concerned.

This is still not what is typically called a multi-dimension array, at
least in English.  

Hope this helps,
Doug
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---END



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.