On Fri, Apr 24, 2009 at 01:07:19AM -0300, Americo Barbosa da Cunha Junior wrote: > > > The char* string passed to CKINIT must be at least 16 bits > (CHARACTER*16) or the program is finished with the error message: > > CHARACTER LENGTH OF CCKWRK MUST BE AT LEAST 16 > The declaration CHARACTER*16 does not mean 16 bits. It means a string with 16 characters. -- Steve