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

How to find PSB of IMS Program?


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

New User


Joined: 05 Dec 2006
Posts: 89
Location: chennai

PostPosted: Tue Nov 11, 2008 8:03 am
Reply with quote

Hi Team,
1)How to find my program step uses which PSB and all?
2)is there any option in to check my JOB uses correct PSB in the JOB while running.
3)For first time run what we need to do with PSB.ie)do we need to Build PSB for that corresponding program?

Currenlty i am using the below PSB
PCB TYPE=DB,DBDNAME=@@1F1E,PROCOPT=AP,KEYLEN=50,POS=M
SENSEG NAME=F1A,PARENT=0
SPACE
PSBGEN PSBNAME=A0829@@1,LANG=COBOL
END
Now i need PSB like below for Restart & chekpoint logic
PCB TYPE=DB,DBDNAME=@@1F1E,PROCOPT=AP,KEYLEN=50,POS=M
SENSEG NAME=F1A,PARENT=0
SPACE
PSBGEN PSBNAME=A0829@@1,LANG=COBOL,CMPAT=YES
END

4)After adding corresponfind PSB(above) what are the steps i need to follow to run a IMS program?

Please advice on this and correst me if i am wrong on this.
Thanks
Jagadesh
Back to top
View user's profile Send private message
AshimSreedhar

New User


Joined: 18 Apr 2008
Posts: 10
Location: Canada

PostPosted: Fri Apr 03, 2009 1:22 am
Reply with quote

Once you created a PSB you must generate it... using a PSB gen job and then must submit a ACB GEN job
Back to top
View user's profile Send private message
naveengec

New User


Joined: 24 Mar 2007
Posts: 35
Location: pune

PostPosted: Mon Apr 06, 2009 2:17 pm
Reply with quote

itjagadesh wrote:
Hi Team,
1)How to find my program step uses which PSB and all?
2)is there any option in to check my JOB uses correct PSB in the JOB while running.
3)For first time run what we need to do with PSB.ie)do we need to Build PSB for that corresponding program?

Currenlty i am using the below PSB
PCB TYPE=DB,DBDNAME=@@1F1E,PROCOPT=AP,KEYLEN=50,POS=M
SENSEG NAME=F1A,PARENT=0
SPACE
PSBGEN PSBNAME=A0829@@1,LANG=COBOL
END
Now i need PSB like below for Restart & chekpoint logic
PCB TYPE=DB,DBDNAME=@@1F1E,PROCOPT=AP,KEYLEN=50,POS=M
SENSEG NAME=F1A,PARENT=0
SPACE
PSBGEN PSBNAME=A0829@@1,LANG=COBOL,CMPAT=YES
END

4)After adding corresponfind PSB(above) what are the steps i need to follow to run a IMS program?

Please advice on this and correst me if i am wrong on this.
Thanks
Jagadesh


itjagadesh wrote:
1)How to find my program step uses which PSB and all?

The PSB which needs to be used should've been specified in the PARM parametre of the DFSRRC00 program step as the third parameter.

itjagadesh wrote:
2)is there any option in to check my JOB uses correct PSB in the JOB while running.

This can be cheked in the JES messages of the corresponding job.
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 To find whether record count are true... DFSORT/ICETOOL 6
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