What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?
Answer Posted / guest
sort is used to sort the data in asending or diseding order.
by using sort we can copy data from one file to another
file. by using some fields=none
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
Explain the jcl exec statement?
Explain the purpose of dd * statement in jcl?
Explain how can values be passed from the job stream to an executable program?
What are steplib and joblib?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Can I share my data with other jobs? How?
What is jcl in mainframe?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What are hierarchy levels in jcl?
What is the difference between the positional and keyword parameters? Give examples.
What is the syntax of JCL statement?
How does jcl act on a cobol code?
i want to store 20 digits . how will u do it in cobol ?