There probably isn't one. RM Cobol 85 requires the source code to be
in Cobol 85 format.
"FREE" is a MF extension designed to inhibit the transfer of code to
other compilers and ensure that MF locks in its users.
> Where can I find a good documentation for Rm-cobol 85 ?
You should have received a full set of manuals when you purchased the
compiler.
I do not know if RM had/has such a feature or not. The OP should check his/her
documentation (as was suggested below).
--
Bill Klein
wmklein <at> ix.netcom.com
"Richard" <rip...@azonic.co.nz> wrote in message
news:4c7aaf36-658e-4128...@w5g2000prd.googlegroups.com...
>On May 4, 12:29 pm, happytoday <ehabaziz2...@gmail.com> wrote:
>> What is the equalivent for the compiler directive SET
>> SOURCEFORMT"FREE" in NetExpress to be compiled under Rmcobol 85 ?
>
>There probably isn't one. RM Cobol 85 requires the source code to be
>in Cobol 85 format.
>
>"FREE" is a MF extension designed to inhibit the transfer of code to
>other compilers and ensure that MF locks in its users.
Fujitsu and Realia supported free form. Only IBM insisted on punched card format.
Free form is in the 2002 Cobol Standard.
I need it to try come cobol examples containing that statement :
SOURCEFORMAT"FREE"
SO I need a free compiler that support that directive .
Thanks
Or you need a Cobol beautifier.
Fujitsu offers a free compiler that supports free format.
SOURCEFORMAT"FREE"
is the style that Micro Focus uses
@OPTIONS SRF(FREE, FREE)
is the way the Fujitsu specifies it.
See the archives of comp.lang.cobol for how to get the "free" (ore relatively
so) versions of the Micro Focus and Fujitsu compilers.
***
To the best of my knowledge, RM does NOT supply a free/low-cost compiler that
supports free format reference format - which I think might have been the
original (misleading) question.
--
Bill Klein
wmklein <at> ix.netcom.com
"happytoday" <ehabaz...@gmail.com> wrote in message
news:fc2f703a-5f8f-4554...@25g2000hsx.googlegroups.com...
What about the RM-COBOL 85 . Does not support that directive ?
To use the examples requiring that, "move" all source lines 8 columns to the
right (and make certain nothing goes over column 72. Then the examples should
work.
HOWEVER, that doesn't mean the examples don't use other features that don't work
with RM COBOL.
--
Bill Klein
wmklein <at> ix.netcom.com
"happytoday" <ehabaz...@gmail.com> wrote in message
news:584cd6a2-7a42-4db2...@b1g2000hsg.googlegroups.com...