On Fri, 10 Oct 2008 10:16:47 +0100, Jim McAlpine <[EMAIL PROTECTED]> wrote:

>cross posted to the DB2 list
>
> I've set up the above but I'm getting a JCL error when WLM starts the proc
>that I can't understand as follows -
>
>09.09.15 STC00844 ---- FRIDAY,    10 OCT 2008 ----
>09.09.15 STC00844  IEFC452I DB2XWLM - JOB NOT RUN - JCL ERROR  293
>------ JES2 JOB STATISTICS ------
>  10 OCT 2008 JOB EXECUTION DATE
>            2 CARDS READ
>           15 SYSOUT PRINT RECORDS
>            0 SYSOUT PUNCH RECORDS
>            0 SYSOUT SPOOL KBYTES
>         0.00 MINUTES EXECUTION TIME
>        1 //DB2XWLM  JOB MSGLEVEL=1
>        2 //STARTING EXEC DB2XWLM
> STMT NO. MESSAGE
>        2 IEFC612I PROCEDURE DB2XWLM WAS NOT FOUND
>
>
>If I start the proc with a START command it starts correctly.  The proc
>looks like this -
>
>//*************************************************************
>//*    JCL FOR RUNNING THE WLM-ESTABLISHED STORED PROCEDURES
>//*    ADDRESS SPACE
>//*       RGN     -- THE MVS REGION SIZE FOR THE ADDRESS SPACE.
>//*       DB2SSN  -- THE DB2 SUBSYSTEM NAME.
>//*       NUMTCB  -- THE NUMBER OF TCBS USED TO PROCESS
>//*                  END USER REQUESTS.
>//*       APPLENV -- THE MVS WLM APPLICATION ENVIRONMENT
>//*                  SUPPORTED BY THIS JCL PROCEDURE.
>//*
>//*       V5 V6 TOLERANCE 10/07/00
>//*       V6 MIGRATION    22/8/2000
>//*
>//*************************************************************
>//DB2XWLM  PROC RGN=0K,APPLENV=JDBCENV,DB2SSN=DB2D,NUMTCB=8
>//IEFPROC EXEC PGM=DSNX9WLM,REGION=&RGN,TIME=NOLIMIT,
>//        PARM='&DB2SSN,&NUMTCB,&APPLENV'
>//STEPLIB  DD  DISP=SHR,DSN=DSN710.RUNLIB.LOAD
>//         DD  DISP=SHR,DSN=DSN710.SDSNEXIT
>//         DD  DISP=SHR,DSN=DSN710.SDSNLOAD
>
>Any ideas ?
>
>Jim McAlpine
>

Hmmm.  Curious.  Could there be any case issues not showing up in
you post (double check WLM panels)?  What does $DJOBCLASS(STC),LONG
say the proclib concatenation is?  Is that concatenation in JES2 JCL or 
or dynamic proclibs?  Are you using started jobs and is there anything
set up with this name?

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to