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 / jeeva225
sort fields=copy
outfil files=1,startrec=1,endrec=200
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the function of a dd statement?
Explain the purpose of dd dummy statement?
How jcl is used for testing batch programs?
How does jcl act on code(if you take a cobol program)?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is one line to pass PARM from JCL to COBOL?
What is the function of dd name parameter with a 2 part structure; audit.report?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how to run batch program without jcl?
What is the syntax of JCL statement?
How to pass the parameter in parm using linkage section ? (syntax)?
which utility is used to run a cobol-db2 program?
How to submit a jcl from cics?
How would you understand error(execution phase)?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?