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

Have to introduce a new psb for my screen


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

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Mon Mar 22, 2010 12:31 pm
Reply with quote

Hi,

I have introduced a new IMSDC screen and have written a program for my application and have created a transaction also. I am using only io-pcb mask in my program to receive and send the messages to the terminal. But i dint introduce any online psb for the new screen.

Could anybody pelase let me know if I have to introduce a new psb for my screen. if so what would be the purpose of that new psb introduced ?. Also if anything needs to be done for ACB so as to generate the dbd and psb for online part.
Back to top
View user's profile Send private message
manikawnth

New User


Joined: 07 Feb 2007
Posts: 61
Location: Mumbai

PostPosted: Mon Mar 22, 2010 1:30 pm
Reply with quote

Hi Abdul,

There wont be any online PSBs for screens, the PSBs are associated to transactions and application programs.
You have to define some PSB to run the screen using an application program.
If the screen is just to format and doesn't do anything (may be used for some help manual), you need not define PSB or transaction too.

First the PSBs and transactions have to be defined to the IMS system during SYSGEN.
If the transactions and PSBs are defined and linked, kindly go to blank IMS screen and run the following IMS commands to verify whether they are active or not.
/DIS TRAN <tran_name>
/DIS PSB <psb_name>
/DIS PROG <prog_name>
For an online program PSB name and PROG name are same...

Kindly contact your DBA if it is for first time you are handling this, to get all the necessary steps.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Mon Mar 22, 2010 5:45 pm
Reply with quote

You need to code your MFS screen - message format screen - then compile it. I know that I posted a link a while ago that shows the relationship in IMS DC for your transaction - PSB - MFS - application program.
Back to top
View user's profile Send private message
abdulrafi

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Mon Mar 22, 2010 6:32 pm
Reply with quote

Thanks for the information.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Mon Mar 22, 2010 6:35 pm
Reply with quote

Found it......

www.sysed.com/DnLoads/QualityContents/IMSMFS/04a_402C01MFds.pdf
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 Data for newly added fields not displ... IMS DB/DC 6
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts Am Getting a vertical line in ISPF SC... TSO/ISPF 3
No new posts Naming a newly opened screen using REXX CLIST & REXX 2
No new posts How to launch a webpage from CICS scr... CICS 2
Search our Forums:

Back to Top