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

DFSORT/ICETOOL :: RE: Join key - Populate Zeros when Unpaired from File 1

$
0
0
Author: Rohit Umarjikar
Posted: Thu May 12, 2016 2:35 am (GMT 5.5)

Or this may be as per Bill's direction.
Code:
REFORMAT FIELDS=(F1:1,9,F2:5,5,?)                   
SORT FIELDS=COPY                                   
OUTFIL IFTHEN=(WHEN=(15,1,CH,EQ,C'B'),BUILD=(1,14)),
       IFTHEN=(WHEN=(15,1,CH,EQ,C'1'),             
               BUILD=(1,9,4Z,+0,TO=PD,LENGTH=1))       

you are missing a option copy icon_smile.gif
_________________
Regards,
Rohit Umarjikar
"Some things Man was never meant to know. For everything else, there's Google"


Viewing all articles
Browse latest Browse all 9405

Trending Articles