GET function
The GET function returns the data from the source adapter.
Using GET with a database/query file
GET ("DB",
"-MDQ mdq_file
-DBNAME database_name
-QUERY query_name|-STMT SQL_stmt
[-FILE [directory]]
[-VAR name=value...]
[-USER username]
[-PASSWORD password]
[-CCARD|-CSTMT [number]]
[-ROWCNT row_count]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]")
Using GET without a database/query file
GET "DB",
"-DBTYPE IFMX
-SOURCE datalink
-STMT SQL_stmt
[-SOURCE datasource]
[-FILE [directory]]
[-USER username]
[-PASSWORD password]
[-ROWCNT row_count]
[-CCARD|-CSTMT [number]]
[-AUDIT[G][+] [full_path]]
[{-TRACE|-TRACEERR}[+] [full_path]]")