Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / vivek
You can use XSUM
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Brief description of inline procedure of jcl.
Explain the hierarchy levels in jcl?
What do you understand by the term notcat 2 – gs?
what is the purpose of coding notify parameter in job statement?
what is a jcl?
What is the function of the steplib dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Can we call instream to catalog and catalog to instream?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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.
What is concatenating?
what is the JCL statement consists of?
Is automatic restart possible in jcl? If yes, how?
what is the use of JCL?