On Tue, 18 Feb 2014 10:38:11 -0600, Paul Gilmartin <[email protected]> wrote:

>On Tue, 18 Feb 2014 11:26:41 -0500, John Gilmore wrote:
>
>>"X L2" defines a two-byte field.  Its value can range from x'0000' to x'ffff'.
>>
>>Viewed as unsigned this is a numeric range of 0 <= u <= 65535.  Viewed
>>as signed it is a numeric range of -32768 <= s <= +32767.
>>
>>In either case the answer to your question is yes.
>> 
>As I read it, the OP intends to count bits, not bytes, in which case the answer
>is no.
>

I think we would need to see how ITMLNG is used to know for sure. 

A snippet of code given in a previous question (with an equally useful subject  
of "Assembler code") inverted a bit in ITMAP without any reference to ITMLNG.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to