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

what is the max record length allowed for a sequential file?


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

Active User


Joined: 02 Dec 2005
Posts: 109

PostPosted: Mon Mar 27, 2006 6:13 pm
Reply with quote

hi all..


what is the max record length allowed for a sequential file? my requirement is i've file layout with RECFM=VB. the min size is 63138 and max is 90018. i get the compilation error with maxcc as 8 on its compile. i get the message that the

The minimum calculated record size of file was greater than the maximum allowable size 32767. 32767 was assumed.

The maximum calculated record size of file was greater than the maximum allowable size 32767. 32767 was assumed.

sooner the better.

kind regards,

gowtham
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 27, 2006 6:58 pm
Reply with quote

32767.

It's plainly documented in the JCL Reference Manual:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/12.37.2?SHELF=&DT=20050713232151&CASE=
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Mar 27, 2006 7:02 pm
Reply with quote

Hi gowtham,

Did n't you believe System Messages or You were asking something else ?

The minimum calculated record size of file was greater than the maximum allowable size 32767. 32767 was assumed.

The maximum calculated record size of file was greater than the maximum allowable size 32767. 32767 was assumed.

Regards,
Priyesh.
Back to top
View user's profile Send private message
gowtham_1982
Warnings : 1

Active User


Joined: 02 Dec 2005
Posts: 109

PostPosted: Tue Mar 28, 2006 9:00 am
Reply with quote

hi Priyesh and Superk,

thanks for your replies.


I got clarified.


Kind regards,

gowtham
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
Search our Forums:

Back to Top