Answer Posted / kalpana
Using the sort card we can split the file.
//SYSIN DD *
SORT FIELDS=COPY,SKIPREC=56910,STOPAFT=25
/*
SKIPREC means how many records we need to skip and STOPAFT
means how many records we need to put in the
file.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
Explain how can an in-stream dataset be terminated?
Is acct parameter mandatory?
Explain the purpose of dd * statement in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to pass data to a program that is coded in an exec statement?
What is the syntax of JCL statement?
What is the purpose of disp parameter?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What do you know about jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain in DD statement what is the use of DCB parameter?
Where can program checkpoints be stored for use in a restart?
When space is allocated for an output dataset, what units can be used?
Is it possible to left uncode disp? If yes, how?
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) ?