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

Size Limit for 01 level working storage variable


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

New User


Joined: 10 Dec 2005
Posts: 20
Location: KUWAIT

PostPosted: Sat Jul 01, 2006 7:44 pm
Reply with quote

Hi All
Is there any maximum limit to define a field in working storage at 01 Level
for example
Can i define 01 header-rec pic x(999999999)?

Thanks in advance
Back to top
View user's profile Send private message
twissi

Active User


Joined: 01 Aug 2005
Posts: 105
Location: Somerset, NJ

PostPosted: Mon Jul 03, 2006 2:15 pm
Reply with quote

Hi Javeed,

Yes, there's a maximum limit for it, but unfortunately I can't recollect it.

I had a structure like the one given below in the program:

01 WS-TAB1.
10 WS-TAB1-VAR PIC X(32000) OCCURS 500.

At compilation, I received an error message that you can't exceed xxxxxxxx bytes for a variable.

Best way: include a variable like the one shown above and compile it, the compile listing will give you the exact figure!!

Hope this helps.

Cheers, Twissi.
Back to top
View user's profile Send private message
manikant pathak

New User


Joined: 09 May 2005
Posts: 37
Location: bangalore

PostPosted: Mon Jul 03, 2006 7:24 pm
Reply with quote

Hi Javed,

As far as my Knowledge goes the Maximum size for COBOL data items is 16 Mb.

FYI..

Max size for Working Storage/Linakge and Local storage section is 128 Mb.

thanks and regards,

MKP
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Wed Jul 05, 2006 4:43 pm
Reply with quote

Hi,
manikant pathak wrote:
Hi Javed,

As far as my Knowledge goes the Maximum size for COBOL data items is 16 Mb.

FYI..

Max size for Working Storage/Linakge and Local storage section is 128 Mb.

thanks and regards,

MKP


Does that mean COBOL data items are different than Working Storage/Linakge and Local storage section ?

Thanks,
Parikshit
Back to top
View user's profile Send private message
a1javeed

New User


Joined: 10 Dec 2005
Posts: 20
Location: KUWAIT

PostPosted: Thu Jul 06, 2006 7:37 pm
Reply with quote

Hi,
Thank you for your information will try it out.

Javeed
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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts How to load to DB2 with column level ... DB2 6
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