please could u tell me the difference between SORT,
SYNCSORT,CA-SORT, DFSORT,
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
when can a job time-out occur? How to overcome that?
What is jcl in mainframe?
is there any way to execute more than one proc in the same exec statement at the same time..?
How does the jcl specify the job to os?
whats the diff bw the evaluate also and and?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the function of the steplib dd statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Brief description of inline procedure of jcl.
Is condition checking possible in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Differentiate between addressing mode and run mode.