i have 1000 records in input file and i want to sort it and
the first 200 records to be placed in output file. how to
do that??
Answer Posted / sivakumar sekharannair
The input records shown in the above message contained a
few records9total 10 records) also which was misset while
cut/copy
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the function of a dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how to do automated restart when a job abends?
what is DD statement is used in JCL?
define cond parameter in jcl?
How can the attributes of one sms dataset be copied to another dataset?
Can I share my data with other jobs? How?
What is Cataloged Procedures?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the syntax of JCL statement?
How does jcl act on a cobol code?
What is multithreading in jcl?
How do you submit a job for execution?
which parameter is use to declare the name of dataset in dd statement?
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) ?