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

How will your application program link with the created psb


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

New User


Joined: 31 Jul 2007
Posts: 45
Location: india

PostPosted: Thu Aug 02, 2007 10:18 am
Reply with quote

hi all,
I am new to ims and i have developed an online application program, i have no idea how my program will access the psb i have created... is it necessary that i have to mention it in the jcl that will compile this program.. or is there some other way to mention the psb name to the program??
thanks in advance....
Back to top
View user's profile Send private message
rajesh_1183

Active User


Joined: 24 Nov 2005
Posts: 121
Location: Tadepalligudem

PostPosted: Thu Aug 02, 2007 2:13 pm
Reply with quote

The DBA will define the PSB for which your program will be accessing. There is no need of mentioning it in the JCL for compilation...While executing, your program picks the PSB automatically from the region...
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: Thu Aug 02, 2007 2:42 pm
Reply with quote

Don't forget an ACBGEN has to be done.
Back to top
View user's profile Send private message
girish_s

New User


Joined: 31 Jul 2007
Posts: 45
Location: india

PostPosted: Thu Aug 02, 2007 9:14 pm
Reply with quote

hi,
Thanks a lot for your reply rajesh_1183 and george... but i have been given the task of handling a few admin tasks... so i need to clearly know how the application program will access the psb... do i have to define a transaction for the psb also??? dbdgen,psbgen and acbgen have been created...
thanks in advance...
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


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

PostPosted: Sat Aug 04, 2007 2:24 am
Reply with quote

The sequence of events should be to define the transaction first - then roll it in with the ACBGEN. The transaction will be included in your MFS. Next will be your PSB - MFS - program.
Back to top
View user's profile Send private message
girish_s

New User


Joined: 31 Jul 2007
Posts: 45
Location: india

PostPosted: Mon Aug 06, 2007 11:35 am
Reply with quote

hi sandy,
how is the created transaction assigned to the mfs?? is it through the tran code in the mid??? and how wil the transactions be rolled with the acbgen ?? could u plz gimme some examples...
thanks in advance..
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Tue Aug 07, 2007 1:22 pm
Reply with quote

Quote:
girish_s

By collecting bits and pieces of information and trying to relate how IMS works, is slightly difficult to understand of how IMS works.
I would suggest to read IMS for COBOL programmers to understand the IMS concept.
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 API Gateway from CICS program CICS 0
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top