If we want to see the eliminated duplicate record thru
SORT, how its output file will be managed
Answer Posted / subramanyam reddy
//sysin dd *
sortfields=(1,3,ch,a)
sumfields=none,xsum
/*
//
where 1 is starting postion
3 is length
'ch' means charactor
'a' assending
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
what is the purpose of coding class parameter in job statement?
Must tape dataset definitions include vol=ser specifications?
what is use of disp parameter in dd statement?
How can the attributes of one sms dataset be copied to another dataset?
What is the difference between run mode and addressing mode?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is use of restart and how to use it?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is the JCL statement consists of?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what JCL Procedures?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain how can an in-stream dataset be terminated?