Syncsort



Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL

Syncsort

Postby skittlebombs » Thu May 02, 2013 8:58 pm

My input is the results of ISRSUPC in which I want to extract out of the report the following "(members)" which are located AFTER the "XREF STRING-NOT-FOUND" (which starts in position 2 for a length of 17 ). These members are also located starting in position 2 in "(xxxxxxxx)" format, as you can see below.
----+----1----+----2----+----
XREF STRING-NOT-FOUND
"(CS20V04)"
"(DELNPAR)"
"(FNP007)"
"(FNP05A)"
"(FNSPT2C)"
"(HQLIST)"
"(H4MATCH)"
"(H4WAFTO)"
"(H40GTT)"
"(H4009)"
"(IE001O1)"
"(IE001Y)"
"(IE001Z)"
"(IE0010)"
"(IE00102)"

How do I use SYNCSORT FOR Z/OS 1.3.2.2R to pull out this list?

Here was my first 'brain fart' attempt which got me nothing. So PLEASE can someone help me with this!
IOF SYSOUT:
SYSIN :
  INREC IFTHEN=(WHEN=(3,21,CH,EQ,C'XREF STRING-NOT-FOUND'),
          OVERLAY=(81:C'X'),HIT=NEXT),
        IFTHEN=(WHEN=(3,1,CH,EQ,C'"'),
          OVERLAY=(81:C'F'),HIT=NEXT),
        IFTHEN=(WHEN=NONE,
          OVERLAY=(81:C'X'))
  SORT FIELDS=(81,1,CH,A)
  OUTFIL REMOVECC,
  OMIT=(81,1,CH,NE,C'F'),
  OUTREC=(1,80)
WER108I  SORTIN   : RECFM=FB   ; LRECL=   132; BLKSIZE= 27984
WER257I  INREC RECORD LENGTH =   132
WER110I  SORTOUT  : RECFM=FB   ; LRECL=    80; BLKSIZE= 27920
WER045C  END SORT PHASE
WER418I  DATASPACE(S) AND/OR HIPERSPACE(S) USED
WER405I  SORTOUT  : ,DATA,RECORDS OUT          0; TOTAL RECORDS OUT          0

Can someone please help me to resolve this issue.
thanks,
Karen
skittlebombs
 
Posts: 3
Joined: Thu Oct 11, 2012 4:43 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Syncsort

Postby dick scherrer » Thu May 02, 2013 11:36 pm

Hello,

Is it ok if the "entire" member name (i.e. "(FNP007)") is selected or do you want only FNP007?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post