The NETFLOW procedure is considered legacy and is no longer under active development. Please see this documentation example that shows how to solve a maximum flow problem with PROC OPTMODEL, where you can easily declare the flow variables to be integer by using the INTEGER option in the VAR statement.
... View more