Home > Archive > Cobol > October 2006 > fujitsu compile problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
fujitsu compile problem
|
|
| balicatz@yahoo.com 2006-10-13, 6:55 pm |
| Does anyone know how to bypass data in columns 73-80 on a build?
I put in the @OPTIONS SRF(FIX,FIX) as the first statement before the
Identification division.
It works in other programs but not in this one..
any help would be greatly appreciated!
| |
|
|
balicatz@yahoo.com wrote:
> Does anyone know how to bypass data in columns 73-80 on a build?
> I put in the @OPTIONS SRF(FIX,FIX) as the first statement before the
> Identification division.
> It works in other programs but not in this one..
>
>
> any help would be greatly appreciated!
check for TAB's in source of this program, if exist maybe TAB compiler
option has wrong value, or replace TAB's with spaces.
set SRF as compiler option in compiler command line or at project
compiler options.
|
|
|
|
|