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

How to recognize charater '-' to the sign '-'(negative)


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

New User


Joined: 07 Mar 2007
Posts: 2
Location: Karnataka

PostPosted: Sun May 11, 2008 12:01 pm
Reply with quote

Hi,

In field 1, I have the character PIC X(1) VALUE '-'. In field 2, I have PIC 9(10).
Now I want to read this field 1 and 2 togetehr as a signed field.

eg. Field 1 : -
Field 2 : 4750

I want to read this as -4750 so that i can use it to SUM fields in SORT card.
If I include the field 1 & 2 for SUM FIELDS, it is not taking the character '-' as negative sign.

Please advise.

TIA,
San
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Sun May 11, 2008 5:35 pm
Reply with quote

How do you have the field defined?
Have you looked at the SFF format?
Back to top
View user's profile Send private message
santhoshi_csv

New User


Joined: 07 Mar 2007
Posts: 2
Location: Karnataka

PostPosted: Sun May 11, 2008 5:57 pm
Reply with quote

I have to look at SFF yet.
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: Mon May 12, 2008 5:17 am
Reply with quote

San,

You can use the technique described in the "Sum a number with a decimal point" Smart DFSORT Trick at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/

SFF will work for values like -4750.
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 Negative dependency between jobs in m... COBOL Programming 12
No new posts Negative value - packed field - Natur... Java & MQSeries 0
This topic is locked: you cannot edit posts or make replies. Missing Negative sign in COBOL COBOL Programming 6
No new posts CA7 Negative dependency JOB=/ CA Products 0
No new posts SUSBSCRIPT WITH SIGN IN PIC CLAUSE COBOL Programming 3
Search our Forums:

Back to Top