IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

JCL Error: NOT_EXECUTED_STEP_TABLE BEGIN


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Julie Maquirang

New User


Joined: 07 Jan 2009
Posts: 20
Location: Philippines

PostPosted: Sat May 02, 2009 9:31 am
Reply with quote

Hello,

Can someone help me with this error. Please see attached screenshot.
We encountered this error two times, and I just requested the job to be restarted on this Step, and it completed successful.
I am wondering why we are getting this error.

Here is the step where we encountered the error:

Code:
//STEP02   EXEC PGM=IKJEFT01,DYNAMNBR=100           
//SYSTSPRT DD SYSOUT=*                               
//FILEIN   DD DSN=XXXXX.XXXXX.BATCHTRG.DATA,DISP=SHR
//FILEOUT  DD PATH='/u/sXXXXXX/prod_batch_end.trg', 
//            PATHOPTS=(OWRONLY,OCREAT,OTRUNC),     
//            PATHMODE=SIRWXU                       
//SYSTSIN  DD *                                     
  OCOPY INDD(FILEIN) OUTDD(FILEOUT)                 
/*
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat May 02, 2009 9:43 am
Reply with quote

Hello,

You need to post the screenshots using copy/paste and the "Code" tag. Use the Preview function to see how your post will appear to the forum. Many people here cannot download attachments.

You have not posted the error information produced by the system.

Post all messages and message ids for this execution.
From morecomplete error information, someone may have a suggestion.
Back to top
View user's profile Send private message
Julie Maquirang

New User


Joined: 07 Jan 2009
Posts: 20
Location: Philippines

PostPosted: Mon May 04, 2009 8:01 am
Reply with quote

Here is the JCL, I encountered the error on STEP02


Code:

//G586492 JOB (METR5864,2000),'OPCVARS',USER=S586401,PRTY=15,
//         MSGLEVEL=(1,1),CLASS=R,MSGCLASS=O,SCHENV=DB0P     
/*JOBPARM FORMS=STD                                           
//* ===== BEGIN UPDATE FOR ENDEVOR 4.0 CONVERSION ===== */   
//PROC JCLLIB ORDER=(NDVR.EMER2.PROCLIB,                     
//*           NDVR.STAGED.PROCLIB,                           
//            NDVR.PROD.PROCLIB)                             
//* ===== END   UPDATE FOR ENDEVOR 4.0 CONVERSION ===== */   
//O1       OUTPUT JESDS=ALL,DEFAULT=YES,CLASS=V,FORMS=STD4   
//O2       OUTPUT JESDS=ALL                                   
//*                                                         
//STEP01 EXEC K586492,B=B,                                   
//       ENV=,                                               
//*    S T E P L I B S                                       
//       JOBLIB1='NDVR.EMER2.LOADBAT,DISP=SHR',             
//       JOBLIB2='NDVR.PROD.LOADBAT,DISP=SHR',               
//       JOBLIB3='NDVR.PROD.LOADBAT,DISP=SHR',               
//       JOBLIB4='DBDCSUP.DB2.DB0P.SDSNEXIT,DISP=SHR',       
//       JOBLIB5='DBDCSUP.DB2.DB0P.SDSNLOAD,DISP=SHR',       
//       DALIB='NDVR.PROD.LOADBAT,DISP=SHR',                 
//       COBLIB='MHTECH.COBLIB,DISP=SHR',                   
//       SCEERUN='SYS1.CEE.SCEERUN,DISP=SHR'                 
//*                                                         
//STEP01.PARMFILE DD DSN=B5864.G5864.BATCHTRG.DATA,DISP=OLD 
//*======================================================== 
/*                                                           
//* Copy a Dataset or PDS member to USS for SFTP             
//*                                                         
//*                                                   
//STEP02   EXEC PGM=IKJEFT01,DYNAMNBR=100             
//SYSTSPRT DD SYSOUT=*                               
//FILEIN   DD DSN=B5864.G5864.BATCHTRG.DATA,DISP=SHR 
//FILEOUT  DD PATH='/u/s586401/prod_batch_end.trg',   
//            PATHOPTS=(OWRONLY,OCREAT,OTRUNC),       
//            PATHMODE=SIRWXU                         
//SYSTSIN  DD *                                       
  OCOPY INDD(FILEIN) OUTDD(FILEOUT)                   
/*                                                   


Here is the error

Code:

22.48.38 J0060178 ---- FRIDAY,    01 MAY 2009 ----                             
22.48.42 J0060178  ICH70001I S586401  LAST ACCESS AT 22:04:19 ON FRIDAY, MAY 1,
22.48.42 J0060178  $HASP373 G586492  STARTED - WLM INIT  - SRVCLASS BATPRDDF - S
22.48.42 J0060178  IEF403I G586492 - STARTED - TIME=22.48.42                   
22.48.42 J0060178  -                                         --TIMINGS (MINS.)--
22.48.42 J0060178  -JOBNAME  STEPNAME PROCSTEP    RC   EXCP    CPU    SRB  CLOCK
22.48.42 J0060178  -G586492  STEP01   FEDALLC     00      0    .00    .00    .00
22.48.42 J0060178  -G586492  STEP01   STEP01      00    155    .00    .00    .00
22.48.42 J0060178  -G586492  STEP01   ABORT    FLUSH      0    .00    .00    .00
22.48.47 J0060178  -G586492  STEP01   XMITIP      00    148    .00    .00    .07
22.48.47 J0060178  -G586492  STEP01   COPYHASP FLUSH      0    .00    .00    .00
22.48.55 J0060178  -G586492           STEP02   FLUSH      0    .00    .00    .13
22.48.55 J0060178  IEF453I G586492 - JOB FAILED - JCL ERROR - TIME=22.48.55     
22.48.55 J0060178  -G586492  ENDED.  NAME-OPCVARS              TOTAL CPU TIME= 
22.48.55 J0060178  -NOT_EXECUTED_STEP_TABLE BEGIN                               
22.48.55 J0060178  -JOBNAME  STEPNAME PROCSTEP STEPNO   
22.48.55 J0060178  -G586492           STEP02     6     
22.48.55 J0060178  -G586492           STEP03     7     
22.48.55 J0060178  -G586492           STEP04     8     
22.48.55 J0060178  -NOT_EXECUTED_STEP_TABLE END         
22.48.55 J0060178  $HASP395 G586492  ENDED               
[/list]
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon May 04, 2009 8:08 am
Reply with quote

Hello,

Some of the diagnostic information has not been posted. . .

Somewhere, in another sysout, will be (i suspect) a message that says "DATASET NOT FOUND" or something very similar. You need to look in the 2nd and 3rd jes sysouts.
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Mon May 04, 2009 9:47 pm
Reply with quote

I think the message you're looking for is in JESYSMSG (the 3rd data set of SDSF output).
Back to top
View user's profile Send private message
Julie Maquirang

New User


Joined: 07 Jan 2009
Posts: 20
Location: Philippines

PostPosted: Wed May 06, 2009 9:14 am
Reply with quote

Hello,

Here is the info for on the 3rd JESYSMSG,Would you know what are the possible reason for this error?

Quote:

ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR



Code:
IEF344I G586492 STEP02 FILEOUT - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
IGD17501I ATTEMPT TO OPEN A HFS FILE FAILED, RETURN CODE IS (00000081) REASON CODE IS (00000081) REASON CODE IS (0594003D)
FILENAME IS (/u/s586401/prod_batch_end.trg)                     
IEF272I G586492 STEP02 - STEP WAS NOT EXECUTED.                 
IEF285I   S586401.G586492.J0034471.D0000115.?          SYSOUT   
IEF285I   S586401.G586492.J0034471.D0000101.?          SYSIN   
IEF285I   S586401.G586492.J0034471.D0000101.?          SYSIN                 
IGD104I B5864.G5864.BATCHTRG.DATA                    RETAINED,  DDNAME=FILEIN
IEF373I STEP/STEP02  /START 2009125.2200                                     
IEF374I STEP/STEP02  /STOP  2009125.2200 CPU    0MIN 00.00SEC SRB    0MIN 00.00
IEF375I  JOB/G586492 /START 2009125.2200                                       
IEF376I  JOB/G586492 /STOP  2009125.2200 CPU    0MIN 00.08SEC SRB    0MIN 00.00
******************************* BOTTOM OF DATA ********************************



Thanks and Regards,

Julie
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed May 06, 2009 9:44 am
Reply with quote

Having never used the PATH parameter in a DD statement, I looked it up. The pathname is case sensitive. Is it spelled exactly correctly? There seems to be a lot of rules governing the PATH parameter and its subparameters. Have you doublechecked them in the JCL manual? There's a reference to the UNIX System Services Guide concerning using HFS files. Something there might help.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed May 06, 2009 9:54 am
Reply with quote

if You had cared to look at the messages and codes starting from

www-03.ibm.com/systems/z/os/zos/bkserv/lookat/
using IGD17501I as the search argument

proceeding to
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M881/SPTM012163

and again to
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BPXZA880/CCONTENTS?DT=20070606153306

and read the index for the return code
Return Codes (Errnos) Listed by Value ( ...81 )
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BPXZA880/3.0?DT=20070606153306

... the same index for the reason code
Reason Codes (Errnojrs) Listed by Value ( ....3d )
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/BPXZA880/4.2?SHELF=&DT=20070606153306&CASE=

You would have found Yourself that ...
Quote:
0081 ENOENT
No such file, directory, or IPC member exists.


Quote:
003D JRDirNotFound
A directory in the pathname was not found.
Action:One of the directories specified was not found.
Verify that the name specified is spelled correctly.



You are trying to access something that does notexist
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top