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

cobol formatting for decimal numbers


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
simimathew

New User


Joined: 26 Jan 2006
Posts: 23
Location: London

PostPosted: Tue Jul 25, 2006 2:50 pm
Reply with quote

Hello,

Can somebody plz help me with a cobol formatting problem?

I would like to know how to suppress the zeros after the decimal point, just in the same way as we suppress the leading zeros.

For eg:- I have a field with declaration s9(3)v9(7), when a value 100.0000000 is there in the field, I would like to format it as 100.00.

Can somebody please guide me as to what to do in this case?

Many Thanks,
Simi
Back to top
View user's profile Send private message
jayaraman

New User


Joined: 25 Jul 2006
Posts: 2

PostPosted: Tue Jul 25, 2006 3:29 pm
Reply with quote

hi .
input =100.0000000
pic clause= s9(3)v9 BLANK WHEN ZERO
would give you output =100.0

THANKS
JAY
Back to top
View user's profile Send private message
simimathew

New User


Joined: 26 Jan 2006
Posts: 23
Location: London

PostPosted: Tue Jul 25, 2006 3:52 pm
Reply with quote

Thanks a lot!!!

Cheers,
Simi
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top