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

ABEND U0999 in SORT card


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

New User


Joined: 13 Feb 2008
Posts: 36
Location: India

PostPosted: Mon Dec 05, 2011 12:40 pm
Reply with quote

Hi Guys,

While executing a job i got U0999 abend the DUMP is given below:

SORT Step that caused the abend is

Code:
 END OF DUMP                                                                   
  WER901I  **WARNING** SYNCSORT 1.3.2.0 WILL EXPIRE IN 14 DAYS                 
  WER276B  SYSDIAG= 2450965, 5868904, 5868904, 11341950                         
  WER164B  7,408K BYTES OF VIRTUAL STORAGE AVAILABLE, MAX REQUESTED,           
  WER164B     0 BYTES RESERVE REQUESTED, 628K BYTES USED                       
  WER146B  20K BYTES OF EMERGENCY SPACE ALLOCATED                               
  WER050I  SUM CONTROL STATEMENT IGNORED                                       
  WER108I  SORTIN   : RECFM=F    ; LRECL=   507; BLKSIZE=   507                 
  WER110I  SORTOUT  : RECFM=F    ; LRECL=   508; BLKSIZE=   508                 
  WER462I  OUTPUT LRECL DIFFERS FROM SORTOUT LRECL                             
  WER410B  5,868K BYTES OF VIRTUAL STORAGE AVAILABLE ABOVE THE 16MEG LINE,     
  WER410B     0 BYTES RESERVE REQUESTED, 440K BYTES USED                       
  WER061A  I/O ERR ACEIAPOR,JS0010  ,442D,T,SORTIN  ,**- OP,UNKNOWN COND.  ,0000
  WER211B  SYNCSMF  CALLED BY SYNCSORT; RC=0000                                 
  WER449I  SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE                                 

when i browse i found this is due to region size. but i dont have clear idea on this

Please help me in how to fix this ABEND.

Thanks,
Thiru
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Dec 05, 2011 12:50 pm
Reply with quote

We'd need the JCL and the messages output, please. In the Code tags.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 05, 2011 1:16 pm
Reply with quote

Quote:
WER061A I/O ERR ACEIAPOR,JS0010 ,442D,T,SORTIN ,**- OP,UNKNOWN COND. ,0000


work with Your support to find the reason of the above!
Back to top
View user's profile Send private message
Thirumurgann

New User


Joined: 13 Feb 2008
Posts: 36
Location: India

PostPosted: Mon Dec 05, 2011 4:10 pm
Reply with quote

Hi friends,

I executed the same job in other region and i could see the same error in some different step. i could not find the root cause of it.

Dump is
Code:

IEF237I JES2 ALLOCATED TO SYSOUT                                               
IEC205I SORTOUT,PCEIAPOR,PS0020,FILESEQ=1, COMPLETE VOLUME LIST,               
DSN=ACEMR.ACEIAFED.OUTPROF.FEED.PREVEXT,VOLS=L53460,TOTALBLOCKS=355720         
IEF472I PCEIAPOR PS0020 JS0010 - COMPLETION CODE - SYSTEM=000 USER=0999 REASON=
IGD106I SYS5.PROD.LINKLIB                            PASSED,    DDNAME=JOBLIB 
IEF285I   ACEMR.ACEIAFED.OUTPROF.FEED.CURREXT          KEPT                   
IEF285I   VOL SER NOS= F38119.                                                 
IEF285I   ACEMR.ACEIAFED.OUTPROF.FEED.PREVEXT          DELETED                 
IEF285I   VOL SER NOS= L53460.                                                 
IEF285I   AGTV117.PCEIAPOR.JOB46517.D0000103.?         SYSOUT                 
IGD104I SYS5.PROD.SORT                               RETAINED,  DDNAME=SYSIN   
IEF285I   AGTV117.PCEIAPOR.JOB46517.D0000104.?         SYSOUT                 



plese help to fix this.

Thanks,
Thiru
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Dec 05, 2011 5:08 pm
Reply with quote

Quote:
plese help to fix this.


stop whining and posting useless info ..
In my previous reply I pointed out the source of the error.
there is nothing we can do to help You.

have the idiots from Your support find out the why and fix it.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Mon Dec 05, 2011 5:09 pm
Reply with quote

Thirumurgann wrote:
Hi friends,

I executed the same job in other region and i could see the same error in some different step. i could not find the root cause of it.

Dump is
Code:

IEF237I JES2 ALLOCATED TO SYSOUT                                               
IEC205I SORTOUT,PCEIAPOR,PS0020,FILESEQ=1, COMPLETE VOLUME LIST,               
DSN=ACEMR.ACEIAFED.OUTPROF.FEED.PREVEXT,VOLS=L53460,TOTALBLOCKS=355720         
IEF472I PCEIAPOR PS0020 JS0010 - COMPLETION CODE - SYSTEM=000 USER=0999 REASON=
IGD106I SYS5.PROD.LINKLIB                            PASSED,    DDNAME=JOBLIB 
IEF285I   ACEMR.ACEIAFED.OUTPROF.FEED.CURREXT          KEPT                   
IEF285I   VOL SER NOS= F38119.                                                 
IEF285I   ACEMR.ACEIAFED.OUTPROF.FEED.PREVEXT          DELETED                 
IEF285I   VOL SER NOS= L53460.                                                 
IEF285I   AGTV117.PCEIAPOR.JOB46517.D0000103.?         SYSOUT                 
IGD104I SYS5.PROD.SORT                               RETAINED,  DDNAME=SYSIN   
IEF285I   AGTV117.PCEIAPOR.JOB46517.D0000104.?         SYSOUT                 



plese help to fix this.

Thanks,
Thiru

Why are you afraid to post the JCL?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Dec 05, 2011 5:18 pm
Reply with quote

None of the messages you have shown refer to SORTIN, which is the DD relating to the message. enrico suggested you check with your support, as it seems to indicate an I/O error reading the dataset, which is not something you are going to be able to do something with yourself.

You also seem to have other problems, like SUM statement ignoreed, and difference in LRECL between input and output datasets.

If you can't post anything useful, I'm not sure we can do much else.

I'm sure we can't do anything about an apparent I/O error on the route to one of your DASD units.

You should find that someone is already looking at this on the technical side, as these sort of things tend to get noticed, but follow it up anyway, because they can tell you when it is fixed.

Maybe, just maybe, you have made a mess of your dataset definition. If there are I/O error messages for SORTIN, then probably not. If there aren't, then maybe you have.
Back to top
View user's profile Send private message
Thirumurgann

New User


Joined: 13 Feb 2008
Posts: 36
Location: India

PostPosted: Mon Dec 05, 2011 7:06 pm
Reply with quote

Hi friends,

My support team fixed this. i will post the fix soon.

Thanks for all you replies.

Thanks,
Thiru
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 Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top