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

How to explicitly specify overflow parameter in SORT


IBM Mainframe Forums -> SYNCSORT
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sudarshan.srivathsav

New User


Joined: 10 Jul 2012
Posts: 24
Location: USA

PostPosted: Wed Apr 23, 2014 1:51 am
Reply with quote

Can some one please tell me how to dynamically set the overflow flag as RC0 or RC4 or RC16 on the sort step. Examples could be really helpful.

[/code]
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: Wed Apr 23, 2014 1:58 am
Reply with quote

What is it that is unclear from the manual?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Apr 23, 2014 7:06 am
Reply with quote

Hello and welcome to the forum,

Is the sort product on your Syncsort or DFSORT?

Syncsort is supported in this part of the forum while DFSORT is supported in the DFSORT part of the forum.

What have you read that is not clear?
Back to top
View user's profile Send private message
sudarshan.srivathsav

New User


Joined: 10 Jul 2012
Posts: 24
Location: USA

PostPosted: Wed Apr 23, 2014 7:11 pm
Reply with quote

We use Syncsort, I just want to know how to give the parameter to set the OVFLO option, I was not able to find that in the manual. Please give me a simple code which shows the OVFLO option being custom set.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Apr 23, 2014 7:32 pm
Reply with quote

Hello,

Which release of Syncsort are you using?

Where did you learn of this OFLO option?
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: Wed Apr 23, 2014 7:41 pm
Reply with quote

Well...
Code:

  OPTION OVFLO=RC0/RC4/RC16


I really do suspect it is in the manual.
Back to top
View user's profile Send private message
sudarshan.srivathsav

New User


Joined: 10 Jul 2012
Posts: 24
Location: USA

PostPosted: Wed Apr 23, 2014 8:04 pm
Reply with quote

Thanks Bill!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Apr 23, 2014 8:51 pm
Reply with quote

My bad icon_redface.gif

I was looking for OFLO . . . .

d
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 -> SYNCSORT

 


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