please could u tell me the difference between SORT,
SYNCSORT,CA-SORT, DFSORT,
Answer / deepak gairola
DFSORT is IBM's sort product. Syncsort is Syncsort's sort
product. CA-Sort is CA's sort product(CA-Computer
Associates).
PGM=SORT or PGM=ICEMAN will invoke the sort product used at
your site which could be DFSORT, Syncsort or CA-SORT.
If you're not familiar with DFSORT and DFSORT's ICETOOL,
I'd suggest reading through "z/OS DFSORT: Getting Started".
It's an excellent tutorial, with lots of examples, that
will show you how to use DFSORT, DFSORT's ICETOOL and
DFSORT Symbols. You can access it online, along with all of
the other DFSORT books, from:
www.ibm.com/servers/storage/support/software/sort/mvs/srtmpu
b.html
| Is This Answer Correct ? | 3 Yes | 6 No |
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
How can a jobs execution priority be modified?
Explain how can the submitting users racf authority be overridden in a job stream?
What is JOBLIB ?
Name what parameter directs the output of the job log dataset?
How to run cobol program using jcl?
which utility is used to update pds?
What do you understand by the term notcat 2 – gs?
How to find the number of duplicates in a file using Sort?
At what stage, operator can change the class and priority of a submitted job?
What are steplib and joblib?
what happens in execution stage in job processing?