global class NFM116BatchSchedule implements Schedulable { global void execute(SchedulableContext SC) { Id execBTId = Database.executeBatch(new NFM116Batch(), 200); } }