Re: split file for output

2019-12-02 Thread John Darrington
You can do this as follows: SORT CASES BY sex, year. SPLIT FILE BY sex, year. J' On Mon, Dec 02, 2019 at 11:25:50AM +0100, Marijke van der Weijden wrote: Hello, can somebody please help me with the following? I want to split a datafile twice for output. For exampl

split file for output

2019-12-02 Thread Marijke van der Weijden
Hello, can somebody please help me with the following? I want to split a datafile twice for output. For example i want to split my output for boy/girl and 10/11/12 years ( i want 6 outputs) I know how to split a datafile once but not twice. Thanks in advance. Greetings from the Netherlands Me