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

What is the meaning of DEBUG AND EQCOUNT In SORT


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

New User


Joined: 20 Feb 2005
Posts: 65
Location: chennai

PostPosted: Tue Oct 10, 2006 5:01 pm
Reply with quote

We have lots of SORT jobs that end with DEBUG ABEND,EQUCOUNT. I know its is for abendaid, but what is the meaning of this:

Code:

//ABNLNODP     DD   DUMMY           
//SYSPRINT     DD   SYSOUT=*         
//SYSIN        DD   *               
*                                   
  SORT   FIELDS=(6,03,CH,A)           
  INCLUDE COND=(01,05,CH,EQ,C'01140')
  OUTREC FIELDS=(6,03,51,20)         
*                                   
  DEBUG  ABEND,EQUCOUNT               
  END                                 
/*                                   
//*
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: Tue Oct 10, 2006 8:33 pm
Reply with quote

ABEND tells DFSORT to issue a user abend if it issues an error message (ICExxxA). NOABEND tells DFSORT to set RC=16 if it issues an error message.

EQUCOUNT tells DFSORT to print message ICE184I giving the number of records having equal keys.

For more information on DFSORT's DEBUG parameters, see:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ICE1CA20/3.5?DT=20060615185603
Back to top
View user's profile Send private message
raviprasath_kp
Warnings : 1

New User


Joined: 20 Feb 2005
Posts: 65
Location: chennai

PostPosted: Wed Oct 11, 2006 5:37 am
Reply with quote

thanks for ur reply
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 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 Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
Search our Forums:

Back to Top