There are options in SAS Batch programming to assign as part of command line that you can use to add checkpoints. You need to run your programs in modes- Checkpoint mode and restart mode to help ease of operations. Here are the options that you can use: stepchkpt steprestart noworkinit noworkterm errorcheck errorabend
... View more