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

Reg need for DFSRC00 in program in IMS


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

New User


Joined: 21 Nov 2005
Posts: 35
Location: chennai

PostPosted: Wed Apr 19, 2006 6:29 pm
Reply with quote

Can anyone tell me the need for program DFSRC00 in IMS?

urgent..... reply quickly
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: Wed Apr 19, 2006 6:57 pm
Reply with quote

This program is IMS and handles all DLI calls and messages
Back to top
View user's profile Send private message
rskumar

New User


Joined: 21 Nov 2005
Posts: 35
Location: chennai

PostPosted: Wed Apr 19, 2006 7:06 pm
Reply with quote

Then what about the BMP cases....Batch Mode Processing?

I think it does handle those cases.

Can u be more specific that what that program does.....

Where can i find that program?

Is it in the system library?

If yes, please tell me the library name.....
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: Wed Apr 19, 2006 7:44 pm
Reply with quote

First of all: BMP stands for Batch Message Processing program meaning it is possible to run in batch and yet process messages from the message queue. As for DFSRC00 you tell the program through parameters what type of processing you're intending. You tell it MSG, DLI or BMP. Below an example of one of our online regions. The library where it runs from is defined by your system programming department at installation.

XXNTMSG04 PROC RGN=0M,
XX SOUT='*',DUMP=X,SNAP=X,
XX CL1=007,CL2=000,CL3=000,CL4=000,
XX OPT=N,OVLA=0,SPIE=0,VALCK=1,TLIM=01,
XX PCB=000,PRLD=,STIMER=,SOD=,DBLDL=,
XX NBA=,OBA=,IMSID=IMNT,AGN=,VSFX=,VFREE=,
XX SSM=PVST
XX*
XXREGION EXEC PGM=DFSRRC00,REGION=&RGN,
XX TIME=1440,
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,TIME=1440,PARM=(MSG,007000000
Back to top
View user's profile Send private message
gowtham_1982
Warnings : 1

Active User


Joined: 02 Dec 2005
Posts: 109

PostPosted: Thu Apr 20, 2006 9:03 am
Reply with quote

hi rskumar,

DFSRRC00 is the utility to run a COBOL-IMS pgm or COBOL-IMS-DB2 pgm. it is only the utility DFSRRC00 that we invoke and we pass the information of the pgm to be run, PSB to be used and mode of execution of the pgm we want to run. so it is this utility which is running our pgm and our pgm is not run directly.

Hope this explanation helps.


suggestions welcomed...

gowtham
Back to top
View user's profile Send private message
rskumar

New User


Joined: 21 Nov 2005
Posts: 35
Location: chennai

PostPosted: Thu Apr 20, 2006 4:28 pm
Reply with quote

Thank You gowtham.

Ur explanation helped me out of a great situation here at my desk.
Back to top
View user's profile Send private message
coolsrini1981

New User


Joined: 29 Aug 2006
Posts: 1

PostPosted: Tue Aug 29, 2006 3:19 am
Reply with quote

What if i want to pass a parm which is a data for a IMS-cobol pgm
Can i still use DFSrC00 utility?
or Alternatively cant i use this utility for the above case?

currently we pass :- OSBNAME,PGMNAME, DLI/BMP , chkpt parameters with this utility
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