JM,
I use the load command regularly in codelocked files, but only into
tables/temp tables where verified or manipulated and then inserted
where needed; so I don't use the nonum & nocheck parameters.
Maybe try without nonum and then nocheck to see what is failing
when codelocked.
Ben Petersen
On 19 Apr 2001, at 10:39, J.M. GRATIAS wrote:
>
> Tony, Clive :
>
> >>
> Try it this way -
>
> LOAD tableview FROM filespec
> NOCHECK
> NONUM
>
> It seems that when the LOAD command is run from a command file, it chokes
> on ";" and requires that you use line feeds instead. At least that's the
> way it works when loading a data-block.
> <<
>
> This don't work, but it's give me the idea of trying this :
>
> SET var vTEXT = ('LOAD ligne FROM FileName ; NOCHECK; NONUM')
> &vTEXT
>
> And this don't work too ...
> I get error 2045 'Syntax is incorrect ...'
> However,
> LOAD ligne FROM FileName ; NOCHECK; NONUM
> works fine.
>
> This LOAD command is really very strange ....
>
> J.M. GRATIAS, Logimatique, France
>