|
From: Harry Williams <planesmart@teleteam.com> > How would you access the table? By the way. CCITT is used for FAX and is one > of the tiff compressions. > Leif Svalgaard wrote: > > Another fast way would be to have a table with 2^12 entries > > in it. Then simply use the 12 bits as an index to get the number > > (and the shift). > > DCL DD BITS CHAR(2); DCL DD BIDX BIN(2) DEF(BITS) POS(1); DCL DD TABLE(0:4095) BIN(2); DCL DD NBR BIN(2); CPYNV NBR, TABLE(BIDX);
As an Amazon Associate we earn from qualifying purchases.
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.