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

SYNCSORT :: RE: Sort records based on numeric field.

$
0
0
Author: RahulG31
Subject: Reply to: Sort records based on numeric field.
Posted: Wed Oct 19, 2016 10:53 pm (GMT 5.5)

Your data is NOT PACKED.

Since, you didn't use code tags, the spaces between fields were not preserved.

You can use ZD and compare like:
Code:
 OPTION COPY
 INCLUDE COND=(26,7,ZD,GE,248)

Or you can use FS like:
Code:
 OPTION COPY
 INCLUDE COND=(25,8,FS,GE,+0000248)   

Or you could also use SFF like:
Code:
 OPTION COPY
 INCLUDE COND=(23,8,SFF,GE,+0000248) 

.


Viewing all articles
Browse latest Browse all 8500

Trending Articles