Page 1 of 1

Cutting a dataset to severals datasets

PostPosted: Mon Jan 30, 2012 3:24 pm
by samb01
Hi,

i have a big dataset whith 500 000 lines.

I want to diveide this dataset to 7 datasets.

Is it possible ti do it without spécifying SKIP and COUNT.

I would like the programm to do it automaticaly ?

thank's for your help.

Re: Cutting a dataset to severals datasets

PostPosted: Mon Jan 30, 2012 3:35 pm
by BillyBoyo
If you consult the DFSORT Smart Tricks paper, you'll see a variety of ways to split a file.

jcl/topic6970.html

If you still have a problem, explain in a bit more detail, please.