i have 10,000 records in one input file.i want to sort 1 to
5000 records in one outputfile and remaining records sort in
another output file write the syntax for this?
Answer Posted / v khurana
One more bethod is there, i.e. by using SPLIT1R
OUTFIL FNAMES=(FILE1,FILE2), SPLIT1R=5000
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
What is catelog procedure and how many catelog procedure to use in one job?
what is the compile process of cobol program expalin with code
What happens if both JOBLIB & STEPLIB is specified ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What are hierarchy levels in jcl?
List in order the hierarchical levels of jcl?
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?
Brief description of inline procedure of jcl.
Is it possible to code instream data in a PROC?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Where & How Do You Code Identifier In Jcl?
what is the JCL statement consists of?
What is the significance of addrspc parameter in the exec statement?
what operation is performed by job statement?