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

Why and for what are ONLINE PSB's


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

Active User


Joined: 11 Mar 2007
Posts: 199
Location: india

PostPosted: Thu Mar 15, 2007 5:11 pm
Reply with quote

Can anybody tell what are ONLINE PSB's. Why and for what are they used . Following is an example of online PSB:

PRINT NOGEN
* PCBS TP DEFAULT PARA CSP/AD/RS/COBOL ***
PCB TYPE=TP,MODIFY=YES,EXPRESS=NO
PCB TYPE=TP,MODIFY=YES,EXPRESS=YES
*
* MESSAGE DATA BASE = NO *** CSP-RS/COBOL ***
ELAPCB WORK=YES,WORKDBD=ELAWORK
*
PSBGEN LANG=COBOL,CMPAT=YES,PSBNAME=BVEA54
END

please tell me the fuctionality of this above mentioned ONLINE PSB

Thanks in Advance,
Rajat
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Sat Mar 17, 2007 11:18 pm
Reply with quote

Online PSB is for IMS MPP programs.

PCB TYPE=TP -> Transaction Type which is ONLINE
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Mon Mar 19, 2007 7:08 pm
Reply with quote

In addition to what Devzee wrote:

TYPE=TP PCB's are for communicating with the message-queue which you may also consider some kind of database. As you may know every database, including the message-queue, needs a PCB for program communication with that particular database. The TP-PCB is usually called an IO-PCB and is responsible for communication of message sent to and from a terminal. You may also define an alternate-pcb (MODIFY=YES)which may be used to route messages to a different terminal or other MPP's.

Since BMP's also may process messages they also use an IO-PCB.

For more exploring follow the first link in my signature and do some searching.
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 Underscore was not populated to onlin... CICS 1
No new posts Trying to change copybook in online c... CICS 4
No new posts Batch call online program, EXCI task ... CICS 3
No new posts Error while trying to access Online I... CA Products 2
No new posts APCT Abend while running an online CI... CICS 1
Search our Forums:

Back to Top