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 |
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
hi friends........if u know syntax of IEBEDIT IN JCL
Can we create VSAM file by using IEBGENER?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
What is Uncatalog dataset? How can we access/use them?
Please give me the coding for converting VB to FB and FB to VB
How to copy VSAM files without using REPRO
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
GDG Create syntax ?
What is DISP= (NEW,PASS,DELETE)?