please could u tell me the difference between SORT,
SYNCSORT,CA-SORT, DFSORT,



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

Post New Answer

More JCL Interview Questions

can we write a proc with in a proc

4 Answers   IBM,


GDG Create syntax ?

4 Answers   Xansa,


how to skip the steps in JCl

2 Answers   EDS,


What is RESTART? How is it invoked?

8 Answers   HSBC,


what happens if job falls in loop ? how to resolve it ?

3 Answers   Patni,






What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap

2 Answers   IBM, TetraSoft,


what JCL Procedures?

0 Answers  


01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B

2 Answers   Perot Systems,


Categories