Author: sergeyken
Posted: Thu May 04, 2017 12:22 am (GMT 5.5)
or
_________________
Tyrannosaurus-REXX
Posted: Thu May 04, 2017 12:22 am (GMT 5.5)
rajatbagga wrote: | ||||
Coming on the second aspect Input
I want to only include the data with the last 2 digits of the number equal to 00 to satisfy the condition without converting the data into ZD. output
|
Code: |
INCLUDE COND=(2,2,CH,BZ,B'0000111111110000') 'BZ' = "bits are zeroes" |
or
Code: |
INCLUDE COND=(2,2,BI,BZ,X'0FF0') 'BZ' = "bits are zeroes" |
_________________
Tyrannosaurus-REXX