Explain dfsort utility?



Explain dfsort utility?..

Answer / Amit Kumar Dwivedi

DFSORT is a utility used in JCL to sort data. It reads a data set, sorts the records based on specified keys, and writes the sorted results to another data set. The DFSORT card takes various parameters like `KEYCARD`, `OUTRECFMT`, and `OUTFILE` to control how the sorting is performed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

What is the use of IEBGENER ?

2 Answers   Cap Gemini, Wipro,


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?

1 Answers  


What are the common jcl syntax errors you get? This is not abends?

1 Answers  


what is check pending option

1 Answers   Fujitsu,


JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?

4 Answers   HCL,


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 ?

1 Answers   IBM,


WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)

8 Answers   ADP,


Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?

3 Answers  


In sms datasets, what is the function of the dd avgrec keyword?

1 Answers  


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job

2 Answers   AVB, IBM,


how to edit a tape dataset ? asked in wipro

1 Answers   Wipro,


Categories