IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Relationship between Syncsort and ICETOOL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chandrakanth_s

New User


Joined: 15 Mar 2006
Posts: 13

PostPosted: Fri Dec 22, 2006 8:54 pm
Reply with quote

Could anyone let me know what is the relationship between ICETOOL and Syncsort. I coded in my JCL EXEC PGM=ICETOOL, but it called Syncsort. Usually we use EXEC PGM=SORT. Does that mean whatever I achive in PGM=SORT can be achieved in PGM=ICETOOL. The below code failed when I use PGM=SORT and the same code executed successfully when I used PGM=ICETOOL
Code:

//S1 EXEC PGM=SORT                             
//TOOLMSG DD SYSOUT=*                         
//DFSMSG DD SYSOUT=*                           
//CON DD DSN=TST.SAMPLE1,DISP=SHR     
//        DD DSN=TST.SAMPLE2,DISP=SHR     
//OUT DD DSN=E2CCSS4.TST.REPORT1,             
//       DISP=(NEW,CATLG,DELETE),             
//       UNIT=SYSDA,SPACE=(CYL,(1,1),RLSE),   
//       DCB=(*.CON)                           
//TOOLIN DD *                                 
  SELECT FROM(CON) TO(OUT) ON(1,20,CH) FIRSTDUP
/*                                             


Regards,
Chandra
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Dec 22, 2006 9:03 pm
Reply with quote

This previous post ought to help answer your question.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts ICETOOL returns no records JCL & VSAM 1
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
No new posts how to calculate SUM for VB file usin... JCL & VSAM 1
Search our Forums:

Back to Top