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
What is the function of //cntl statement?
Give the syntax of job specifying jcl statement.
What is the function of a dd statement?
Where can program checkpoints be stored for use in a restart?
How can a jobs execution priority be modified?
What is multithreading in jcl?
How to pass data to a program that is coded in an exec statement?
When space is allocated for an output dataset, what units can be used?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are the 4 fields in dd statement?
which parameter is used to check the syntax of a jcl without executing it?
Which statement is used to identify the private libraries in job?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the function of dd disp parameter?