Examples
GET function example for fetching data from a table
GET("AZSQL", "-SN servername -DB databasename -PORT portname -USR username -PWD password -SCH schemaname -TBL tablename -QTY 1 -LSN 0 -AS 0"
PUT function example for inserting data into a table
PUT("AZSQL", "-SN servername -DB databasename -PORT portname -USR username -PWD password -SCH schemaname -TBL tablename -WM insert")