Re: Reading in file containing Low Values doesn't work correctly



Ok, I found what I needed to do in the Micro Focus documentation. I
need to set a COBSW environment variable in either the command line,
script, or environment card.

set COBSW=(-N)

That did it and it fixed the problem.

Thanks a lot.

On Jan 23, 4:29 pm, "Rick Smith" <ricksm...@xxxxxxx> wrote:
Well, I am not familiar with Net Express, having stayed
with the OLD Micro Focus COBOL 3.2; but I used it
from the command line as, ...

xm run (-N) readnull

So it could possibly be placed in a script that you run.

For applications, I set the runtime switches in a configuration
file (.cfg) that the COBOL runtime uses at start up.

Perhaps, someone familiar with Net Express could provide
more explicit information.

.



Relevant Pages