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

DFSORT/ICETOOL :: RE: How can we have the varying lenth of key filed in join key!

$
0
0
Author: magesh23586
Subject: Reply to: How can we have the varying lenth of key filed in join key!
Posted: Fri Oct 14, 2016 8:14 pm (GMT 5.5)

Note : If your keys are in ascending order, then you may use SORTED,NOSEQCK to avoid Sorting.

Code:

  JOINKEYS FILE=F1,FIELDS=(6,2,A),SORTED,NOSEQCK                                 
  JOINKEYS FILE=F2,FIELDS=(1,2,A),SORTED,NOSEQCK

_________________
Regards,
Magesh


Viewing all articles
Browse latest Browse all 9405

Trending Articles