IN DFSORT sum fields=none is usec to remove duplicates.how
to write the duplicates in another dataset?
Answer Posted / shivani
using XSUM
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
How can the submitting users racf authority be overridden in a job stream?
which parameter is used to check the syntax of a jcl without executing it?
What is notcat 2 - gs?
Why block size is multiple of lrecl in jcl?
how to run batch program without jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the significance of addrspc parameter in the exec statement?
What are steplib and joblib? What for they are used?
Explain the purpose of dd dummy statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Are there any set of rules for the names of the steps used in a job?
What are some jcl statements that are not allowed in procedures?
How do you overcome this limitation ?