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

Getting SOC7 while adding using ICEMAN


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
satish kanamarlapudi

New User


Joined: 23 Jul 2008
Posts: 29
Location: Little Rock - Arkansas

PostPosted: Tue Dec 16, 2008 11:21 am
Reply with quote

Hi,

I am getting SOC7 while adding the fileds from input file :-

Here is the input file structure :-
I want to add the fields from 397 with 11 bytes

397 is the starting byte with 11 bytes i need to add all of those ......

Code:

   +0.00
   +0.00
   +0.00
   +0.00
   +0.00
   +0.00
  -47.21
   +0.00
 -110.67
   +0.00
  -47.21
 -182.62
   +0.00
+3579.41
 -894.85
   +0.00
   +3.50
   +0.00
   +8.20
   +8.49


Here is the sort card using ICEMAN:-

Code:

//SYSIN DD *
   SORT FIELDS=(307,12,CH,A,494,02,CH,A)
   OUTFIL REMOVECC,NODETAIL,
   SECTIONS=(307,12,494,02,
   TRAILER3=(307,12,494,02,
   TOT=(397,11,ZD,EDIT=(STTTTTTTT.TT),SIGNS=(+,-))))
/*


Could anyone please help me out in this.

Thx,
satish
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 Dec 16, 2008 10:39 pm
Reply with quote

The values you show are NOT ZD values, so you can't use the ZD format to process them. However, you can use the SFF format to process them

Code:

   TOT=(397,11,SFF,EDIT=(STTTTTTTT.TT),SIGNS=(+,-))))


For more information on DFSORT's SFF format, see:

www.ibm.com/systems/support/storage/software/sort/mvs/pdug/
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 Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Adding first / last acct numerber to ... DFSORT/ICETOOL 7
No new posts Adding 'ODD' and 'EVEN' indicator at ... DFSORT/ICETOOL 6
No new posts Dataset size increase on adding 1 byt... DFSORT/ICETOOL 8
Search our Forums:

Back to Top