BIND JCL ERROR



IBM's flagship relational database management system

BIND JCL ERROR

Postby KBS_123 » Fri Mar 04, 2016 11:21 am

//IBMUSERX JOB NOTIFY=&SYSUID,REGION=0M
//JOBLIB DD DISP=SHR,DSN=DSN910.SDSNEXIT
// DD DISP=SHR,DSN=DSN910.SDSNLOAD
// DD DISP=SHR,DSN=CEE.SCEERUN
//*
//BINDPLAN EXEC PGM=IKJEFT01,DYNAMNBR=20
//DBRMLIB DD DSN=SHAIK.DB2.DBRMLIB,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSTSIN DD *
DSN SYSTEM(DB9G)
BIND PLAN(PLAN1) -
MEMBER(CURSOR1) -
LIBRARY('SHAIK.DB2.DBRMLIB') -
ACT(REP) -
ENCODING(EBCDIC) -
VALIDATE(BIND) -
ISOLATION(CS)
END
*

IBMUSERX BINDPLAN JOBLIB - DATA SET NOT FOUND
IBMUSERX BINDPLAN - STEP WAS NOT EXECUTED
KBS_123
 
Posts: 4
Joined: Thu Mar 03, 2016 12:54 pm
Has thanked: 4 times
Been thanked: 0 time

Re: BIND JCL ERROR

Postby Aki88 » Fri Mar 04, 2016 11:59 am

Hello,

KBS_123 wrote:....
//JOBLIB DD DISP=SHR,DSN=DSN910.SDSNEXIT
// DD DISP=SHR,DSN=DSN910.SDSNLOAD
// DD DISP=SHR,DSN=CEE.SCEERUN
//*

......

IBMUSERX BINDPLAN JOBLIB - DATA SET NOT FOUND
IBMUSERX BINDPLAN - STEP WAS NOT EXECUTED


Please use code-tags while posting code; though, what is the query here.
If it is about the message 'IBMUSERX BINDPLAN JOBLIB - DATA SET NOT FOUND', then the message is self-explanatory; you should check whether the PDS given in JOBLIB statement exist; if not, then provide the correct DSN in the JOBLIB statement.

These users thanked the author Aki88 for the post:
KBS_123 (Fri Mar 04, 2016 12:49 pm)
Aki88
 
Posts: 381
Joined: Tue Jan 28, 2014 1:52 pm
Has thanked: 33 times
Been thanked: 36 times

Re: BIND JCL ERROR

Postby NicC » Fri Mar 04, 2016 1:50 pm

Or even...do you actually need a JOBLIB/STEPLIB?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

These users thanked the author NicC for the post:
KBS_123 (Fri Mar 04, 2016 10:40 pm)
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: BIND JCL ERROR

Postby enrico-sorichetti » Fri Mar 04, 2016 2:03 pm

speak to Your support, they know the naming standards of Your organisation, we do not!
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

These users thanked the author enrico-sorichetti for the post:
KBS_123 (Fri Mar 04, 2016 10:40 pm)
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to DB2

 


  • Related topics
    Replies
    Views
    Last post