What is the use of the utility DFSRRC00 in the JCL?

Answer Posted / sukumar

DFSRRC00 is basically an IMS routine to run IMS DLI(Batch)
&
BMP(Batch Message Processing) Modules thorugh JCL.

correct me if i'm wrong

Is This Answer Correct ?    19 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to execute 2nd and 4th steps among 5 steps in jcl proc?

751


how do you code a null statement?

780


what is DD statement is used in JCL?

683


How jcl work to handle various input output file operations?

660


What is notcat 2 - gs?

941






The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

949


Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

3534


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1043


Can we use DISP=SHR in output file in JCL

957


Why block size is multiple of lrecl in jcl?

915


can any one plzzzzzz tell the jcl code for creating ps using idcams

10531


What is the use of disp parameter?

653


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

727


Are there any set of rules for the names of the steps used in a job?

639


Explain the function of //jcllib statement?

709