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 |
Explain the purpose of dd dummy statement?
which parameter is use to declare the name of dataset in dd statement?
Is automatic restart possible in jcl?
What is the motivation behind coding class parameter in job statement?
Can we use empty VSAM as input?
is step name is compulsory in jcl ?
Are there any set of rules for the names of the steps used in a job? What are they?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
What does a disposition of (NEW,CATLG,KEEP) mean?
What statement marks the end of an in-stream or catalogued procedure?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?