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

Size of linkage and working-storage section?


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

New User


Joined: 16 Jul 2006
Posts: 6

PostPosted: Tue Jul 18, 2006 4:35 pm
Reply with quote

Plese any one tell me what is size of linkage and working-storage section in data division?
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Tue Jul 18, 2006 4:39 pm
Reply with quote

Would u please give us clear idea what you want to know?
Back to top
View user's profile Send private message
creator.abhishek

New User


Joined: 07 May 2006
Posts: 32
Location: Pune

PostPosted: Tue Jul 18, 2006 4:55 pm
Reply with quote

not clear , what u want to ask..
saize can be vary acoording to recieving items in cobol....
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Tue Jul 18, 2006 5:10 pm
Reply with quote

Hi,

Linkage Section:
134,217,727 bytes is the maximum size. However, this same publications says there is "no limit" to the number of level 01 and level 77 items in the Linkage Section. This seems to be a contradiction. If the 134,217,727 number is correct then there can not be so many level 01 or level 77 items that their storage size exceeds this number.

Source: IBM COBOL Language Reference manual (SC26-9046-03):


Hope this helps,
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Fri Jul 21, 2006 11:02 am
Reply with quote

Hi,

Linkage section : 134,217,727 bytes

There isn't seems to be any direct limit on the working-storage section.

Please refer to the following document for further details:



http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/IGY3LR00/APPENDIX1.2?SHELF=igy3sh01&DT=20011206182158
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Jul 22, 2006 9:08 pm
Reply with quote

Hi VK,

I'm always curious when someone asks what one of the compiler limits is.
Are you just curious or do you have a need to know? If so, what is that need?

I'm hoping you have a business need to know. I've never encountered a need.

Thanx and

P.S.

Aaah, I rechecked your thread and see that you didn't ans any of the other ques put to you, so I guess you won't ans this one either. Oh well.
Back to top
View user's profile Send private message
chiranjeevi_mca

New User


Joined: 19 Feb 2006
Posts: 27

PostPosted: Thu Jul 27, 2006 11:17 am
Reply with quote

HI,


64 k
Back to top
View user's profile Send private message
chiranjeevi_mca

New User


Joined: 19 Feb 2006
Posts: 27

PostPosted: Thu Jul 27, 2006 11:42 am
Reply with quote

The maximum size we can use for dataitems in one cobol prg is 64k(kilobytes)
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 COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
Search our Forums:

Back to Top