CCL: trouble creating tables in SYBYL SPL



 Sent to CCL by: "Jeff  Klenc" [jklenc1!^!student.gsu.edu]
 I'm aiming for a script that simply creates a database backed table in SYBYL but
 cannot seem to get it quite right.  The script always gets hung when entering
 the table name or database to back from.  The pertinent lines are below.
 Wondering if anyone had clues?
 #############
 setvar db %prompt(filename "database containing compounds:")
 setvar db_list %database(list *)
 setvar n %count($db_list)
 setvar table_name %cat($db_list "_1)
 table create  $db  database  $db  $db M1 ||
 #############
 This seems a very simple task, but I'm a beginner.  Any help is greatly
 appreciated
 Thanks,
 Jeff