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
How does jcl act on code(if you take a cobol program)?
Is their any limit for data sets?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What are the difference between jcl and jes?
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
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the purpose of dd?
A dd statement consists of 4 fields. Name them?
Explain how can values be passed from the job stream to an executable program?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is DD statement is used in JCL?
What are steplib and joblib? What for they are used?
Explain about LMQUERY�give a dialog information about a data set
What is job control language?
Suppose I have five jobs to do. But I want to hold one?