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 

ICETOOL U1095

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


Joined: 04 Feb 2005
Posts: 31
Topics: 10

PostPosted: Mon Aug 25, 2008 7:09 am    Post subject: ICETOOL U1095 Reply with quote

Hello,

I am working with ICETOOL on a match process.

Code:

//STEP01   EXEC  PGM=ICETOOL   
//SYSPRINT DD SYSOUT=*         
//SYSOUT   DD SYSOUT=*         
//TOOLMSG  DD SYSOUT=*         
//DFSMSG   DD SYSOUT=*         
//DFSPARM  DD *               
  OPTION DYNALLOC=(SYSDA,20)   
//IN1      DD DISP=SHR,DSN=file1
//IN2      DD DISP=SHR,DSN=file2
//OUT      DD DSN=outfile,               
//            DISP=(NEW,CATLG),                                       
//            DCB=file2,               
//            DATACLAS=PRDCNORM                                       
//TEMP1  DD DSN=&&TEMP1,DISP=(MOD,PASS),                           
//           DATACLAS=PRDCNORM,DCB=LRECL=9201,RECFM=FB)             
//TOOLIN   DD *                                                       
  COPY FROM(IN1) TO(TEMP1) USING(CTL1)                               
  COPY FROM(IN2) TO(TEMP1) USING(CTL2)                               
  SPLICE FROM(TEMP1) TO(OUT) ON(1,22,CH) -                           
   WITH(1,9200) USING(CTL3) WITHALL                                   
//CTL1CNTL DD *                                                       
  INREC BUILD=(1:1,22,9201:C'X')                                     
/*                                                                   
//CTL2CNTL DD *                                                       
  INREC OVERLAY=(9201:C'Y')                                           
/*                                                                   
//CTL3CNTL DD *                                                       
  OUTFIL FNAMES=OUT,                                                 
  INCLUDE=(9201,1,CH,EQ,C'X'),                                       
  BUILD=(1,9200)                                                     
/*                                                                   



it gives me U1095

Code:


ICE185A 0 AN U1095 ABEND WAS ISSUED BY DFSORT, ANOTHER PROGRAM OR AN EXIT (PHASE S 4)


Any ideas on how I can fix this?

Same JCL works fine with other input files of same format. (In fact I think it ran fine with this input it self). I searched the forum but only post I found is somewhat different.
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


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

PostPosted: Mon Aug 25, 2008 10:20 am    Post subject: Reply with quote

Hmm ... this may be related to the use of STOPX37. Are you using that product? If so, can you disable it for this job to see if it still fails?
_________________
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
hchinnam
Beginner


Joined: 04 Feb 2005
Posts: 31
Topics: 10

PostPosted: Mon Aug 25, 2008 10:50 am    Post subject: Reply with quote

Crying or Very sad I don't know what that product is. Can you tell me how do I check/ disable it.
Back to top
View user's profile Send private message
hchinnam
Beginner


Joined: 04 Feb 2005
Posts: 31
Topics: 10

PostPosted: Mon Aug 25, 2008 1:12 pm    Post subject: Reply with quote

A quick search on google tells me that it is a product of BMC and is used for VSAM.
but both my input and output are flat files. So i don't think we are using STOPX37.
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


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

PostPosted: Mon Aug 25, 2008 2:33 pm    Post subject: Reply with quote

Quote:
and is used for VSAM.
but both my input and output are flat files. So i don't think we are using STOPX37.


I don't know anything about STOPX37, but I'd be very surprised if it is only used for VSAM files. At any rate, if you don't even know if you're using this product, then you're probably not the person in your shop who should be trying to diagnose the problem. Have your System Programmer open a problem report with IBM Service. IBM Service can collect the needed documentation, search the database of problems/solutions, etc. This is NOT the kind of thing that can be solved on a helpboard.
_________________
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
hchinnam
Beginner


Joined: 04 Feb 2005
Posts: 31
Topics: 10

PostPosted: Tue Aug 26, 2008 4:47 am    Post subject: Reply with quote

Thanks Frank. I submitted the JOB today and it went well. (No changes to JOB)
Back to top
View user's profile Send private message
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