What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?
Answer Posted / prashanth
---sort is a sorting of records either in asc/ des order,
---sort field(6,10,ch,ASC) or sort field(6,10,ch,ASC),equal
sum field none
---sort field(6,10,ch,Asc) 6 is the starting position
10 record length
ch for alpnum (X)
asc order of sorting
| Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
When output dataset space is required, what quantity categories are used?
Is their any limit for data sets?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the job statement in jcl?
Explain how can a stopped job be started again?
Name the statement which can be used to send data to another mvs jes3 node?
Explain about LMFREE�free data set from its association with data ID
what is the compile process of cobol program expalin with code
What is the significance of addrspc parameter in exec statement?
Where & How Do You Code Identifier In Jcl?
Explain the function of //cntl statement?
Are there any set of rules for the names of the steps used in a job? What are they?
How can unused space allocation be returned to the system when a dataset is closed?
What is one line to pass PARM from JCL to COBOL?