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
Is their any set of rules for dd? Explain.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How can the attributes of one sms dataset be copied to another dataset?
Explain the purpose of dd * statement in jcl?
Give the syntax of job specifying jcl statement.
How can a fb file convert to vb file using sort program?
how do you access an uncataloged dataset in a jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Is automatic restart possible in jcl?
What are the 4 fields in dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Which dd parameters are required?
what is DSN parameter and DISP parameter is used for?
Explain how can an in-stream dataset be terminated?