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.
_________________
Regards,
Magesh
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