PUT function

Use the PUT function to pass data to the target adapter.

Using PUT with a database/query file

PUT ("DB",
"-MDQ mdq_file
 -DBNAME database_name 
 -PROC procedure_name|-TABLE table_name
[-USER username]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-DELETE]
[-UPDATE [OFF|ONLY]]
[-BADDATA[+] full_path]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]")

Using PUT without a database/query file

PUT ("DB", 
"-DBTYPE IFMX
 -SOURCE datalink
 -PROC procedure_name|-TABLE table_name
[-USER username]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-DELETE]
[-BADDATA[+] full_path]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]")