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



Where does it say "Binary(2)" in that text?

You're quite right. I saw the posts about 'binary' and responded without delving into the specific problem the OP presented.

So, it's NOT that the OP misinterpreted
> "Binary(2)", it's that the "B"
data type is the wrong tool for the job.

My trigger null map definitions look akin to this:
 * We can't tell how many fields are in the file;
 * to avoid hard-coding the number, set up an arbitrarily large
 * array to hold the null map.  Remember that you can only
 * trust the array up to the null map length!!!
d OldNulImg       ds         32766    Based(POldNul)
d  OldNulMap                     1a   dim(%size(OldNulImg))
d NewNulImg       ds         32766    Based(PNewNul)
d  NewNulMap                     1a   dim(%size(NewNulImg))

...so I'm not certain what happened to the last neuron in my cranium as I answered the original post.
  --buck

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.