Author: shreya19
Subject: na
Posted: Tue Dec 06, 2016 9:36 am (GMT 5.5)
I got the below sequence numbers assigned using the code
Now I want to display only those groups having ABC at (14,3) on any of the rows.
Stuck on how to get this done.
Code'd
Subject: na
Posted: Tue Dec 06, 2016 9:36 am (GMT 5.5)
I got the below sequence numbers assigned using the code
Code: |
SORT FIELDS=COPY OUTREC IFTHEN=(WHEN=GROUP, BEGIN=(1,2,CH,EQ,C'AB'), PUSH=(31:ID=1)) OUTFIL BUILD=(1,30) |
Code: |
AB 1 Group data 1 1 Group data 1 ABC 1 Group data 1 1 Group data 1 1 AB 2 Group data 2 2 Group data 2 2 Group data 2 2 Group data 2 2 |
Now I want to display only those groups having ABC at (14,3) on any of the rows.
Stuck on how to get this done.
Code'd