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

what is the need of Comp-3 in cobol


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

New User


Joined: 03 Jul 2006
Posts: 51
Location: Chennai

PostPosted: Mon Oct 30, 2006 1:53 pm
Reply with quote

HI,
Comp variables use less storage compared to COMP-3
as well as processing comp variables will be faster than comp-3(i guess)
then what might be the reason that comp-3 came into existence.....

Is comp-3 originated before comp..
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Oct 30, 2006 2:18 pm
Reply with quote

Hi !

Different amounts of money can be stored positive or negative.
Therefor they are declared as comp-3 because of the leading sign.

Comp variables don't have that sign included.

Regars, UmeySan
Back to top
View user's profile Send private message
prashanth1

New User


Joined: 27 Sep 2006
Posts: 47
Location: Hyderabad

PostPosted: Mon Oct 30, 2006 2:28 pm
Reply with quote

I think , your assumptions are wrong.

COMP

1-4 Digits occupies 2 bytes of memory (half-word)
5-9 Digits occupies 4 bytes of memory (full-word)
10-18 Digits occupies 8 bytes of memory(double-word)


COMP-3

9 digits will be stored in 5 bytes (n/2+1)

18 digits will be stored in 10 bytes


Means that , all these should be depend on their boundaries.


Pls correct Me, If I wrng icon_smile.gif
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 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
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top