To use the internal oscillator and 4x PLL w/4620/2620 for 32 Mhz you need those defines:

DEFINE OSC 32
OSCCON = %11110000 '8 Mhz, internal osc
OSCTUNE = %11000000 '4x PLL enabled

You can then use PORT on RA7 and will be able to choose to have clock out or PORT on RA6, by setting the correct config bit. I'm personally setting this with the programmer software (WINPIC from www.qsl.net/dl4yhf).

J-P

(BTW this is documented in the datasheet)