LE message from CMOD load.

Previous topic - Next topic

doliver1

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
 

Justin Derrick

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.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Ed_Arnold

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
#zOS #ODF

doliver1

Hi Ed,
We added the leading / in the PARM statement and that resolved the issue.

Thanks!

Doug Oliverio