Posted: Thu Aug 19, 2004 1:16 pm Post subject: DFSORT failing with message - ICE061A
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
--------------------------------------------------------
Joined: 26 Nov 2002 Posts: 12374 Topics: 75 Location: San Jose
Posted: Thu Aug 19, 2004 2:11 pm Post subject:
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.
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Thu Aug 19, 2004 5:36 pm Post subject:
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
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