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

How the BMP pgm runs?


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

New User


Joined: 05 Aug 2009
Posts: 44
Location: Hyderabad

PostPosted: Fri Oct 02, 2009 12:12 pm
Reply with quote

Hi all,

Recently, when I happened to work on BMP for the first time, I see a program (I suppose its not a program as it doesn't obey either PL1 nor Cobol standards) as follows:

NAME (MYS101P)
APPLNAME (MYSGES01)
PCB (BTMPCBF:16)
PCB (BTMPCBI:28)
PCB (BTMPCBN:30)
PCB (BTMPCBR:05)
PCB (BTMPCBB:15)
PCB (BTMPCB1:58)
PCB (BTMPCB2:58)
PCB (BTMPCB3:58)
PCB (BTMPCB4:58)
PCB (BTMPCB5:58)
PCB (BTMPCB6:58)
PCB (BTMPCBL:22)
SPA (MYS105S)
LLSPA (1000)
DYNAMIC (LARGE)
WORKA (MYS109S)
LLWORKA (1000)
CHKPTID (GES)
DBD (MYSGES)
ANALYSER (MYS1AAM)
TRANSACT (MYS1ABM)
TRANSACT (MYS1ACM)
TRANSACT (MYS1ADM)
TRANSACT (MYS1AEM)
TRANSACT (MYS1AFM)
TRANSACT (MYS1AGM)
TRANSACT (MYS1AHM)
TRANSACT (MYS1AIM)
TRANSACT (MYS1ALM)
TRANSACT (MYS1AMM)
TRANSACT (MYS1ANM)

By viewing the above, few of the statements are understandable, like PCB'S.
This BMP has pgms with naming convention MYS1A*M.
1) Can anyone please explain me how the above pgm works. I mean to say whats the flow ?
2) What does ANALYSER and TRANSACT mean?
3) Why do we have more than one comman storage area ie SPA, LLSPA, WORKA, LLWORKA.

Thanks in Advance.
Back to top
View user's profile Send private message
chowdhrykapildev

New User


Joined: 05 Aug 2009
Posts: 44
Location: Hyderabad

PostPosted: Fri Oct 02, 2009 12:43 pm
Reply with quote

and also, how can I compile and link-edit the above program to get the TPLOAD ?
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 DB2 Query runs very long DB2 21
No new posts log file runs out of space, an error ... JCL & VSAM 4
No new posts Job abebds with S0C4 ,REASON=10 and r... ABENDS & Debugging 3
No new posts CA7 set up to make sure job always ru... CA Products 11
No new posts Identify Region under which program r... CICS 4
Search our Forums:

Back to Top