OnDemand Users Group

Support Forums => CMOD for z/OS Server => Topic started by: doliver1 on December 22, 2014, 03:15:25 PM

Title: LE message from CMOD load.
Post by: doliver1 on December 22, 2014, 03:15:25 PM
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
 
Title: Re: LE message from CMOD load.
Post by: Justin Derrick on December 23, 2014, 10:36:11 AM
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.
Title: Re: LE message from CMOD load.
Post by: Ed_Arnold on December 24, 2014, 06:35:37 PM
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
Title: Re: LE message from CMOD load.
Post by: doliver1 on December 30, 2014, 01:59:59 PM
Hi Ed,
We added the leading / in the PARM statement and that resolved the issue.

Thanks!

Doug Oliverio