IN DFSORT sum fields=none is usec to remove duplicates.how
to write the duplicates in another dataset?
Answer Posted / shivani
using XSUM
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
define cond parameter in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
Brief description of inline procedure of jcl.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Is condition checking possible in jcl? If yes, how?
i want to store 20 digits . how will u do it in cobol ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How do you access an uncatalogued dataset in a jcl?
What is job control language?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the purpose of dd?
how you can direct the data to spool using SYSOUT option?
How can return codes be tested before execution of a job step?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
when can a job time-out occur? How to overcome that?