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 

DFSORT failing with message - ICE061A

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


Joined: 30 Dec 2003
Posts: 53
Topics: 31

PostPosted: Thu Aug 19, 2004 1:16 pm    Post subject: DFSORT failing with message - ICE061A Reply with quote

In a job, we are creating a GDG version in the previous step and using that version and previous version of the GDG as the input files in the next step and copying to the latest version of the GDG. The job is failing with ICE061A message.

ICE061A 5 I/O ERROR, DD SYSUT1 , DEV C727, ECB 41, CSW 0E00, SENSE 0009


Could anyone let me know what should I do in this situation?

Thanks,
Selva.
_________________
--------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
--------------------------------------------------------
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12374
Topics: 75
Location: San Jose

PostPosted: Thu Aug 19, 2004 2:11 pm    Post subject: Reply with quote

Selva,

How is your JCL coded? When you are creating a New GDG version then you need to maintain the same generation numbers. From your question I understood that you are creating 2 new versions.

ex:
Code:

//STEP0100 EXEC PGM=MYPGM
//OUTPUT   DD DSN=MY.GDGBASE(+1),
//            DISP=(NEW,CATLG,DELETE),
//            UNIT=SYSDA,
//            SPACE=(CYL,(X,Y),RLSE),
//            DCB=(LRECL=ZZZ,RECFM=FB,BLKSIZE=0)
//*
//STEP0200 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1   DD DSN=MY.GDG.BASE(0),
//            DISP=SHR
//         DD DSN=MY.GDG,BASE(+1),
//            DISP=SHR
//SYSUT2   DD DSN=MY.GDGBASE(+2),
//            DISP=(NEW,CATLG,DELETE),
//            UNIT=SYSDA,
//            SPACE=(CYL,(X,Y),RLSE)
//SYSIN    DD DUMMY
/*


Notice that step0200 has a +2 For the new generation. Does your JCl look like above shown?

In case if you haven't checked the error message , check this link for a detailed explanation of the error message

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CM00/2.2.60?SHELF=&DT=20031120105340&CASE=

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Thu Aug 19, 2004 3:18 pm    Post subject: Reply with quote

I'm curious as to why DFSORT is showing the DDNAME as SYSUT1 and not as SORTIN, unless it is being invoked as the ICEGENER program.
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: Thu Aug 19, 2004 5:36 pm    Post subject: Reply with quote

Quote:
I'm curious as to why DFSORT is showing the DDNAME as SYSUT1 and not as SORTIN, unless it is being invoked as the ICEGENER program.


Yes, that's probably it, although it's possible to have any invocation of DFSORT use SYSUT1 as the input ddname by using OPTION SORTIN=SYSUT1 in DFSPARM or in the extended parameter list, e.g.

Code:

//DFSPARM DD *
  OPTION SORTIN=SYSUT1
/*

_________________
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
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