On 11/17/2005 12:50 PM, Eric Schadow wrote:
Don
LE has an override options that can be specified at runtime. I am most familiar
with COBOL and LE running in VSE and options can be specified on the // EXEC
JCL card.
Another method of changing LE options is to setup your own CEEUOPT options
table and link it into you executable.
I found a CEEUOPT ASSEMBLE Y on my z/VM 5.1 system.
hmmm, there's one of those on our 4.4 system too.... I changed the two
macro options, assembled it and INCLUDEd it when I rebuilt the module...
the error went away. :-)
Now the program fails because of some application errors.... living
proof of "If it's not one thing, it's another."
I guess I should be flattered that I get these things to solve/work
on.... sometimes I wonder if they EVER worked properly... :-)
Thanks for the tip about CEEUOPT ASSEMBLE.
Don