|
|
| Author |
Message |
ganeshram
New User
Joined: 13 Jun 2008 Posts: 3 Location: chennai
|
|
|
|
EXEC PGM=DFSRRC00
This is a line in JCl can tell me for what purpose the DFSRR is used for |
|
| Back to top |
|
 |
References
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3383 Location: Charlotte,NC USA
|
|
|
|
| As I understand it, DFSRRC00 is batch IMS. |
|
| Back to top |
|
 |
Moved: Mon Jun 16, 2008 8:17 pm by superk From Other Mainframe Topics to IMS DB/DC |
Sinkaravelan S
New User
Joined: 21 Apr 2008 Posts: 31 Location: coimbatore-TN india
|
|
|
|
DFSRRC00 is one of the IMS-Support utility for BMP..
Thanks, |
|
| Back to top |
|
 |
mkarthikeyan
New User
Joined: 07 Aug 2008 Posts: 26 Location: Bangalore
|
|
|
|
| DFSRRC00 is IBM supplied Utility,called as Initialization module. The module is used establish the DLI,BMP,DBB in batch and MPP in online (DC). IMS program cannot run as stand alone. |
|
| Back to top |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 635 Location: work
|
|
|
|
| In more general terms, PGM=xyz specifies the name of the executable that gets called. Together with EXEC, means "execute the program named xyz". |
|
| Back to top |
|
 |
Bill Dennis
Senior Member
Joined: 17 Aug 2007 Posts: 334 Location: Iowa, USA
|
|
|
|
Each IBM software product usually has a common load module/message prefix:
DFS = IMS
DFH = CICS
ICE = DFSORT
IKJ = TSO
ISF = SDSF
etc. |
|
| Back to top |
|
 |
|
|