While using SORT FILES =NONE,XSUM I am getting
error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT
IF APPROPRIATE"..I want to write duplicate records a a
serparte file..how i can do tht?
Answer Posted / anand
There are 2 kinds of sorts. one is SYNCSORT and other one is
DFSORT xsum facility only avails in DFSORT.you might have
syncsort thats why you are getting this error.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is use of restart and how to use it?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are steplib and joblib?
Why include statement is used in a jcl?
Why block size is multiple of lrecl in jcl?
A dd statement consists of 4 fields. Name them?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the use of IEBGENER utility?
Is it possible to left uncode disp?
What is job control language?
What do you understand by the term job time – out and how can you overcome that?
which parameter is use to declare the name of dataset in dd statement?
Is automatic restart possible in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
When output dataset space is required, what quantity categories are used?