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

DMexpress SORT- getting COND-CODE 16


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

New User


Joined: 18 Jul 2013
Posts: 18
Location: india

PostPosted: Thu Oct 31, 2013 4:01 pm
Reply with quote

i am using the DMexpress sort .when i run the job with sort card i am getting cond code as 16.not sure what the problem is !
my sort card is
SORT FIELDS=(1,6,CH,A)
INCLUDE COND=(7,2,CH,EQ,C'03',AND,13,1,CH,EQ,C'A')
OUTREC FIELDS=(1,2,C',',3,4,C',',112C'?',19,2,BI,TO=ZDF,C',0000000000')
from the spool i can get the messages like below :
DMExpress : (CVDOF) overflow occurred during conversion to a decimal number from un
signed integer field X'03E7' at position 19
DMExpress : (RPADD) record 1 to target 1 (length 133) is padded to the minimum leng
th (136)
DMExpress : (RPADD) record 2 to target 1 (length 133) is padded to the minimum leng
th (136)

can someone help me resolve this issue ? i am running this job in unix os
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: Thu Oct 31, 2013 4:57 pm
Reply with quote

Perhaps consult your documentation? Contact SyncSort through their website for support?

You are not running a Mainframe SORT. So you might not get much here. Have you tried giving a LENGTH= for your ZDF?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Oct 31, 2013 5:24 pm
Reply with quote

Why do you not understand what the problem is? The output you posted includes
Code:
DMExpress : (CVDOF) overflow occurred during conversion to a decimal number from un
signed integer field X'03E7' at position 19
This error message seems pretty clear -- you are getting an overflow condition (that is, the value is too large for the area). X'03E7' is 999 decimal, so your output field is not large enough to hold this value.
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 How to split large record length file... DFSORT/ICETOOL 7
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts JCL sort card - get first day and las... JCL & VSAM 9
Search our Forums:

Back to Top