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

Getting IGYGR1224 .. max file size error


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

New User


Joined: 22 Nov 2007
Posts: 1
Location: india

PostPosted: Thu Apr 09, 2009 4:35 pm
Reply with quote

Hi,

I am getting the error

"
IGYGR1224-E The maximum calculated record size of file "EDI-INPUT-FIL
E" was greater than the maximum allowable size
32767. 32767 was assumed.
"

But the file size i gave in the prog is only 32092

"
FD EDI-INPUT-FILE
LABEL RECORDS ARE STANDARD
RECORDING MODE IS V
BLOCK CONTAINS 0 RECORDS
DATA RECORD IS EDI-INVOICE-EXTRACT.
01 EDI-INVOICE-EXTRACT PIC X(32092).

"

Could anyone please help me to resolve this error.

Thanks and regards,
Kannan
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Apr 09, 2009 4:48 pm
Reply with quote

What other 01 areas are declared for this FD?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Apr 09, 2009 8:42 pm
Reply with quote

Hello,

Code:
01 EDI-INVOICE-EXTRACT PIC X(32092).
Is the actual code or is the actual code a list of fields?
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 4
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 Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top