Hello,
When trying to load a report we are getting a CEE3611I LE message.
CEE3608I The following messages pertain to the invocation command run-time options.
CEE3611I The run-time option -V was an invalid run-time option or is not supported in this release of Language Environment.
We are running z/OS 2.1.
Has anyone else encountered this before?
Thanks
Can you show us the command you ran, and the version of CMOD you're using?
Just off the top of my head, the -v option (verbose) is a lowercase v, not an uppercase V. Not sure if that matters on z/OS.
-JD.
Hi Doug - this one trips up every new user of CMOD (or at least it did me ;D ) -
In all of our doc, the PARM= on the JCL has a leading slash.
e.g.
// PARM=('/-h ARCHIVE -u odadmin -p passwd -n -g appGrp -s INPUT afp ')
Let me guess your parm statement looks something like this (note no slash):
XX PARM=('-h ARCHIVE -C O -D ONDEMAND -A WRITER -f
XX -E -K')
From the manual:
Important: The leading / in the PARM= keyword is important, as this
ensures that the Language Environment? (LE) will not attempt to
interpret the parameters as LE runtime options.
Ed
Hi Ed,
We added the leading / in the PARM statement and that resolved the issue.
Thanks!
Doug Oliverio