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

Regarding abend S000 U0016


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amit5657

New User


Joined: 13 Apr 2007
Posts: 8
Location: bang

PostPosted: Tue May 22, 2007 10:41 am
Reply with quote

Hi Friends,

I have written a job to unload data from a table to a file. I'm getting the abend S000 U0016.

My code is as follows:

Code:
             
//SORTSQL EXEC PGM=SYNCSORT,PARM='DB2=DSN'
//SORTDBIN DD DISP=SHR,DSN=TSO6624.TSO6624.UT.COB(TBCL5G)
//SORTIN DD DUMMY                                                       
//SORTOUT DD DSN=TSO6624.TSO6624.UT.DATA1,                             
// DISP=(,CATLG,DELETE),                                             
// LRECL=80,RECFM=FB,BLKSIZE=0,                                         
// SPACE=(CYL,(500,50),RLSE)                                           
//SYSOUT DD SYSOUT=*                                                   
//SYSIN DD *                                                           
  SORT FIELDS=COPY                                                       
/*                                                                     


Please let me know what mistake I made.

Thanks and Regards
Back to top
View user's profile Send private message
amit5657

New User


Joined: 13 Apr 2007
Posts: 8
Location: bang

PostPosted: Tue May 22, 2007 10:48 am
Reply with quote

Hi,
For many jobs i submit .. I'm getting the following abend
"S000 U0016"
and the job wont apper in spool(start s.st) . Can anybody tell me what might be the mistake.

Regards
Back to top
View user's profile Send private message
kgumraj

Active User


Joined: 01 May 2006
Posts: 151
Location: Hyderabad

PostPosted: Tue May 22, 2007 1:20 pm
Reply with quote

Hi,

I googled, and got little information, hope this was helpful

Quote:

U0016:
If you have the SDSFDUMP DD statement in your TSO logon procedure, SDSF requests a dump after issuing the abend code.
[/quote][/code]
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue May 22, 2007 3:08 pm
Reply with quote

Can you post the error messages that the job produced.
Back to top
View user's profile Send private message
amit5657

New User


Joined: 13 Apr 2007
Posts: 8
Location: bang

PostPosted: Tue May 22, 2007 3:16 pm
Reply with quote

I'm new to this enviornment .. I dont know where to look for the error messages .. Can please guide me.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue May 22, 2007 3:18 pm
Reply with quote

There can be a few reasons why they do not appear in the spool.

Are you using the correct MSGCLASS
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue May 22, 2007 3:19 pm
Reply with quote

In the output produced by the job, there will be error messages.
Back to top
View user's profile Send private message
amit5657

New User


Joined: 13 Apr 2007
Posts: 8
Location: bang

PostPosted: Tue May 22, 2007 4:04 pm
Reply with quote

Yes i am using correct msgclass .. If the job is executed fine it showing in spool .. Only abended jobs are not going to spool
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue May 22, 2007 4:59 pm
Reply with quote

Why is SORTIN dummyed and what is SORTDBIN?
Back to top
View user's profile Send private message
amit5657

New User


Joined: 13 Apr 2007
Posts: 8
Location: bang

PostPosted: Wed May 23, 2007 10:14 am
Reply with quote

WER275A NO KEYWORDS FOUND ON CONTROL STATEMENT
WER468A DB2 QUERY SUPPORT ERROR: DB2 MODULES ARE NOT LINKED
WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000
WER449I SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE


This is what i got in spool
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
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