×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I created a source physical file with record length of 240 but it still
only let me code to column 80. Everything after that was just a comment
to the compiler. Are you using a compiler directive or something?
Thanks
Bryce Martin
Programmer/Analyst I
Ext. 4777
"Mark S. Waterbury" <mark.s.waterbury@xxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
04/22/2009 03:09 PM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
To
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
cc
Subject
Re: More than 80 columns
Hi, David:
A quick experiment reveals that you can use up to 100 columns for source
code for /free format. This is true for source physical files (where you
can create a record length up to about 240 for use with SEU), and for
stream files (where there is no imposed limit.)
From what I can tell, from error messages generated and the compiler
listing, it appears to actually "cut off" at around column 103 ...? :-o
All the best,
Mark
David Gibbs wrote:
Although I haven't tried it, I suspect the same limitations apply. I
doubt the parser is different when using a stream file.
david
As an Amazon Associate we earn from qualifying purchases.