static void Job11(Args _args) { LedgerTable ledgerTable; while select ledgerTable where ledgerTable.AccountPlType <= maxint() { print ledgerTable.AccountPlType; } pause; }