Page 1 of 1

SYNCTOOL

PostPosted: Sun Jul 08, 2012 10:23 am
by ranga_subham
I thought SYNCTOOL can achieve it easily....... your thoughts please !?!?

//STEPONE1 EXEC PGM=SYNCTOOL
//SSMSG    DD SYSOUT=*
//TOOLMSG  DD SYSOUT=*
//IN       DD INPUT.DATA,DISP=SHR
//FIRST    DD SYSOUT=*
//SECND    DD SYSOUT=*
//SYSOUT   DD SYSOUT=*
//TOOLIN   DD *
  SELECT FROM(IN) TO(FIRST) ON(1,2,CH) FIRST USING(RAN1)
  SELECT FROM(IN) TO(SECND) ON(4,2,CH) FIRST USING(RAN2)
//RAN1CNTL DD *
  OUTFIL FNAMES=FIRST
//RAN2CNTL DD *
  OUTFIL FNAME=SECND


Thanks.

Re: SYNCTOOL

PostPosted: Sun Jul 08, 2012 10:32 am
by dick scherrer
Hello,

Achieve what :?

Why has this been posted? It says nothing really and does not ask for anything.

Suggest you start over and explain why this has been posted and what you want to contribute or learn.

Re: SYNCTOOL

PostPosted: Thu Jul 12, 2012 10:55 am
by Anuj Dhawan
This one seems to be duplicate of syncsort-synctool/sum-fields-none-t7845.html. If it's not explain what Dick has asked for. In the other thread too, I've in some comments, please have a look and determine where do you want to continue.

Re: SYNCTOOL

PostPosted: Thu Jul 12, 2012 6:12 pm
by Anuj Dhawan
This duplicate is locked now.