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

SORT error ICE077A 0 VSAM OUTPUT ERROR L(28) SORTOUT


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Fri Aug 18, 2006 11:01 am
Reply with quote

Hi,

Please help in solving the following error message -

ICE077A 0 VSAM OUTPUT ERROR L(28) SORTOUT

This I got while copying Flat file data to KSDS using sort utility. Following is the sortstep used.
Code:

//ADD1#   EXEC PGM=SORT                                 
//SYSOUT    DD SYSOUT=*                                 
//SORTIN   DD DSN=SS5661.G5661.&VERS..ALLICN,DISP=SHR   
//SORTOUT  DD DSN=TSUA5TD.D5410K.EM41INT2,DISP=SHR     
//SYSIN     DD *                                       
  SORT FIELDS=COPY,STOPAFT=1                       
  OUTREC IFTHEN=(WHEN=(1,4,CH,EQ,C'0001'),           
    OVERLAY=(5:1,11,ZD,ADD,+1,M26,LENGTH=11))     
/*                                                     


Thanks,
Murali Mohan K
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Fri Aug 18, 2006 8:07 pm
Reply with quote

Here's the explanation for the L(28) RPLERRCD from "z/OS DFSMS Macro Instructions for Data Sets":

Data set cannot be extended because VSAM cannot allocate additional direct access storage space. Either there is not enough space left to make the secondary allocation request, or you attempted to increase the size of a data set while processing with SHAREOPTIONS=4 and DISP=SHR.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts WER247A SORTOUT HAS INCOMPATIBLE LRECL SYNCSORT 7
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
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 Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top