|  
					 databasename 
				   | 
 
				  Database to connect to. 
				   | 
 
				
 
				 
				  |  
					 language 
				   | 
 
				  Language to generate. 
					 cbl is the default; can also specify 
					 c or 
					 pli. 
				   | 
 
				
 
				 
				  |  
					 schemaname 
				   | 
 
				  Schema name for the generated copybook. 
				   | 
 
				
 
				 
				  |  
					 tablename 
				   | 
 
				  Table name for the generated copybook. 
				   | 
 
				
 
				 
				  |  
					 filename 
				   | 
 
				  Name of the copybook file to generate. 
				   | 
 
				
 
				 
				  | TBL 
				   | 
 
				  Specifies that the prefix is the same as the table name. Default. 
				   | 
 
				
 
				 
				  | USER 
				   | 
 
				  Specifies that the prefix to use is the user's own ID. 
				   | 
 
				
 
				 
				  | NO 
				   | 
 
				  Specifies that there is no prefix. 
				   | 
 
				
 
				 
				  |  
					 username 
				   | 
 
				  User ID to use when the prefix is set to USER. 
				   | 
 
				
 
				 
				  | COL 
				   | 
 
				  Specifies the column name. Default. 
				   | 
 
				
 
				 
				  | NUM 
				   | 
 
				  Specifies the column number. 
				   |