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
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How do you submit a job for execution?
when can a job time-out occur? How to overcome that?
What is the purpose of dd dummy statement?
whats the diff bw the evaluate also and and?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Where & How Do You Code Identifier In Jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the parameters that are used in creating a gdg?
What is the difference between the positional and keyword parameters? Give examples.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is DSN in JCL and what are the parameters to declare the DSN?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
which utility is used to sort a file in jcl?