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

Error on length output


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

New User


Joined: 13 Mar 2006
Posts: 63
Location: italy

PostPosted: Thu Feb 19, 2009 8:38 pm
Reply with quote

I've an input file of 500 bytes lenght when I ran this code
Code:
SYNCSORT FOR Z/OS  1.2.3.1R    U.S. PATENTS: 4210961, 5117495
                                        CEDACRI       SPA     
 PRODUCT LICENSED FOR CPU SERIAL NUMBER 4C2AD, MODEL 2094     
 SYSIN :                                                       
   SORT FIELDS=(1,4,CH,A,228,2,CH,A,231,3,CH,A,286,2,CH,A)     
   OUTFIL REMOVECC,NODETAIL,                                   
   SECTIONS=(1,4,228,2,231,3,286,2,                           
   TRAILER3=(1,309,                                           
    310:TOT=(310,18,SFF,EDIT=(STTTTTTTTTTTTT,TTT),SIGNS=(+,-)),
             328:328,1,                                       
    329:TOT=(329,18,SFF,EDIT=(STTTTTTTTTTTTT,TTT),SIGNS=(+,-)),
             347:347,153))                                     


The message is

Code:
 WER271A  OUTFIL STATEMENT  : NUMERIC FIELD ERROR             
 WER211B  SYNCSMF  CALLED BY SYNCSORT; RC=0000                 
 WER449I  SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE                 



Why?

thanks to all
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Thu Feb 19, 2009 9:40 pm
Reply with quote

How about all of the sysout?
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Feb 20, 2009 3:38 am
Reply with quote

Hi,

The length field in the TRAILER3 parameter allows only values in the range 1-255.

See link ibmmainframes.com/viewtopic.php?t=38043&start=0

Gerry
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 Nov 02, 2010 1:41 am
Reply with quote

Quote:
The length field in the TRAILER3 parameter allows only values in the range 1-255.


Note that DFSORT's Oct, 2010 PTF now allows a length up to 32752 for p,m fields in HEADERx and TRAILERx.

For complete details, see:

www.ibm.com/support/docview.wss?rs=114&uid=isg3T7000242
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Store the data for fixed length COBOL Programming 1
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top