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

Please help me in solving abend s000 U0016


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

New User


Joined: 17 Oct 2008
Posts: 10
Location: Pune

PostPosted: Sat Jul 04, 2009 1:56 pm
Reply with quote

SYSIN :
SORT FIELDS=(8,1,CH,A,9,1,CH,A,10,10,CH,A,10,3,CH,A,13,7,CH,A,
13,3,CH,A,16,4,CH,A,10,6,CH,A,16,4,CH,A,20,2,PD,A,
22,10,CH,A,22,3,CH,A,25,7,CH,A,22,6,CH,A,28,4,CH,A,
22,3,CH,A,25,3,CH,A,28,4,CH,A,32,2,PD,A,34,3,PD,A,
37,2,PD,A,39,16,CH,A,55,4,CH,A,59,12,CH,A,71,2,PD,A,
73,4,PD,A,77,2,PD,A,71,2,PD,A,73,2,PD,A,75,4,PD,A,
79,6,CH,A,79,2,CH,A,81,2,CH,A,83,2,CH,A,85,4,PD,A,
89,53,CH,A)
WER276B SYSDIAG= 5765, 450831, 450831, 1530561
WER164B 5,548K BYTES OF VIRTUAL STORAGE AVAILABLE, MAX REQUESTED,
WER164B 0 BYTES RESERVE REQUESTED, 4,804K BYTES USED
WER146B 20K BYTES OF EMERGENCY SPACE ALLOCATED
WER108I SORTIN : RECFM=VB ; LRECL= 6004; BLKSIZE= 27998
WER110I SORTOUT : RECFM=VB ; LRECL= 6004; BLKSIZE=27998
4,520K BYTES OF VIRTUAL STORAGE AVAILABLE ABOVE THE 16MEG LINE,
0 BYTES RESERVE REQUESTED, 4,520K BYTES USED
G=6205,B=27984,BIAS=00
3,750 PREALLOCATED SORTWORK TRACKS, 0 DYNAMICALLY ALLOCATED,
0 ACQUIRED IN SECONDARY EXTENTS, 0 RELEASED, TOTAL OF 416 TRACKS USED
CONTROL FIELD BEYOND RECORD
SYNCSMF CALLED BY SYNCSORT; RC=0000
SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Jul 04, 2009 2:50 pm
Reply with quote

Quote:
CONTROL FIELD BEYOND RECORD

Looks as though you have a short record which is not long enough to contain all of the fields that you want to sort on.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Sat Jul 04, 2009 3:51 pm
Reply with quote

Hi,

whilst this has nothing to do with the abend, I noticed some strange sort fields such as
Code:
10,10,CH,A,      10,3,CH,A,13,7,CH,A,

There seems to be a lot of overlapping fields.


Also as some of the fields are continuous with the same format, they could be combined into a single field. eg
Code:
8,1,CH,A,9,1,CH,A,10,10,CH,A
could be changed to
Code:
8,12,CH,A



Gerry
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 ISAM and abend S03B JCL & VSAM 9
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top