Jon,
PostingId is not an ITYPE. Just a simple definition of attr 15.
To define an index for a simple attribute:
Index indexPostingId On
PostingId As Space [ Data
= PostingId ];
Is all you need to add and it will make no difference to the generated Dictionary.
You should then be able to run build.index
LIST-INDEX does not currently work L but it is fixed in 2010.1
John
As an extra tip, I would avoid using BSCAN as though it works perfectly, it is horribly put together (syntactically) and you will find the OPENINDEX related syntax much better, easier, and because of the functionality, more efficient (same indexes underlying it all but because of the way BSCAN works you end up doing more work at the BASIC level when you use BSCAN).
Jim
--