|
Hi Sean, Welcome to RPG! You've hit upon the solution -- use RPG IV. In RPG III fields have a maximum size of 256; in RPG IV, it's something like 32KB. If you're forced to use RPG III, try to talk whoever's forcing you to use it into using RPG IV. If that fails, the workaround is to define multiple 256-byte fields, or if you're just trying to create a data structure with a length of 801 bytes, you can specify it on the DS line: IDSNAME DS 801 You don't have to define every single position of the data structure, just the ones you're interested in accessing. Another workaround was to define a large subfield as an array of 1-byte elements. HTH Peter Dow Dow Software Services, Inc. 909 425-0194 voice 909 425-0196 fax ----- Original Message ----- From: Sean Porterfield <sporter@bestdist.com> To: <rpg400-l@midrange.com> Sent: Thursday, September 14, 2000 1:34 PM Subject: data structure length problem > Hi all, I'm new to the list and having a problem. I've never had any > RPG training, so please forgive my ignorance. > > I'm trying to write a record to a file that is one 801 character field. > It is made up of various different bits of information, so I created a > data structure based on the record format. I've been getting all kinds > of errors and finally reduced it to one level 10 severity error: > > > * QRG4140 Severity: 10 Number: 1 > Message . . . . : Data-Structure-Subfield length exceeds > 256. > Subfield length defaults to 256. > > I tried compiling anyway (changing the severity on the CRTRPGPGM > command) to see what would happen, but it wrote blank records to my > file. Is there a trick to making it work? Would it work in RPG IV > instead of RPG III? > > I've tried many, many different ways of creating the data structure, but > nothing has worked. The online manual wasn't very helpful to me. > > I'd be happy to provide code if that will help. Thanks! > > +--- > | This is the RPG/400 Mailing List! > | To submit a new message, send your mail to RPG400-L@midrange.com. > | To subscribe to this list send email to RPG400-L-SUB@midrange.com. > | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: david@midrange.com > +--- __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.