View previous topic :: View next topic
|
Author |
Message |
sudarshan.srivathsav
New User
Joined: 10 Jul 2012 Posts: 24 Location: USA
|
|
|
|
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 |
|
|
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
What is it that is unclear from the manual? |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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 |
|
|
sudarshan.srivathsav
New User
Joined: 10 Jul 2012 Posts: 24 Location: USA
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Which release of Syncsort are you using?
Where did you learn of this OFLO option? |
|
Back to top |
|
|
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
Well...
Code: |
OPTION OVFLO=RC0/RC4/RC16 |
I really do suspect it is in the manual. |
|
Back to top |
|
|
sudarshan.srivathsav
New User
Joined: 10 Jul 2012 Posts: 24 Location: USA
|
|
|
|
Thanks Bill! |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
My bad
I was looking for OFLO . . . .
d |
|
Back to top |
|
|
|