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

DFSORT/ICETOOL :: RE: Format record to remove Leading zeroes

$
0
0
Author: RahulG31
Subject: Reply to: Format record to remove Leading zeroes
Posted: Wed Apr 05, 2017 10:23 pm (GMT 5.5)

Code:
//SYSIN DD *
 OPTION COPY
 OUTREC IFTHEN=(WHEN=(1,10,FS,EQ,NUM),
        OVERLAY=(1:1,10,ZD,EDIT=(IIIIIIIIII),LENGTH=10,
               1:1,10,SQZ=(SHIFT=LEFT),11:11,14))
/*


Viewing all articles
Browse latest Browse all 8500

Trending Articles