Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

DFSORT/ICETOOL :: RE: Accessing first bit of PD value

$
0
0
Author: sergeyken
Posted: Thu May 04, 2017 12:22 am (GMT 5.5)

rajatbagga wrote:
Coming on the second aspect

Input
Code:
321
00C
320
00C

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:
320
00C

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


Viewing all articles
Browse latest Browse all 8500

Trending Articles