MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Getting maxcc=0020 for ICETOOL

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
nagarajan.dharani
Beginner


Joined: 04 Apr 2007
Posts: 20
Topics: 4

PostPosted: Thu Oct 18, 2007 9:52 am    Post subject: Getting maxcc=0020 for ICETOOL Reply with quote

Hi for the following code i am getting MAXCC=0020

Can someone please help me out insolving error.


Code:

//TOOLIN DD *
COPY FROM(IN1) TO(T1) USING(CTL1)
COPY FROM(IN2) TO(T1) USING(CTL2)
SELECT FROM(T1) TO(OUT) ON(2,10,CH) DUPS USING(CTL3)
/*
//CTL1CNTL DD *
  INREC OVERLAY=(X,2,4,BI,TO=ZD,LENGTH=10,121X,C'2')
/*
//CTL2CNTL DD *
  INREC OVERLAY=(133:C'1')
/*
//CTL3CNTL DD *
  OUTFIL FNAMES=OUT,INCLUDE=(133,1,CH,EQ,C'2'),
     BUILD=(1:2,10,133:X)


Thanks,
Dharani
Back to top
View user's profile Send private message Send e-mail
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Thu Oct 18, 2007 10:04 am    Post subject: Reply with quote

From the "DFSORT Application Programming Guide":

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CA20/6.19?DT=20060615185603

RC=20 means the //TOOLMSG DD statement is missing. You didn't show all of your JCL so it's impossible to tell what DD statements you have or don't have. Your job should start with:

Code:

//S1    EXEC  PGM=ICETOOL                           
//TOOLMSG   DD  SYSOUT=*                             
//DFSMSG    DD  SYSOUT=*                             

_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nagarajan.dharani
Beginner


Joined: 04 Apr 2007
Posts: 20
Topics: 4

PostPosted: Thu Oct 18, 2007 10:13 am    Post subject: Reply with quote

Hi Frank,

Yes I missed out //TOOLMSG

Now it is working for me.'

Thanks a lot for your help.

Thanks,
Dharani
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group