|
Hello everybody,
I am new for SPSS 6 / Win, when I try to write a procedure job script,
some probelems is encounterd, here are the questions
1. I want to know how to set the page number of the output session,
i.e, reset the page number to 1 before a procedure to be executed.
2. What is the command syntax to insert new page break that print the
new title before a procedure run? I have this question because I found
that the title of first page of new procedure is not the new title
setting before procedure but is the old one.
My scripe is like this:
TITLE 'Here is factor analysis' .
FACTOR ....
|