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

Convert huge no of Numeric fields to EDITED NUMERIC


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
i.see.the.truth

New User


Joined: 21 Sep 2007
Posts: 8
Location: CHENNAI

PostPosted: Tue Dec 08, 2015 6:27 am
Reply with quote

We have a input file having numerous input fields of different datatypes. We have the requirement to convert all numeric fields among them into edited numeric so that the destination application would be able to read the data. To achieve this objective we are using a SORT card like below -

SORT FIELDS=COPY
OUTREC FIELDS=(01:01,04,BI,EDIT=(TTTTTTTTTT),
11:05,05,PD,EDIT=(STTTT.TTTTT),SIGNS=(+,-),
.....500 more fields to be converted
)
END

but due to the huge number of fields converted the SORT step abends with the following error

ICS085A 0 SECOND COMMUNICATION AREA SPACE EXCEEDED - ADD ATLEASE 0K BYTES TO REGION

I've tried using OPTION MAINSIZE=MAX but that doesn't help either.
Back to top
View user's profile Send private message
RahulG31

Active User


Joined: 20 Dec 2014
Posts: 446
Location: USA

PostPosted: Tue Dec 08, 2015 8:07 am
Reply with quote

This may help: http://ibmmainframes.com/about47444.html

.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Tue Dec 08, 2015 9:30 pm
Reply with quote

Quote:
To achieve this objective we are using a SORT card like below

Why don't you write a COBOL program and make it simple and easy to support.
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 Issues Converting From ZD to Signed N... DFSORT/ICETOOL 4
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
No new posts Convert single row multi cols to sing... DFSORT/ICETOOL 6
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
Search our Forums:

Back to Top