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

RUN JCL for BMP job i.e. with ACB Lib


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Raja12752

New User


Joined: 18 Jul 2006
Posts: 28

PostPosted: Thu Dec 20, 2007 2:58 pm
Reply with quote

Hi

I am facing an error to execute the BMP job which is due to JCL error.

Could some one share me the jcl to execute my BMP program.

I am currently using the below jcl.

****** ***************************** Top of Data ******************************
000100 //IDCT93AB JOB NOTIFY=&SYSUID,MSGLEVEL=(1,1)
000200 //*------------------------------------------------------------------*
000300 // SET MEMBER=PGMCON05 ==> My Program Name
000400 // SET ACB=PGMCON05 ==> My PCB Library
000500 // SET LOADLIB=XXX.IMSDB.LOADLIB ==> Load Lib for program
000510 // SET ACBLIB=IMS910.ACBLIB ==> ACB Load lib
000600 //*------------------------------------------------------------------*//
000700 //STEP1 EXEC PGM=DFSRRC00,REGION=0M,TIME=2,COND=(4,LT),
000800 // PARM=(BMP,&MEMBER,&ACB,,,,,,,,,,,N)
000900 //STEPLIB DD DSN=IMS910.SDFSRESL,DISP=SHR
001000 // DD DSN=&LOADLIB,DISP=SHR
001200 //*
001300 //ACBCARD DD DSN=&ACBLIB,DISP=SHR <== Confused about this.
001500 //*
002000 //PROCLIB DD DSN=IMS910.PROCLIB,DISP=SHR
002100 //SYSUDUMP DD SYSOUT=*,
002200 // DCB=(LRECL=121,RECFM=FBA,BLKSIZE=3025),
002300 // SPACE=(3025,(100,100),RLSE,,ROUND)
002400 //DFSRESLB DD DSN=IMS910.SDFSRESL,DISP=SHR
002500 //DFSVSAMP DD DISP=SHR,DSN=IMS910.PROCLIB(DFSVSMDB)
002600 //SYSOUT DD SYSOUT=*
****** **************************** Bottom of Data ****************************
Back to top
View user's profile Send private message
rajatbagga

Active User


Joined: 11 Mar 2007
Posts: 199
Location: india

PostPosted: Mon Dec 24, 2007 1:24 pm
Reply with quote

What is the JCL error you are facing?
Back to top
View user's profile Send private message
Raja12752

New User


Joined: 18 Jul 2006
Posts: 28

PostPosted: Wed Dec 26, 2007 3:55 pm
Reply with quote

The JCL is going into loop due to CTL pgm not found.

REF:

J E S 2 J O B L O G -- S Y S T E M S 0 W 1 -- N O D E

04.23.59 JOB03472 ---- WEDNESDAY, 26 DEC 2007 ----
04.23.59 JOB03472 IRR010I USERID IDCT93 IS ASSIGNED TO THIS JOB.
04.24.00 JOB03472 ICH70001I IDCT93 LAST ACCESS AT 23:51:04 ON TUESDAY, DECEMB
04.24.00 JOB03472 $HASP373 IDCT90AB STARTED - INIT 2 - CLASS A - SYS S0W1
04.24.01 JOB03472 @56 DFS690A IDCT90AB.STEP1. - CTL PGM NOT ACTIVE, REPLY 'WAIT'******************************** BOTTOM OF DATA ********************************
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Dec 26, 2007 4:16 pm
Reply with quote

wouldn' t it be wiser to ask Your system support group ??
we know very little ( understatement for nothing ) about Your environment

the IMS control region You are trying to use is not active..

ask.. blah... blah... blah

there are 2 reasons for the failure..
You are asking for an non existent control region
or...
the control region name is right but it is not available..

so only one answer is right...

CONTACT YOUR LOCAL SUPPORT
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Fri Dec 28, 2007 12:43 pm
Reply with quote

Quote:
The JCL is going into loop due to CTL pgm not found.

From your JESLOG this is not TRUE. The JCL is in waiting status not looping (without execution how can it go looping?).

You are executing a BMP job, so check whether your IMS region is up,
DB's are up.
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 -> IMS DB/DC

 


Search our Forums:

Back to Top