static void Job1(Args _args) { CustVendTable custVendTable; CustTable custTable; ; custVendTable = custTable; select firstonly custVendTable where custVendTable.AccountNum == "4000"; info(custVendTable.Name); }