Not knowing what your code looks like I will give this a stab.  Since it
is what I am currently learning (reading) .

The syntax that you can use to have your Headers show up at the top are:

# Add this line to your program:

format STDOUT_TOP =
-@||-
$%
-------------------------YOUR HEADER-------------------------------
..

## Here is where you will place your format routine
format STDOUT =
FORMLIST
..


RJ

[EMAIL PROTECTED] wrote:

> I am using format to print to multiple files using a
> while loop and the body writes out to each file fine,
> however the header will not write to the top of each
> file.  The first file is fine then it will skip a few
> and write to another, but not at the top, somewhere in
> the middle and so on until the loop finishes.  How can I
> force the header to print at the top of each file just
> like the body does?
>
> Thanks for your help
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to