What is the use of the utility DFSRRC00 in the JCL?
Answers were Sorted based on User's Feedback
Answer / kavitha
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
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / 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 |
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
how many max steps can we use in a job? pls answer to my question
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
What do you understand by the terms: joblib and steplib?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
How can u know the current date using jcl?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
What are three parameters you can specify on Job statement as well as on exec stmt ?
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?