global class NFM605Schedule implements Schedulable { global void execute(SchedulableContext sc) { Database.executeBatch(new NFM605Batch(), 200); } }