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



"Hopkins, Bill" wrote:
> ...
> I            DS
> I                                        1 130 AR
> I                                        1  130AAACT1
> I                                       14  260AAACT2
> ...
> Thanks for "I in the 'type of data structure' column" but DS  1 130 AR is
> 130 alpha. Sub fields
> numeric. Would "I" move in blanks or zeros.
> and AR Array is numeric 10 130. ?? Could I move AR 1 130 below Sub fields?
> ...

Bill, the initialization is done in the order that the subfields are
coded.  If AR was really alpha, and you moved AR below the subfields,
the AR character initialization of blanks would "win" and you would have
the problem you're having now.  With AR first, the numeric subfields win
and they get initialized to numeric.

But AR is numeric because of the E spec, even though it looks like it's
alpha in the DS.  So, since all the subfields are numeric, it doesn't
matter whether AR is first or last.

(I would code the 0 decimal positions on the AR array to make it clearer
that AR is numeric.)




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.