Doubt about IMs BMP regions.

IBM's hierarchical database management system with a Database Manager (IMS DB) and a Transaction Manager(IMS DC)
jcdm
Posts: 20
Joined: Fri Dec 10, 2021 4:39 pm
Skillset: jcl
Referer: Internet

Doubt about IMs BMP regions.

Postby jcdm » Fri Jul 21, 2023 12:18 pm

Hello, I am new into IMS/TM I am learning by myself in a development enviroment.

So I run a cobol or java program to write in IMs queue and once i got all message in that queue, run anothe program to process messages.

I start 10, 20 or 100 BMP regions and I see that only 7 regions are processing the messages.

Transact are defined like:

Code: Select all

TRANSACT CODE=TRX1,                      
          PRTY=(8,8,65535),                  
          MSGTYPE=(MULTSEG,NONRESPONSE,300),
          SEGNO=000,                        
          MODE=SNGL,                        
          EDIT=ULC,                          
          SERIAL=NO,                        
          PARLIM=0,                          
          MAXRGN=100,                        
          PROCLIM=(100,3)      


Any suggestion to read?

  • Similar Topics
    Replies
    Views
    Last post