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

Like to know the program which is being called to run


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

New User


Joined: 26 Jul 2005
Posts: 64
Location: India

PostPosted: Thu Oct 05, 2006 8:34 pm
Reply with quote

Code:
    //             PARM=('DLI,DSNMTV01,XGP525,,0000,,0,,N,1,T')     


I would like to know the program which is being called to run. I know XGP525 is the PSB name. please direct me where to find.


Thanks.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Thu Oct 05, 2006 10:00 pm
Reply with quote

Hi There ,

Below in the jcl u can find the pgm name against DSNMTV01 or just paste me the whole jcl so that i can tell u the Pgm name.
Back to top
View user's profile Send private message
kbnkb2

New User


Joined: 21 Aug 2006
Posts: 4

PostPosted: Fri Oct 06, 2006 10:46 am
Reply with quote

The Jcl you pasted is used run appln. program which updates both IMS & DB2 databases.Pgm name can found in DDITV02 dataset.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Fri Oct 06, 2006 10:52 am
Reply with quote

Hi there,

In jcl u will find the line

//DDITV02 DD *
DB2S,SYS1,DSNMIN10,,R,%,TBH2TNX,BATCH01,TNX


Here the last one TNX in this case is the program name
Back to top
View user's profile Send private message
ibmmainframe1

New User


Joined: 26 Jul 2005
Posts: 64
Location: India

PostPosted: Fri Oct 06, 2006 1:00 pm
Reply with quote

Thanks for your answers
Code:
//DDITV02  DD  DSN=&STAGE5..PROCINP(XGZ0610A),         
//             DISP=SHR                               
//DDOTV02  DD  SYSOUT=&OUTJ,                         
//             DCB=(RECFM=VB,LRECL=4092,BLKSIZE=0)   
//PLF201I  DD  DUMMY                                 
//PLF200O  DD  SYSOUT=&OUTJ,                         
//             DCB=(RECFM=FBA,LRECL=133,BLKSIZE=6118)


I did find the program in DDITV02 but I dont know why the other ddnames are used for.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Fri Oct 06, 2006 1:43 pm
Reply with quote

Hi,

Just go in to XGZ0610A & search for pgm name
Back to top
View user's profile Send private message
akular09

New User


Joined: 06 Sep 2006
Posts: 2
Location: chennai

PostPosted: Tue Oct 10, 2006 4:02 pm
Reply with quote

Basically DSNMTV01 specifies, your running DB2 code along with IMS and the corresponding DD NAME DDITV02 will give you the DB2&IMS program name.
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 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
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top