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

Need details on the mainframe Utility 'DFSRRC00'


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

New User


Joined: 20 Sep 2005
Posts: 26

PostPosted: Fri Jan 20, 2006 2:24 pm
Reply with quote

Hi all

Can you please provide me some details on the mainframe Utility 'DFSRRC00' like when and where one should use it?

Expecting a great help from your side.


Pankaj
Back to top
View user's profile Send private message
itssreehere
Warnings : 1

New User


Joined: 10 Jan 2006
Posts: 65
Location: chennai

PostPosted: Fri Jan 20, 2006 2:29 pm
Reply with quote

This is for running IMS programs. This is the batch initialization module.

Sreejith
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: Fri Jan 20, 2006 3:56 pm
Reply with quote

Close Sreejith, I'd like to add a bit:

DFSRRC00 in fact is IMS. It runs batch as well as online. Below examples of one of our regions and a batchjob. In the parm you tell IMS whether it's online (MSG) or batch (DLI).

XXREGION EXEC PGM=DFSRRC00,REGION=&RGN,
XX PARM=(MSG,&CL1&CL2&CL3&CL4,
XX &OPT&OVLA&SPIE&VALCK&TLIM&PCB,
XX &PRLD,&STIMER,&SOD,&DBLDL,&NBA,
XX &OBA,&IMSID,&AGN,&VSFX,&VFREE,
XX &SSM)
XX*
IEFC653I SUBSTITUTION JCL - PGM=DFSRRC00,REGION=0M,PARM=(MSG,117000000

//STEP01 EXEC PGM=DFSRRC00,REGION=0M,
// PARM='DLI,DSNMTV01,program,40,00'

Cheers,
Back to top
View user's profile Send private message
pankajayee

New User


Joined: 20 Sep 2005
Posts: 26

PostPosted: Fri Jan 20, 2006 5:25 pm
Reply with quote

Thanx Sreejith n George for your help.

Have a nice time.

Pankaj icon_biggrin.gif
Back to top
View user's profile Send private message
pradeeph

New User


Joined: 10 Nov 2006
Posts: 7

PostPosted: Fri Nov 10, 2006 11:45 am
Reply with quote

i want to see wat is being moved into the output file used by this utility could someone help me with that plz
Back to top
View user's profile Send private message
rahul_kolhe

New User


Joined: 08 Nov 2006
Posts: 15

PostPosted: Sat Nov 11, 2006 7:17 am
Reply with quote

Hi pradeeph,

DFSRC00 tells JCL that program deals with the IMS. It is not Utility to produce or format output files like SORT do.

PARM=(MSG,&CL1&CL2&CL3&CL4

Parm passes the parameters from JCL to the utility e.g. whether it is batch or BMP,

&CL1 tells the program name
&CL2 tells the PSB used

Have a good Weekend!

thanks,
Back to top
View user's profile Send private message
pradeeph

New User


Joined: 10 Nov 2006
Posts: 7

PostPosted: Mon Nov 13, 2006 11:46 am
Reply with quote

thankx man
Back to top
View user's profile Send private message
Phoenix

New User


Joined: 27 Feb 2007
Posts: 20
Location: Chennai

PostPosted: Thu Jun 14, 2007 12:45 pm
Reply with quote

Hi,
I have a doubt. You said:

Quote:
In the parm you tell IMS whether it's online (MSG) or batch (DLI).


But why do we need a JCL and procedure DFSRRC00 for an online program when it is invoked by a transaction name. is it for a BMP program?

And when do we use PARM=(MSG,...) in a JCL?
And when do we use PARM=(BMP,...) in a JCL?
icon_confused.gif

Cheers,
Phoenix. icon_smile.gif
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 FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts REASON 00D70014 in load utility DB2 6
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
No new posts How to Reformat a file using File Man... All Other Mainframe Topics 14
Search our Forums:

Back to Top