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 |
which parameter is use to declare the name of dataset in dd statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are three major types of JCL statements? What are their functions?
How many instream we can write in single jcl?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
How to search strings in multiple dataset with conditions 'string1 & string2'?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
What are some jcl statements that are not allowed in procedures?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to change default PROCLIB?
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
Can I send output of job to my remote device careerride123?