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

DFSORT/ICETOOL :: RE: match 2 files

$
0
0
Author: anatol
Subject: Reply to: match 2 files
Posted: Fri Nov 04, 2016 1:01 am (GMT 5.5)

ok, actual file is 1000 , not as I ask before .I've used
Code:

  JOINKEYS FILE=F1,FIELDS=(9,71,A)                 
  JOINKEYS FILE=F2,FIELDS=(9,71,A)                 
  JOIN UNPAIRED,F1,F2,ONLY                         
   REFORMAT FIELDS=(F1:1,4,?,F1:5,F2:5)           
  SORT FIELDS=COPY                                 
 OUTFIL FNAMES=INBOTHF,INCLUDE=(5,1,CH,EQ,C'B')   
 OUTFIL FNAMES=INF1ONLY,INCLUDE=(5,1,CH,EQ,C'1')   
 OUTFIL FNAMES=INF2ONLY,INCLUDE=(5,1,CH,EQ,C'2')   

in first and in second file are good, but nothing in file both


Viewing all articles
Browse latest Browse all 9405

Trending Articles