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

what is DSN SYSTEM() INRUN JCL


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
simkiran
Warnings : 1

New User


Joined: 08 Feb 2007
Posts: 1
Location: bangalore

PostPosted: Thu Feb 08, 2007 7:57 pm
Reply with quote

what is DSN SYSTEM() IN RUN JCL WHICH IS USED TO RUN A DB2 PGM AND WHAT SHOULD BE GIVEN WITH IN ()
Back to top
View user's profile Send private message
muthuvel

Active User


Joined: 29 Nov 2005
Posts: 217
Location: Canada

PostPosted: Fri Feb 09, 2007 3:01 pm
Reply with quote

Code:
DSN SYSTEM(DB2)                     
 RUN PROGRAM(Progam Name)
END   


This is given in the DB2 control card ,so that the program points to the corresponding DB2 tables during the execution of the program.
For test region,the test tables are to be pointed and used during the program execution ,for prod region RPOD tables are to be pointed and used during the program execution.
Back to top
View user's profile Send private message
HARIBHARAT

New User


Joined: 05 Jul 2006
Posts: 65
Location: pune

PostPosted: Fri Feb 09, 2007 3:33 pm
Reply with quote

depend upon the u r shop we have to give dsn subsytem name.

that is sub sytem ,u have to ask u r DBA THEY WILL TELL UR SUBSYTEM 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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
No new posts JCL Dynamic System Symbols JCL & VSAM 3
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top