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

Static and Dynamic PCB


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

New User


Joined: 02 Aug 2012
Posts: 2
Location: INDIA

PostPosted: Tue Aug 06, 2013 10:03 pm
Reply with quote

Hi, I have 2 existing production running program. Both are individual program

Program-A uses Dynamic PCB and the PSB is given below

Code:
PCB  TYPE=DB,DBDNAME=IMMBNTDB,KEYLEN=100,PROCOPT=GOT, X
 PCBNAME=IMMBNTDB                                         
SENSEG NAME=BNTENT,PARENT=0                                   
SENSEG NAME=BNTCONT,PARENT=BNTENT                             
SENSEG NAME=BNTSUPL,PARENT=BNTENT                             
SENSEG NAME=BNTBROK,PARENT=BNTENT     


Program-B uses Static PCB and the PSB is given below

Code:
PCB  TYPE=DB,DBDNAME=IMMBNTDB,KEYLEN=10,PROCOPT=GOTP
SENSEG NAME=BNTENT,PARENT=0 


I need to call the Program-A inside Program-B. How I need to modify the Program-B PSB.

I am new to this forum and IMS, kindly Apologize if any mistake
Back to top
View user's profile Send private message
Ranjithkumar

New User


Joined: 10 Sep 2008
Posts: 93
Location: India

PostPosted: Tue Aug 20, 2013 3:28 pm
Reply with quote

Include both PCBs in Program B's PSB and pass Program A's PCB details while calling A from B. But you need to be careful while handling multiple PCBs in a single PSB, since in your case both PCBs access the same DBD.
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

 


Similar Topics
Topic Forum Replies
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts Synctool-dynamic split job for varyin... JCL & VSAM 7
No new posts Dynamic file allocation using JCL JCL & VSAM 8
No new posts Dynamic Sortin DD cards SYNCSORT 8
Search our Forums:

Back to Top