If we want to see the eliminated duplicate record thru
SORT, how its output file will be managed

Answer Posted / devendra acharya

for eliminating duplicate record thru sort
we use
SORT FIELDS = SUM
in SYSIN DD*.

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I share my data with other jobs? How?

663


Where can program checkpoints be stored for use in a restart?

836


Why include statement is used in a jcl?

679


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1943


Explain about ISPF/TSO Commands

1305






what is DSN in JCL and what are the parameters to declare the DSN?

710


What dd statement is used to supply the name of a dataset?

768


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

773


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1759


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1609


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

810


What do you understand by jcl?

622


Explain the function of job statement in jcl?

636


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?

608


Is there any command to check wether the ps file is in sorted order?

2420