I found what caused the problem with retrieving entries from both
EMBL and EMBLNEW. In general this is true for retrieving entries
from more than one databank that share the format object ($libformat).
The proper fix for that is rather complicated so i would like to
apply the following 'kludge':
edit SRSSOU:srs5.h and replace
struct LIBoDataType *contains[5]; /* List of types of data
contained in
the databank described.
*/
by
struct LIBoDataType *contains[4]; /* List of types of data
contained in
the databank described.
*/
struct ICAoJOB *job;
then edit SRSSOU:entry.c and replace the two occurrences of "lib->job"
with
"lib->form->job"
then recompile srs programs with
srsmake
regards
thure