Author Topic: LE message from CMOD load.  (Read 2684 times)

doliver1

  • Jr. Member
  • **
  • Posts: 16
LE message from CMOD load.
« on: December 22, 2014, 08:15:25 AM »
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

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • Tenacious Consulting
Re: LE message from CMOD load.
« Reply #1 on: December 23, 2014, 03: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.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

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

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1203
Re: LE message from CMOD load.
« Reply #2 on: December 24, 2014, 11:35:37 AM »
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

  • Jr. Member
  • **
  • Posts: 16
Re: LE message from CMOD load.
« Reply #3 on: December 30, 2014, 06:59:59 AM »
Hi Ed,
We added the leading / in the PARM statement and that resolved the issue.

Thanks!

Doug Oliverio