Focal Point
FOCUS SIGILL on AIX

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4181077331

April 22, 2004, 07:50 PM
<Shed>
FOCUS SIGILL on AIX
I am using Core focus 6.92 on AIX 4.3.3 and I got a SIGILL from the following command have anyone seen this before.


>> use
> /home/q6r6104/car.foc
> end
>> table file car
> print car model retail_cost dealer_cost
> by country
> on table hold as car.xls format excel
> end

FOCUS has received signal 4 and ended abnormally.

Signal 4 (SIGILL) - "Illegal Instruction" - is usually generated when the
CPU cannot interpret the current machine instruction. Most probably it
signifies a program bug.
April 22, 2004, 07:59 PM
suzy_smith
Instead of:

on table hold as car.xls format excel

try:

on table hold as car format excel
April 22, 2004, 09:24 PM
<Shed>
same result ....I 'll try next week. thanks for the suggestion.

Shed