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 |
What do you do if you do not want to keep all the space allocated to a dataset?
what is instream data
what is the difference between perform varying and perform
how to code instream data in procedure?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
What is the function of dd disp parameter?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
How to change default PROCLIB?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes